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

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c58 static size_t off_size = 0; /* offsets array size */ variable
134 if (off_idx == off_size) {
136 off_size += CHUNK;
137 tmp = realloc(offsets, sizeof (uint_t) * off_size);
141 off_idx = off_size = 0;
278 off_size = 0;

Completed in 14 milliseconds