Searched refs:fseek_origin (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 163 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) ! in fseek64_file_func() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.c | 163 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) ! in fseek64_file_func() [all...] |
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 153 int fseek_origin=0; in fseek_file_func() local 159 fseek_origin = SEEK_CUR; in fseek_file_func() 162 fseek_origin = SEEK_END; in fseek_file_func() 165 fseek_origin = SEEK_SET; in fseek_file_func() 170 if (fseek((FILE *)stream, (long)offset, fseek_origin) != 0) in fseek_file_func() 176 int fseek_origin=0; in fseek64_file_func() local 182 fseek_origin = SEEK_CUR; in fseek64_file_func() 185 fseek_origin = SEEK_END; in fseek64_file_func() 188 fseek_origin = SEEK_SET; in fseek64_file_func() 194 if(FSEEKO_FUNC((FILE *)stream, (z_off64_t)offset, fseek_origin) ! in fseek64_file_func() [all...] |
Completed in 2 milliseconds