Searched refs:_zip_fseek_u (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/zip/lib/ |
H A D | zip_source_filep.c | 86 static int _zip_fseek_u(FILE *f, zip_uint64_t offset, int whence, zip_error_t *error); 288 if (_zip_fseek_u(ctx->f, ctx->start, SEEK_SET, &ctx->error) < 0) { in read_file() 383 if (_zip_fseek_u(ctx->f, ctx->current, SEEK_SET, &ctx->error) < 0) { in read_file() 481 _zip_fseek_u(FILE *f, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_fseek_u() function
|
Completed in 7 milliseconds