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 79 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence)
85 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
openjpeg.c 102 OPJ_FSEEK(p_file, 0, SEEK_END);
104 OPJ_FSEEK(p_file, 0, SEEK_SET);
117 if (OPJ_FSEEK(p_user_data, p_nb_bytes, SEEK_CUR)) {
126 if (OPJ_FSEEK(p_user_data, p_nb_bytes, SEEK_SET)) {
    [all...]

Completed in 81 milliseconds