Searched refs:popped (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/conf/
H A Dconf_def.c460 * BIO at a time, making sure that the last one popped isn't.
463 BIO *popped = sk_BIO_pop(biosk); local
465 in = popped;
/freebsd-13-stable/contrib/ldns/
H A Drr.c1198 ldns_rr_list *popped; local
1202 popped = ldns_rr_list_new();
1204 if (!popped) {
1211 ldns_rr_list_push_rr(popped, p);
1216 ldns_rr_list_free(popped);
1219 return popped;

Completed in 176 milliseconds