Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_map.c820 int maxMatches, numMatches = 0; in mapToLDAP() local
835 dbId, &maxMatches); in mapToLDAP()
836 numMatches = maxMatches; in mapToLDAP()
838 tp = selectTableMapping(tm, 0, 1, 0, dbId, &maxMatches); in mapToLDAP()
845 if (tp == 0 || maxMatches == 0) { in mapToLDAP()
856 dn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (dn[0])); in mapToLDAP()
857 odn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (odn[0])); in mapToLDAP()
858 rv = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (rv[0])); in mapToLDAP()
859 tpa = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (tpa[0])); in mapToLDAP()
880 myself, NIL(tm->objName), nq, maxMatches); in mapToLDAP()
[all …]