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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzread.c 11 local int gz_look OF((gz_statep));
85 gz_look() will return 0 on success or -1 on failure. */
86 local int gz_look(state) function
234 if (gz_look(state) == -1)
560 (void)gz_look(state);
  /external/python/cpython2/Modules/zlib/
gzread.c 11 local int gz_look OF((gz_statep));
85 gz_look() will return 0 on success or -1 on failure. */
86 local int gz_look(state) function
234 if (gz_look(state) == -1)
560 (void)gz_look(state);
  /toolchain/binutils/binutils-2.27/zlib/
gzread.c 11 local int gz_look OF((gz_statep));
85 gz_look() will return 0 on success or -1 on failure. */
86 local int gz_look(state) function
234 if (gz_look(state) == -1)
560 (void)gz_look(state);
  /external/python/cpython3/Modules/zlib/
gzread.c 11 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) function
237 if (gz_look(state) == -1)
620 (void)gz_look(state);
  /external/zlib/src/
gzread.c 11 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) function
237 if (gz_look(state) == -1)
620 (void)gz_look(state);

Completed in 1883 milliseconds