Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Dldap_map.c821 int maxMatches, numMatches = 0; in mapToLDAP() local
836 dbId, &maxMatches); in mapToLDAP()
837 numMatches = maxMatches; in mapToLDAP()
839 tp = selectTableMapping(tm, 0, 1, 0, dbId, &maxMatches); in mapToLDAP()
846 if (tp == 0 || maxMatches == 0) { in mapToLDAP()
857 dn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (dn[0])); in mapToLDAP()
858 odn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (odn[0])); in mapToLDAP()
859 rv = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (rv[0])); in mapToLDAP()
860 tpa = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (tpa[0])); in mapToLDAP()
881 myself, NIL(tm->objName), nq, maxMatches); in mapToLDAP()
[all …]