Searched refs:_insert (Results 1 – 8 of 8) sorted by relevance
/freebsd/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 214 Any operation which increases the size of a stack such as B<sk_I<TYPE>_insert>() 274 B<sk_I<TYPE>_insert>(), B<sk_I<TYPE>_push>() and B<sk_I<TYPE>_unshift>() return
|
H A D | OPENSSL_LH_COMPFUNC.pod | 133 B<lh_I<TYPE>_insert>() inserts the structure pointed to by I<data> into 135 value is replaced. Note that B<lh_I<TYPE>_insert>() stores pointers, the 196 It is never safe to call B<lh_I<TYPE>_insert>() during a call to 228 When a hash table entry is replaced, B<lh_I<TYPE>_insert>() or 288 B<lh_I<TYPE>_insert>() and OPENSSL_LH_insert() return NULL both for success
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | interval_tree_generic.h | 72 name##_insert(type *node, struct rb_root_cached *root) \
|
/freebsd/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); \
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | lhash.h | 182 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
|
H A D | safestack.h.in | 133 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
|
H A D | lhash.h.in | 184 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
|
H A D | safestack.h | 130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
|