Searched refs:inlast (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_p.h29 int inlast; /*%< index of one past the last char in buffer */ member in struct:irp_p
H A Dirp.c99 irp->inlast = 0;
289 end = &pvt->inbuffer[pvt->inlast];
300 pvt->inlast = end - start;
303 end = &pvt->inbuffer[pvt->inlast];
306 spare = sizeof (pvt->inbuffer) - pvt->inlast;
319 pvt->inlast += i;

Completed in 43 milliseconds