Home
last modified time | relevance | path

Searched refs:vt_string (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c811 val->type = vt_string; in getMappingFormat()
844 val->type = vt_string; in getMappingFormat()
863 val->type = vt_string; in getMappingFormat()
940 if (v1->type == vt_string) in explodeValues()
948 if (v2->type == vt_string) in explodeValues()
1050 ((v2->type == vt_string) ? in explodeValues()
1280 val->type = vt_string; in getMappingItem()
1302 val->type = vt_string; in getMappingItem()
1669 val->type != vt_string) { in splitMappingItem()
2134 v[0]->type = vt_string; in matchMappingItem()
[all …]
H A Dldap_print.c52 if (val->type == vt_string) { in printMappingFormatArray()
322 if (rv->colVal[i].type == vt_string) in printRuleValue()
335 if (rv->colVal[i].type == vt_string) in printRuleValue()
357 if (rv->attrVal[i].type == vt_string) in printRuleValue()
372 if (rv->attrVal[i].type == vt_string) in printRuleValue()
H A Dldap_ldap.c79 if (eVal->type != vt_string || eVal->numVals <= 0) { in lookupLDAP()
85 if (eVal != 0 && eVal->type == vt_string && in lookupLDAP()
304 if (eVal->type != vt_string || in storeLDAP()
H A Dldap_structs.h46 typedef enum {vt_any, vt_string, vt_ber} __nis_value_type_t; enumerator
H A Dldap_ruleval.c244 if (type == vt_string && valueLen > 0) { in addVal2RuleValue()
400 return (addAttr2RuleValue(vt_string, name, value, slen(value), rv)); in addSAttr2RuleValue()
417 return (addCol2RuleValue(vt_string, name, value, slen(value), rv)); in addSCol2RuleValue()
448 if (addCol2RuleValue(vt_string, in buildNisPlusRuleValue()
584 val->type = vt_string; in buildRvalue()
932 if (val == 0 || val->type != vt_string) in valString()
H A Dldap_map.c451 val->type == vt_string && val->numVals == 1 && in ruleValue2ObjAttr()
461 val->type == vt_string && val->numVals == 1 && in ruleValue2ObjAttr()
471 val->type == vt_string && val->numVals == 1 && in ruleValue2ObjAttr()
481 val->type == vt_string && val->numVals == 1 && in ruleValue2ObjAttr()
490 val->type == vt_string && val->numVals == 1 && in ruleValue2ObjAttr()
H A Dldap_attr.c422 rv[irv].attrVal[iv].type == vt_string && in findDNs()
H A Dldap_nisdbquery.c984 if (rval->type == vt_string && in createNisPlusEntry()
H A Dldap_op.c1653 if (addAttr2RuleValue(vt_string, nm, in ldapSearch()
1934 if (rv->attrVal[i].type == vt_string) { in search2LdapMod()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c87 val->type = vt_string; in stringToValue()
135 if (inVal == 0 || inVal->type != vt_string) { in processSplitField()
189 res = addCol2RuleValue(vt_string, in processSplitField()
284 i = addCol2RuleValue(vt_string, N2LSEARCHKEY, key->dptr, in datumToRuleValue()
298 i = addCol2RuleValue(vt_string, N2LIPKEY, ipvalue, in datumToRuleValue()
338 if (addCol2RuleValue(vt_string, in datumToRuleValue()
390 if (addCol2RuleValue(vt_string, in datumToRuleValue()
565 res = addCol2RuleValue(vt_string, in addSplitFieldValues()
622 res = addCol2RuleValue(vt_string, in addSplitFieldValues()
757 vt_string, litem[l].name, value, in buildNISRuleValue()
[all …]