Lines Matching defs:rv

514 		__nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) {
526 * First, we decide if we should look for the value in 'rv',
538 if (rv != 0) {
539 name = rv->colName;
540 nameVal = rv->colVal;
541 numName = rv->numColumns;
556 if (rv != 0) {
557 name = rv->attrName;
558 nameVal = rv->attrVal;
559 numName = rv->numAttrs;
569 if (rv != 0) {
585 if (rv != 0) {
678 val = lookupLDAP(&triple, item->name, rv, 0,
713 exVal = getMappingItemVal(item->exItem, native, rv,
760 getMappingFormat(__nis_mapping_format_t *f, __nis_rule_value_t *rv,
770 if (rv == 0) {
828 mit_any, rv,
1059 getMappingFormatArray(__nis_mapping_format_t *a, __nis_rule_value_t *rv,
1071 val = getMappingFormat(&a[i], rv, at,
1075 val = getMappingFormat(&a[i], rv, at,
1251 __nis_rule_value_t *rv, char *berstring, int *np_ldap_stat) {
1261 if (rv != 0)
1262 return (getMappingItemVal(i, native, rv, berstring,
1660 __nis_rule_value_t *rv) {
1662 rv, 0, NULL);
2225 __nis_rule_value_t *rv, int *stat) {
2227 rv, 0, stat);
2234 else if (f == 0 || rv == 0 || val->val == 0 ||
2350 * rule-value 'rv'.
2354 __nis_rule_value_t *rv, int *np_ldap_stat) {
2362 val = getMappingItem(&e->element.item, mit_any, rv, 0,
2366 val = getMappingFormatArray(e->element.print.fmt, rv,
2376 rv);
2381 rv, np_ldap_stat);
2394 * value 'rv'. The 'native' mapping type is used when 'rv' is NULL,
2401 __nis_rule_value_t *rv, int *stat) {
2409 val = getMappingItem(&e->element.item, native, rv, 0, NULL);
2427 rv, &np_ldap_stat[i]);
2447 val = getMappingFormatArray(e->element.print.fmt, rv,
2462 rv);
2474 rv, NULL);