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

/forgerock/web-agents-v4/zlib/
H A Dzip.c490 ZPOS64_T uPosFound=0; local
529 uPosFound = uReadPos+i;
533 if (uPosFound!=0)
537 return uPosFound;
552 ZPOS64_T uPosFound=0; local
593 uPosFound = uReadPos+i;
598 if (uPosFound!=0)
603 if (uPosFound == 0)
607 if (ZSEEK64(*pzlib_filefunc_def,filestream, uPosFound,ZLIB_FILEFUNC_SEEK_SET)!=0)

Completed in 380 milliseconds