Searched defs:vcookie (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c3724 void **vcookie,
3881 *vcookie = (void *)cookie;
3927 void **vcookie,
3941 attribute, auth, flags, vcookie, result, errorp, userdata,
3949 __ns_ldap_nextEntry(void *vcookie, ns_ldap_result_t **result, argument
3956 cookie = (ns_ldap_cookie_t *)vcookie;
3993 void **vcookie,
3999 if (*vcookie == NULL)
4002 cookie = (ns_ldap_cookie_t *)(*vcookie);
4021 *vcookie
3715 firstEntry( const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, void **vcookie, ns_ldap_result_t **result, ns_ldap_error_t ** errorp, const void *userdata, ns_conn_user_t *conn_user) argument
3918 __ns_ldap_firstEntry( const char *service, const char *filter, const char *vlv_sort, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, void **vcookie, ns_ldap_result_t **result, ns_ldap_error_t ** errorp, const void *userdata) argument
3992 __ns_ldap_endEntry( void **vcookie, ns_ldap_error_t ** errorp) argument
[all...]

Completed in 53 milliseconds