HomeSort by: relevance | last modified time | path
    Searched defs:fseek_origin (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
ioapi.c 149 int fseek_origin=0; local in function:fseek_file_func
155 fseek_origin = SEEK_CUR;
158 fseek_origin = SEEK_END;
161 fseek_origin = SEEK_SET;
166 if (fseek((FILE *)stream, (long)offset, fseek_origin) != 0)
172 int fseek_origin=0; local in function:fseek64_file_func
178 fseek_origin = SEEK_CUR;
181 fseek_origin = SEEK_END;
184 fseek_origin = SEEK_SET;
190 if(FSEEKO_FUNC((FILE *)stream, (z_off64_t)offset, fseek_origin) != 0
    [all...]
ioapi.c 149 int fseek_origin=0; local in function:fseek_file_func
155 fseek_origin = SEEK_CUR;
158 fseek_origin = SEEK_END;
161 fseek_origin = SEEK_SET;
166 if (fseek((FILE *)stream, (long)offset, fseek_origin) != 0)
172 int fseek_origin=0; local in function:fseek64_file_func
178 fseek_origin = SEEK_CUR;
181 fseek_origin = SEEK_END;
184 fseek_origin = SEEK_SET;
190 if(FSEEKO_FUNC((FILE *)stream, (z_off64_t)offset, fseek_origin) != 0
    [all...]
ioapi.c 149 int fseek_origin=0; local in function:fseek_file_func
155 fseek_origin = SEEK_CUR;
158 fseek_origin = SEEK_END;
161 fseek_origin = SEEK_SET;
166 if (fseek((FILE *)stream, (long)offset, fseek_origin) != 0)
172 int fseek_origin=0; local in function:fseek64_file_func
178 fseek_origin = SEEK_CUR;
181 fseek_origin = SEEK_END;
184 fseek_origin = SEEK_SET;
190 if(FSEEKO_FUNC((FILE *)stream, (z_off64_t)offset, fseek_origin) != 0
    [all...]

Completed in 32 milliseconds