Searched refs:vcookie (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 3724 void **vcookie, in firstEntry() argument 3881 *vcookie = (void *)cookie; in firstEntry() 3927 void **vcookie, in __ns_ldap_firstEntry() argument 3941 attribute, auth, flags, vcookie, result, errorp, userdata, in __ns_ldap_firstEntry() 3949 __ns_ldap_nextEntry(void *vcookie, ns_ldap_result_t **result, in __ns_ldap_nextEntry() argument 3956 cookie = (ns_ldap_cookie_t *)vcookie; in __ns_ldap_nextEntry() 3993 void **vcookie, in __ns_ldap_endEntry() argument 3999 if (*vcookie == NULL) in __ns_ldap_endEntry() 4002 cookie = (ns_ldap_cookie_t *)(*vcookie); in __ns_ldap_endEntry() 4021 *vcookie = NULL; in __ns_ldap_endEntry()
|