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

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c540 DB_LOCK npl, ppl; local
546 npl = ppl = LOCK_INVALID;
557 0, pagep->next_pgno, DB_LOCK_WRITE, &npl)) != 0)
613 (void)__bam_lput(dbc, npl);
628 if (needlock && npl != LOCK_INVALID)
629 (void)__bam_lput(dbc, npl);

Completed in 302 milliseconds