Home
last modified time | relevance | path

Searched refs:gz_look (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dgzread.c11 local int gz_look OF((gz_statep));
90 gz_look() will return 0 on success or -1 on failure. */
91 local int gz_look(state) in gz_look() function
237 if (gz_look(state) == -1)
622 (void)gz_look(state);
/third_party/skia/third_party/externals/zlib/
H A Dgzread.c11 local int gz_look OF((gz_statep));
90 gz_look() will return 0 on success or -1 on failure. */
91 local int gz_look(state) in gz_look() function
237 if (gz_look(state) == -1)
624 (void)gz_look(state);
/third_party/zlib/
H A Dgzread.c89 gz_look() will return 0 on success or -1 on failure. */
90 local int gz_look(gz_statep state) in gz_look() function
237 if (gz_look(state) == -1) in gz_fetch()
521 (void)gz_look(state); in gzungetc()
668 (void)gz_look(state); in gzdirect()
/third_party/node/deps/zlib/
H A Dgzread.c75 gz_look() will return 0 on success or -1 on failure. */
76 local int gz_look(gz_statep state) { in gz_look() function
214 if (gz_look(state) == -1) in gz_fetch()
570 (void)gz_look(state); in gzdirect()

Completed in 4 milliseconds