Searched refs:vcookie (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 3802 void **vcookie, in firstEntry() argument 3959 *vcookie = (void *)cookie; in firstEntry() 4005 void **vcookie, in __ns_ldap_firstEntry() argument 4019 attribute, auth, flags, vcookie, result, errorp, userdata, in __ns_ldap_firstEntry() 4027 __ns_ldap_nextEntry(void *vcookie, ns_ldap_result_t **result, in __ns_ldap_nextEntry() argument 4034 cookie = (ns_ldap_cookie_t *)vcookie; in __ns_ldap_nextEntry() 4071 void **vcookie, in __ns_ldap_endEntry() argument 4077 if (*vcookie == NULL) in __ns_ldap_endEntry() 4080 cookie = (ns_ldap_cookie_t *)(*vcookie); in __ns_ldap_endEntry() 4099 *vcookie = NULL; in __ns_ldap_endEntry()
|