Searched refs:ntq (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c407 int nrq, ntq, err; local
513 ntq = nrq;
515 ntq = nq * nrq;
517 if (ntq > nq) {
518 newq = realloc(query, ntq * sizeof (query[0]));
519 newattr = realloc(attr, ntq * sizeof (attr[0]));
523 myself, ntq * sizeof (query[0]));
562 freeQueries(query, ntq);
563 freeObjAttr(attr, ntq);
575 (void) memset(query, 0, ntq * sizeo
[all...]

Completed in 16 milliseconds