Searched refs:inserts (Results 1 – 9 of 9) sorted by relevance
79 B<ossl_list_I<TYPE>_insert_head>() inserts the element I<elem>, which82 B<ossl_list_I<TYPE>_insert_tail>() inserts the element I<elem>, which85 B<ossl_list_I<TYPE>_insert_before>() inserts the element I<elem>,89 B<ossl_list_I<TYPE>_insert_after>() inserts the element I<elem>,
72 B<ossl_pqueue_I<TYPE>_push>() inserts a new element with value I<data>
112 ossl_ht_insert() inserts an B<HT_VALUE> element into the hash table, to be
40 static size_t inserts = 0; variable214 IS_REPLACE(op_flags) ? replacements++ : inserts++; in FuzzerTestOneInput()
85 X509v3_add_ext() inserts extension I<ex> to STACK I<*x> at position I<loc>.
150 B<sk_I<TYPE>_insert>() inserts I<ptr> into I<sk> at position I<idx>. Any160 B<sk_I<TYPE>_unshift>() inserts I<ptr> at the start of I<sk> it is equivalent
154 B<lh_I<TYPE>_insert>() inserts the structure pointed to by I<data> into
131 inserts the value of the named variable from the current section.
16 # libcrypto.so as a link-import library that inserts runtime
Completed in 25 milliseconds