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

/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c103 void *p, *shortp; local
216 shortp = NULL;
238 shortp = lp->buf + (sizeof(HDR) - nr);
251 if (shortp != NULL) {
252 if (lp->b_off < ((u_int8_t *)shortp - lp->buf) + len)
254 if ((ret = __db_retcopy(dbt, shortp, len,

Completed in 33 milliseconds