Searched refs:verifyIndexMatch (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_map.h | 59 int verifyIndexMatch(__nis_table_mapping_t *x,
|
H A D | ldap_map.c | 1100 verifyIndexMatch(__nis_table_mapping_t *x, db_query *q, in verifyIndexMatch() function 1330 verifyIndexMatch(x, q, 0, 0, 0)) { in selectTableMapping()
|
H A D | ldap_nisdbquery.c | 654 retain = verifyIndexMatch(t, q[i], 0, 0, 0); in filterQuery()
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 782 if (verifyIndexMatch(t, 0, rv, 0, 0) == 0) in buildNISRuleValue() 883 if (verifyIndexMatch(t, 0, 0, in getKeyFromRuleValue() 1055 if (verifyIndexMatch(t, 0, 0, N2LKEY, skey) == 0 || in singleReadFromDIT() 1056 verifyIndexMatch(t, 0, 0, N2LIPKEY, skey) == 0) in singleReadFromDIT() 1264 if (verifyIndexMatch(t, 0, 0, N2LKEY, skey) == 0 || in singleWriteToDIT() 1265 verifyIndexMatch(t, 0, 0, N2LIPKEY, skey) == 0) in singleWriteToDIT() 1307 if (verifyIndexMatch(t, 0, &rv[i], 0, 0) == 0) in singleWriteToDIT()
|