Searched defs:maxMatches (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libnisdb/ |
| H A D | ldap_map.c | 821 int maxMatches, numMatches = 0; local 836 dbId, &maxMatches); 837 numMatches = maxMatches; 839 tp = selectTableMapping(tm, 0, 1, 0, dbId, &maxMatches); 846 if (tp == 0 || maxMatches == 0) { 853 * we need nq * maxMatches elements in each array. However, if 857 dn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (dn[0])); 858 odn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (odn[0])); 859 rv = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (rv[0])); 860 tpa = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeo [all...] |
Completed in 34 milliseconds