Lines Matching defs:tpa
820 __nis_table_mapping_t **tp, **tpa;
853 * Allocate the 'rv', 'dn', and 'tpa' arrays. Worst case is that
861 tpa = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (tpa[0]));
862 if (dn == 0 || odn == 0 || rv == 0 || tpa == 0) {
867 sfree(tpa);
913 (void) memcpy(&tpa[idx], tp,
914 numMatches * sizeof (tpa[idx]));
1016 NIL(tpa[i]->dbId), dn[i]);
1019 delPerDbId = (tpa[i]->objectDN->delDisp == dd_perDbId);
1034 tpa[i]->objectDN->write.attrs,
1040 tpa[i]->objectDN->write.attrs, 0);
1053 r, NIL(tpa[i]->dbId), dn[i]);
1065 sfree(tpa);