Lines Matching defs:statP
488 if (statP != 0) \
489 *statP = status; \
499 dbFindObject(char *objName, db_status *statP) {
610 * the LDAP status in '*statP'.
613 ldapFindObj(__nis_table_mapping_t *t, char *objName, int *statP) {
622 if (statP != 0)
623 *statP = LDAP_PARAM_ERROR;
630 if (statP != 0)
631 *statP = LDAP_PARAM_ERROR;
639 *statP = LDAP_SUCCESS;
647 if (statP != 0)
648 *statP = stat;
657 findObj(char *name, db_status *statP, int *lstatP) {
682 if (statP != 0)
683 *statP = stat;