Home
last modified time | relevance | path

Searched refs:colName (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ruleval.c53 if (rv[n].colName != 0) { in freeRuleValue()
55 sfree(rv[n].colName[i]); in freeRuleValue()
57 free(rv[n].colName); in freeRuleValue()
142 rv[i].colName = cloneName(rvIn->colName, in growRuleValue()
148 (rv[i].colName == 0 || rv[i].colVal == 0)) { in growRuleValue()
181 if (addCol2RuleValue(s->colVal[i].type, s->colName[i], in mergeRuleValue()
412 &rv->numColumns, &rv->colName, &rv->colVal)); in addCol2RuleValue()
825 delColFromRuleValue(__nis_rule_value_t *rv, char *colName) { in delColFromRuleValue() argument
828 if (rv == 0 || colName == 0) in delColFromRuleValue()
832 if (strcmp(colName, rv->colName[i]) == 0) { in delColFromRuleValue()
[all …]
H A Dldap_structs.h67 char **colName; /* Column names */ member
H A Dldap_ruleval.h62 char *colName);
H A Dldap_print.c316 if (rv->colName != 0) { in printRuleValue()
319 bp2buf(myself, &b, "\t%s", NIL(rv->colName[i])); in printRuleValue()
H A Dldap_nisdbquery.c449 if (strcmp(rvq[a].colName[i], in createQuery()
466 myself, a, rvq[a].colName[i]); in createQuery()
H A Dldap_map.c429 if (strcmp(col, rv->colName[i]) == 0) in findColValue()
H A Dldap_val.c539 name = rv->colName; in getMappingItemVal()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c868 if (rv->colName[i] == 0) in getKeyFromRuleValue()
870 if (strcasecmp(N2LKEY, rv->colName[i]) == 0 || in getKeyFromRuleValue()
871 strcasecmp(N2LIPKEY, rv->colName[i]) == 0) { in getKeyFromRuleValue()
884 rv->colName[i], str) == 0) { in getKeyFromRuleValue()
973 if (rv->colName[i] == 0) in verifyKey()
975 if (strcasecmp(N2LKEY, rv->colName[i]) == 0) { in verifyKey()
984 } else if (strcasecmp(N2LIPKEY, rv->colName[i]) == 0) { in verifyKey()