Searched defs:bharray (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c38 BH *bhp, **bharray; local
66 if ((ret = __os_malloc(nalloc * sizeof(BH *), NULL, &bharray)) != 0)
159 bharray[ar_cnt] = bhp;
178 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
191 if (bharray[next]->ref > 1) {
192 --bharray[next]->ref;
197 mfp = R_ADDR(dbmp, bharray[next]->mf_offset);
198 ret = __memp_bhwrite(dbmp, mfp, bharray[next], NULL, &wrote);
201 --bharray[next]->ref;
213 (u_long)bharray[nex
318 BH *bhp, **bharray; local
[all...]

Completed in 14 milliseconds