Lines Matching defs:statP

125 			int *nv, int *statP) {
136 *statP = MAP_PARAM_ERROR;
149 *statP = MAP_NO_MEMORY;
177 *statP = MAP_INTERNAL_ERROR;
195 *statP = MAP_INTERNAL_ERROR;
250 int *nv, char *domain, bool_t readonly, int *statP) {
264 *statP = MAP_INTERNAL_ERROR;
272 *statP = MAP_INTERNAL_ERROR;
289 *statP = MAP_INTERNAL_ERROR;
315 *statP = MAP_INTERNAL_ERROR;
342 *statP = MAP_INTERNAL_ERROR;
362 *statP = MAP_NO_MEMORY;
372 *statP = MAP_NAMEFIELD_MATCH_ERROR;
388 for (i = 0, *statP = SUCCESS; i < numVals; i++) {
394 *statP = MAP_INTERNAL_ERROR;
398 if (*statP == MAP_INTERNAL_ERROR)
408 domain, statP);
409 if (*statP == MAP_NO_MEMORY)
411 *statP = SUCCESS;
418 subrvq = processSplitField(sf, valA[i], &nr, statP);
421 /* statP would have been set */
433 *statP = MAP_INTERNAL_ERROR;
445 *statP = MAP_INTERNAL_ERROR;
470 if (*statP != SUCCESS) {
511 int i, j, k, nitems, res, statP;
545 domain, &statP);
554 if (statP == MAP_NO_MEMORY)
555 return (statP);
649 int numItems, splitname, count, statP;
656 statP = SUCCESS;
777 statP = addSplitFieldValues(t, rvq, rv, count, domain);
784 return (statP);
792 ruleValueToDatum(__nis_table_mapping_t *t, __nis_rule_value_t *rv, int *statP) {
799 *statP = 0;
804 *statP = MAP_NO_MEMORY;
814 *statP = MAP_NO_MEMORY;
842 *statP = MAP_NO_MEMORY;
848 *statP = MAP_NAMEFIELD_MATCH_ERROR;
854 int *statP, bool_t xlate_to_lcase)
862 *statP = 0;
875 *statP = MAP_NO_MEMORY;
894 *statP = MAP_NO_MEMORY;
939 mappingFromMap(char *map, char *domain, int *statP) {
944 *statP = 0;
948 *statP = MAP_NO_MEMORY;
955 *statP = MAP_NO_MAPPING_EXISTS;
1008 int *statP) {
1018 *statP = SUCCESS;
1021 *statP = MAP_PARAM_ERROR;
1027 if ((t = mappingFromMap(map, domain, statP)) == 0) {
1037 *statP = MAP_NO_MEMORY;
1043 *statP = MAP_NO_MEMORY;
1069 statP)) == 0) {
1073 myself, *statP, skey, t->dbId, map);
1083 *statP = MAP_CREATE_LDAP_REQUEST_ERROR;
1097 rv_result = ldapSearch(ls, &nr, 0, statP);
1100 if (*statP == LDAP_NO_SUCH_OBJECT) {
1122 *statP = buildNISRuleValue(t, &rv_result[i],
1124 if (*statP == MAP_INDEXLIST_ERROR)
1127 if (*statP != SUCCESS) {
1132 *statP, skey,
1154 &rv_result[i], statP);
1163 *statP, skey, t->dbId, map,
1175 *statP = SUCCESS;
1197 *statP = MAP_NO_MATCHING_KEY;
1215 int statP = SUCCESS, flag;
1231 if ((t = mappingFromMap(map, domain, &statP)) == 0) {
1236 return (statP);
1289 &statP)) == 0) {
1294 myself, statP, skey, svalue, t->dbId, map);
1301 return (statP);
1349 statP = MAP_INTERNAL_ERROR;
1356 statP = MAP_NO_DN;
1364 return (statP);
1416 statP = rc;
1424 return (statP);