Home
last modified time | relevance | path

Searched refs:matchFetch (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h152 __nis_match_fetch_t matchFetch; member
H A Dnis_parse_ldap_attr.c877 if (table_info->matchFetch == in add_operation_attribute()
880 table_info->matchFetch = no_match_only; in add_operation_attribute()
882 table_info->matchFetch = mat_always; in add_operation_attribute()
884 table_info->matchFetch = mat_never; in add_operation_attribute()
H A Ddb_mindex.cc189 if (fromLDAP && table->mapping.matchFetch == mat_always) { in satisfy_query()
228 if (table->mapping.matchFetch != mat_never) { in satisfy_query()
H A Ddb_table.cc259 m->matchFetch = ldapDBTableMapping.matchFetch; in initMappingStruct()
H A Dnis_parse_ldap_conf.c1417 if (table_info->matchFetch == in get_attribute_list()
1483 if (table_info->matchFetch == in get_attribute_list()
H A Dnis_parse_ldap_util.c150 table_info->matchFetch = (__nis_match_fetch_t)NO_VALUE_SET; in initialize_parse_structs()
1068 if (table_info->matchFetch == in set_default_values()
1070 table_info->matchFetch = no_match_only; in set_default_values()