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

  /external/chromium_org/third_party/zlib/
gzguts.h 80 /* values for gz_state how */
115 } gz_state; typedef in typeref:struct:__anon16446
116 typedef gz_state FAR *gz_statep;
gzlib.c 97 state = malloc(sizeof(gz_state));
  /external/zlib/src/
gzguts.h 155 /* values for gz_state how */
192 } gz_state; typedef in typeref:struct:__anon30833
193 typedef gz_state FAR *gz_statep;
gzlib.c 111 state = (gz_statep)malloc(sizeof(gz_state));

Completed in 78 milliseconds