Searched refs:OPJ_FSEEK (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg/ |
D | opj_includes.h | 79 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) macro 85 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence) macro
|
D | openjpeg.c | 104 OPJ_FSEEK(p_file, 0, SEEK_END); in opj_get_data_length_from_file() 106 OPJ_FSEEK(p_file, 0, SEEK_SET); in opj_get_data_length_from_file() 121 if (OPJ_FSEEK(p_file, p_nb_bytes, SEEK_CUR)) { in opj_skip_from_file() 131 if (OPJ_FSEEK(p_file, p_nb_bytes, SEEK_SET)) { in opj_seek_from_file()
|