HomeSort by relevance Sort by last modified time
    Searched refs:OPJ_FSEEK (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 78 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence)
84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
openjpeg.c 101 OPJ_FSEEK(p_file, 0, SEEK_END);
103 OPJ_FSEEK(p_file, 0, SEEK_SET);
115 if (OPJ_FSEEK(p_user_data,p_nb_bytes,SEEK_CUR)) {
124 if (OPJ_FSEEK(p_user_data,p_nb_bytes,SEEK_SET)) {

Completed in 1262 milliseconds