Home
last modified time | relevance | path

Searched refs:fseek_origin (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/minizip/
Dioapi.c163 int fseek_origin=0; in fseek_file_func() local
168 fseek_origin = SEEK_CUR; in fseek_file_func()
171 fseek_origin = SEEK_END; in fseek_file_func()
174 fseek_origin = SEEK_SET; in fseek_file_func()
179 if (fseek((FILE *)stream, offset, fseek_origin) != 0) in fseek_file_func()
186 int fseek_origin=0; in fseek64_file_func() local
191 fseek_origin = SEEK_CUR; in fseek64_file_func()
194 fseek_origin = SEEK_END; in fseek64_file_func()
197 fseek_origin = SEEK_SET; in fseek64_file_func()
203 if(FSEEKO_FUNC((FILE *)stream, offset, fseek_origin) != 0) in fseek64_file_func()