Searched refs:sl2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
H A Dapr_skiplist.h371 * @param sl2 The other of two skip lists to be merged
373 APR_DECLARE(apr_skiplist *) apr_skiplist_merge(apr_skiplist *sl1, apr_skiplist *sl2);
/freebsd-13-stable/contrib/apr/tables/
H A Dapr_skiplist.c827 APR_DECLARE(apr_skiplist *) apr_skiplist_merge(apr_skiplist *sl1, apr_skiplist *sl2) argument
835 *sl1 = *sl2;
836 *sl2 = temp;
837 /* swap them so that sl2 can be freed normally upon return. */
840 if(sl2->bottom == NULL || sl2->bottom->next == NULL) {
841 apr_skiplist_remove_all(sl2, NULL);
845 b2 = apr_skiplist_getlist(sl2);
848 apr_skiplist_next(sl2, &b2);
850 apr_skiplist_remove_all(sl2, NUL
[all...]
/freebsd-13-stable/lib/libc/tests/nss/
H A Dgethostby_test.c552 StringList *sl1, *sl2; local
562 sl1 = sl2 = NULL;
609 if (sl2 == NULL) {
613 sl2 = sl_init();
614 ATF_REQUIRE(sl2 != NULL);
622 sl_add(sl2, ts);
631 sl_add(sl2, ts);
649 if (sl2 != NULL) {
650 sl_add(sl2, NULL);
651 ht->h_addr_list = sl2
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c1006 static void sl2(ARIA_c128 o, const ARIA_u128 *x, const ARIA_u128 *y) function
1081 sl2(y.c, d, rk);
1101 sl2(o, &p, &keys[rounds - 1]);

Completed in 101 milliseconds