Home
last modified time | relevance | path

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

/PHP-7.1/ext/zip/lib/
H A Dzip_source_filep.c86 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 6 milliseconds