Lines Matching refs:maxMatches
821 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()
909 idx = iq * maxMatches; in mapToLDAP()
1003 for (i = rnq = 0; i < (firstOnly ? maxMatches : nq*maxMatches); i++) { in mapToLDAP()
1013 (new != 0 && new[i/maxMatches] != 0) ? in mapToLDAP()
1019 if ((new != 0 && new[i/maxMatches] != 0) || delPerDbId) { in mapToLDAP()
1030 new[i/maxMatches] != 0 && in mapToLDAP()
1050 (new != 0 && new[i/maxMatches] != 0) ? in mapToLDAP()