Home
last modified time | relevance | path

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

/freebsd/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
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 DOPENSSL_LH_COMPFUNC.pod133 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 Dinterval_tree_generic.h72 name##_insert(type *node, struct rb_root_cached *root) \
/freebsd/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); \
/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h182 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
H A Dsafestack.h.in133 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
H A Dlhash.h.in184 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
H A Dsafestack.h130 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \