Lines Matching defs:dbId
196 char *dbId, int *ldapStat, __nis_obj_attr_t ***objAttr) {
215 tp = selectTableMapping(t, qin, 0, 0, dbId, &numMatches);
633 del.ruleToLDAP = del.objectDN->dbId;
656 NIL(t->dbId));
678 myself, NIL(t->dbId));
690 myself, NIL(t->dbId),
725 myself, NIL(t->dbId), dn);
740 myself, NIL(t->dbId), oldDn);
814 * 'dbId' is used to further narow down the selection of mapping candidates
815 * to those matching the 'dbId' value.
819 __nis_rule_value_t *rvIn, int firstOnly, char *dbId) {
837 dbId, &maxMatches);
840 tp = selectTableMapping(tm, 0, 1, 0, dbId, &maxMatches);
902 dbId, &numMatches);
951 myself, NIL(tp[n]->dbId), dnt);
1016 NIL(tpa[i]->dbId), dn[i]);
1053 r, NIL(tpa[i]->dbId), dn[i]);
1237 * If 'dbId' is non-NULL, we select mappings with a matching dbId field.
1241 int wantWrite, int wantObj, char *dbId,
1294 if (dbId != 0 && x->dbId != 0 &&
1295 strcmp(dbId, x->dbId) != 0)
1322 if (dbId != 0 && x->dbId != 0 &&
1323 strcmp(dbId, x->dbId) != 0)