Searched refs:colName (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_ruleval.c | 52 if (rv[n].colName != 0) { in freeRuleValue() 54 sfree(rv[n].colName[i]); in freeRuleValue() 56 free(rv[n].colName); in freeRuleValue() 141 rv[i].colName = cloneName(rvIn->colName, in growRuleValue() 147 (rv[i].colName == 0 || rv[i].colVal == 0)) { in growRuleValue() 180 if (addCol2RuleValue(s->colVal[i].type, s->colName[i], in mergeRuleValue() 411 &rv->numColumns, &rv->colName, &rv->colVal)); in addCol2RuleValue() 831 delColFromRuleValue(__nis_rule_value_t *rv, char *colName) { in delColFromRuleValue() argument 834 if (rv == 0 || colName == 0) in delColFromRuleValue() 838 if (strcmp(colName, rv->colName[i]) == 0) { in delColFromRuleValue() [all …]
|
H A D | ldap_structs.h | 69 char **colName; /* Column names */ member
|
H A D | ldap_ruleval.h | 64 char *colName);
|
H A D | ldap_print.c | 318 if (rv->colName != 0) { in printRuleValue() 321 bp2buf(myself, &b, "\t%s", NIL(rv->colName[i])); in printRuleValue()
|
H A D | ldap_nisdbquery.c | 449 if (strcmp(rvq[a].colName[i], in createQuery() 466 myself, a, rvq[a].colName[i]); in createQuery()
|
H A D | ldap_map.c | 430 if (strcmp(col, rv->colName[i]) == 0) in findColValue()
|
H A D | ldap_val.c | 538 name = rv->colName; in getMappingItemVal()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | ColumnList.java | 374 String colName = null; in setSort() local 377 colName = sortNames[c].substring(1); in setSort() 379 colName = sortNames[c].substring(1); in setSort() 383 colName = sortNames[c]; in setSort() 385 nameColumn = getNameColumn(colName); in setSort()
|
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 868 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()
|