Home
last modified time | relevance | path

Searched refs:FTELLO_FUNC (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) macro
24 #define FTELLO_FUNC(stream) ftello64(stream) macro
157 ret = FTELLO_FUNC((FILE *)stream); in ftell64_file_func()
H A Dminizip.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro
232 pos = FTELLO_FUNC(pFile); in isLargeFile()
H A Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) macro
24 #define FTELLO_FUNC(stream) ftello64(stream) macro
157 ret = FTELLO_FUNC((FILE *)stream); in ftell64_file_func()
H A Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream) macro
38 #define FTELLO_FUNC(stream) ftello64(stream) macro
233 pos = FTELLO_FUNC(pFile); in isLargeFile()
H A Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro
/third_party/zlib/contrib/minizip/
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) macro
24 #define FTELLO_FUNC(stream) ftello64(stream) macro
148 ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream); in ftell64_file_func()
H A Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream) macro
38 #define FTELLO_FUNC(stream) ftello64(stream) macro
233 pos = (ZPOS64_T)FTELLO_FUNC(pFile); in isLargeFile()
H A Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro

Completed in 7 milliseconds