Lines Matching refs:rcp
3062 int *rcp, in ldap_list() argument
3077 *rcp = NS_LDAP_SUCCESS; in ldap_list()
3089 *rcp = NS_LDAP_MEMORY; in ldap_list()
3099 *rcp = rc; in ldap_list()
3109 *rcp = rc; in ldap_list()
3120 *rcp = NS_LDAP_MEMORY; in ldap_list()
3129 *rcp = NS_LDAP_MEMORY; in ldap_list()
3145 *rcp = rc; in ldap_list()
3186 *rcp = NS_LDAP_MEMORY; in ldap_list()
3201 *rcp = rc; in ldap_list()
3230 cookie->caller_rc = rcp; in ldap_list()
3263 *rcp = rc; in ldap_list()
3366 int *rcp, in __ns_ldap_list_batch_add() argument
3376 if (rcp != NULL) in __ns_ldap_list_batch_add()
3377 *rcp = NS_LDAP_MEMORY; in __ns_ldap_list_batch_add()
3388 auth, mod_flags, rResult, errorp, rcp, callback, userdata, cu); in __ns_ldap_list_batch_add()
3447 __ns_ldap_list_batch_process(ns_ldap_list_batch_t *batch, int *rcp) in __ns_ldap_list_batch_process() argument
3500 if (rcp != NULL) in __ns_ldap_list_batch_process()
3501 *rcp = rc; in __ns_ldap_list_batch_process()