Searched refs:zprev (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/ssl/quic/ |
| H A D | uint_set.c | 127 UINT_SET_ITEM *x, *xnext, *z, *zprev, *f; in ossl_uint_set_insert() local 190 for (; z != NULL; z = zprev) { in ossl_uint_set_insert() 191 zprev = ossl_list_uint_set_prev(z); in ossl_uint_set_insert() 207 while (zprev != NULL && uint_range_overlaps(&zprev->range, range)) { in ossl_uint_set_insert() 208 z = zprev; in ossl_uint_set_insert() 209 zprev = ossl_list_uint_set_prev(z); in ossl_uint_set_insert() 222 && (zprev == NULL || start > zprev->range.end)) { in ossl_uint_set_insert() 232 } else if (zprev != NULL && zprev->range.end + 1 == start) { in ossl_uint_set_insert() 234 zprev->range.end = end; in ossl_uint_set_insert() 260 UINT_SET_ITEM *z, *zprev, *y; in ossl_uint_set_remove() local [all …]
|
| /src/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 2322 struct zipwork_entry *zprev, *ztmp; in save_zipwork() local 2330 zprev = NULL; in save_zipwork() 2337 zprev = ztmp; in save_zipwork() 2348 if (zprev == NULL) in save_zipwork() 2351 SLIST_INSERT_AFTER(zprev, ztmp, zw_nextp); in save_zipwork()
|