Searched refs:_insert (Results 1 – 10 of 10) sorted by relevance
| /src/crypto/openssl/include/internal/ |
| H A D | hashtable.h | 199 pfx ossl_unused int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, \ 251 int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, vtype *data, \
|
| /src/crypto/openssl/doc/man3/ |
| H A D | DEFINE_STACK_OF.pod | 117 such that the next I<n> calls to B<sk_I<TYPE>_insert>(), B<sk_I<TYPE>_push>() 124 The next I<n> calls to B<sk_I<TYPE>_insert>(), B<sk_I<TYPE>_push>() or 150 B<sk_I<TYPE>_insert>() inserts I<ptr> into I<sk> at position I<idx>. Any 152 of range the new element is appended to I<sk>. B<sk_I<TYPE>_insert>() either 210 Any operation which increases the size of a stack such as B<sk_I<TYPE>_insert>() 270 B<sk_I<TYPE>_insert>(), B<sk_I<TYPE>_push>() and B<sk_I<TYPE>_unshift>() return
|
| H A D | OPENSSL_LH_COMPFUNC.pod | 154 B<lh_I<TYPE>_insert>() inserts the structure pointed to by I<data> into 156 value is replaced. Note that B<lh_I<TYPE>_insert>() stores pointers, the 217 It is never safe to call B<lh_I<TYPE>_insert>() during a call to 252 When a hash table entry is replaced, B<lh_I<TYPE>_insert>() or 312 B<lh_I<TYPE>_insert>() and OPENSSL_LH_insert() return NULL both for success
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | interval_tree_generic.h | 72 name##_insert(type *node, struct rb_root_cached *root) \
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | ph.h | 460 a_attr void a_prefix##_insert(a_prefix##_t *ph, a_type *phn); \ 494 a_prefix##_insert(a_prefix##_t *ph, a_type *phn) { \
|
| /src/sys/dev/sfxge/common/ |
| H A D | efx_rx.c | 1078 #define EFX_RX_LFSR_HASH(_enp, _insert) \ argument 1087 (_insert) ? 1 : 0); \ 1102 #define EFX_RX_TOEPLITZ_IPV4_HASH(_enp, _insert, _ip, _tcp) \ argument 1113 (_insert) ? 1 : 0); \
|
| /src/crypto/openssl/include/openssl/ |
| H A D | safestack.h.in | 135 …static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) …
|
| H A D | lhash.h | 280 …lh_##type##_insert(LHASH_OF(type) *lh, type *d) …
|
| H A D | safestack.h | 132 …static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) …
|
| H A D | lhash.h.in | 282 …lh_##type##_insert(LHASH_OF(type) *lh, type *d) …
|