HomeSort by relevance Sort by last modified time
    Searched defs:block_state (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
external_protocol_handler.cc 138 BlockState block_state = GetBlockState(escaped_url.scheme()); local
139 if (block_state == BLOCK)
144 if (block_state == UNKNOWN) {
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 71 } block_state; typedef in typeref:enum:__anon13542
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
788 block_state bstate;
    [all...]
  /external/zlib/src/
deflate.c 71 } block_state; typedef in typeref:enum:__anon18671
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
899 block_state bstate;
    [all...]

Completed in 69 milliseconds