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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c140 char *zreadptr = (char *) zreadbuf; /* pointer to start of buffer */ variable
227 readptr = zreadptr;
236 err = READEDIT (fnum,, zreadptr, (short) readlen,
241 readptr = zreadptr + countread;
264 err = (READX(fnum, zreadptr, readlen, (short *)&countread) != CCE);
268 err = (READX(fnum, zreadptr, readlen, (short *)&countread) != CCE);
271 readptr = zreadptr + countread;
277 err = (READX(fnum, zreadptr, readlen, (short *)&countread)!= CCE);
280 readptr = zreadptr + countread;
302 memcpy(bufptr, zreadptr, movele
[all...]

Completed in 87 milliseconds