Lines Matching refs:cu
3330 ns_conn_user_t *cu = NULL; in __ns_ldap_list_sort() local
3335 if (__s_api_setup_retry_search(&cu, NS_CONN_USER_SEARCH, in __ns_ldap_list_sort()
3340 userdata, cu); in __ns_ldap_list_sort()
3378 ns_conn_user_t *cu; in __ns_ldap_list_batch_add() local
3382 cu = __s_api_conn_user_init(NS_CONN_USER_SEARCH, NULL, 0); in __ns_ldap_list_batch_add()
3383 if (cu == NULL) { in __ns_ldap_list_batch_add()
3396 auth, mod_flags, rResult, errorp, rcp, callback, userdata, cu); in __ns_ldap_list_batch_add()
3404 if (rc != NS_LDAP_SUCCESS && cu != NULL) { in __ns_ldap_list_batch_add()
3405 if (cu->conn_mt != NULL) in __ns_ldap_list_batch_add()
3406 __s_api_conn_mt_return(cu); in __ns_ldap_list_batch_add()
3407 __s_api_conn_user_free(cu); in __ns_ldap_list_batch_add()
3778 ns_conn_user_t *cu = NULL; in __s_api_find_domainname() local
3783 if (__s_api_setup_retry_search(&cu, NS_CONN_USER_SEARCH, in __s_api_find_domainname()
3786 rc = find_domainname(dn, domainname, cred, errorp, cu); in __s_api_find_domainname()
4010 ns_conn_user_t *cu = NULL; in __ns_ldap_firstEntry() local
4015 if (__s_api_setup_retry_search(&cu, NS_CONN_USER_GETENT, in __ns_ldap_firstEntry()
4020 cu); in __ns_ldap_firstEntry()
5913 ns_conn_user_t *cu = NULL; in __ns_ldap_getAcctMgmt() local
5919 if (__s_api_setup_retry_search(&cu, NS_CONN_USER_SEARCH, in __ns_ldap_getAcctMgmt()
5922 rc = getAcctMgmt(user, acctResp, cu); in __ns_ldap_getAcctMgmt()