Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h79 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) macro
85 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence) macro
Dopenjpeg.c102 OPJ_FSEEK(p_file, 0, SEEK_END); in opj_get_data_length_from_file()
104 OPJ_FSEEK(p_file, 0, SEEK_SET); in opj_get_data_length_from_file()
117 if (OPJ_FSEEK(p_user_data, p_nb_bytes, SEEK_CUR)) { in opj_skip_from_file()
126 if (OPJ_FSEEK(p_user_data, p_nb_bytes, SEEK_SET)) { in opj_seek_from_file()