Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dhashtable.h199 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 DDEFINE_STACK_OF.pod117 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 DOPENSSL_LH_COMPFUNC.pod154 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 Dinterval_tree_generic.h72 name##_insert(type *node, struct rb_root_cached *root) \
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dph.h460 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 Defx_rx.c1078 #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 Dsafestack.h.in135 …static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) …
H A Dlhash.h280 …lh_##type##_insert(LHASH_OF(type) *lh, type *d) …
H A Dsafestack.h132 …static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) …
H A Dlhash.h.in282 …lh_##type##_insert(LHASH_OF(type) *lh, type *d) …