Home
last modified time | relevance | path

Searched refs:next_cookie_in_batch (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsldap/common/
H A Dns_internal.h705 struct ns_ldap_cookie *next_cookie_in_batch; member
H A Dns_reads.c3231 cookie->next_cookie_in_batch = batch->cookie_list; in ldap_list()
3414 next = c->next_cookie_in_batch; in __ns_ldap_list_batch_release()
3462 batch->next_cookie = c->next_cookie_in_batch; in __ns_ldap_list_batch_process()
3531 *prev = ptr->next_cookie_in_batch; in __ns_ldap_list_batch_process()
3534 prev = &ptr->next_cookie_in_batch; in __ns_ldap_list_batch_process()
3535 ptr = ptr->next_cookie_in_batch; in __ns_ldap_list_batch_process()