Lines Matching refs:nq
817 mapToLDAP(__nis_table_mapping_t *tm, int nq, db_query **old, db_query **new, in mapToLDAP() argument
829 if (tm == 0 || (old == 0 && new == 0) || nq <= 0) in mapToLDAP()
833 if (nq == 1) { 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()
871 if (nq != 1) in mapToLDAP()
881 myself, NIL(tm->objName), nq, maxMatches); in mapToLDAP()
886 for (iq = 0, rnq = 0; iq < nq; iq++) { in mapToLDAP()
898 if (nq != 1) in mapToLDAP()
1003 for (i = rnq = 0; i < (firstOnly ? maxMatches : nq*maxMatches); i++) { in mapToLDAP()