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

  /external/chromium/third_party/zlib/contrib/minizip/
iowin32.c 24 voidpf ZCALLBACK win32_open_file_func OF((
65 voidpf ZCALLBACK win32_open_file_func (opaque, filename, mode) function
262 pzlib_filefunc_def->zopen_file = win32_open_file_func;
  /external/zlib/contrib/minizip/
iowin32.c 28 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
133 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) function
343 pzlib_filefunc_def->zopen_file = win32_open_file_func;

Completed in 118 milliseconds