Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c708 int nrq, ntq, err; in createNisPlusEntry() local
814 ntq = nrq; in createNisPlusEntry()
816 ntq = nq * nrq; in createNisPlusEntry()
818 if (ntq > nq) { in createNisPlusEntry()
819 newq = realloc(query, ntq * sizeof (query[0])); in createNisPlusEntry()
820 newattr = realloc(attr, ntq * sizeof (attr[0])); in createNisPlusEntry()
824 myself, ntq * sizeof (query[0])); in createNisPlusEntry()
863 freeQueries(query, ntq); in createNisPlusEntry()
864 freeObjAttr(attr, ntq); in createNisPlusEntry()
876 (void) memset(query, 0, ntq * sizeof (query[0])); in createNisPlusEntry()
[all …]