Home
last modified time | relevance | path

Searched refs:_insert (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssl/doc/crypto/
HDlhash.pod16 <type> *lh_<type>_insert(LHASH_OF(<type> *table, <type> *data);
112 lh_<type>_insert() inserts the structure pointed to by B<data> into
114 value is replaced. Note that lh_<type>_insert() stores pointers, the
180 When a hash table entry is replaced, lh_<type>_insert() returns the value
235 lh_<type>_insert() returns B<NULL> both for success and error.
/NextBSD/sys/dev/sfxge/common/
HDefx_rx.c816 #define EFX_RX_LFSR_HASH(_enp, _insert) \ argument
825 (_insert) ? 1 : 0); \
840 #define EFX_RX_TOEPLITZ_IPV4_HASH(_enp, _insert, _ip, _tcp) \ argument
851 (_insert) ? 1 : 0); \