Searched refs:OPJ_FSEEK (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 78 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) macro 84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence) macro
|
D | openjpeg.c | 101 OPJ_FSEEK(p_file, 0, SEEK_END); in opj_get_data_length_from_file() 103 OPJ_FSEEK(p_file, 0, SEEK_SET); in opj_get_data_length_from_file() 115 if (OPJ_FSEEK(p_user_data,p_nb_bytes,SEEK_CUR)) { in opj_skip_from_file() 124 if (OPJ_FSEEK(p_user_data,p_nb_bytes,SEEK_SET)) { in opj_seek_from_file()
|