Searched refs:deflate_stored (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/zlib/ |
H A D | deflate.c | 86 local block_state deflate_stored(deflate_state *s, int flush); 127 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 132 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 949 * some deflate_stored() output, goes through this function so some 1220 bstate = s->level == 0 ? deflate_stored(s, flush) : in deflate() 1680 * deflate_stored() is written to minimize the number of times an input byte is 1684 local block_state deflate_stored(deflate_state *s, int flush) { in deflate_stored() function
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 93 local block_state deflate_stored OF((deflate_state *s, int flush)); 150 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 155 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 778 * some deflate_stored() output, goes through this function so some 1054 bstate = s->level == 0 ? deflate_stored(s, flush) : 1725 * deflate_stored() is written to minimize the number of times an input byte is 1729 local block_state deflate_stored(s, flush) in deflate_stored() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 93 local block_state deflate_stored OF((deflate_state *s, int flush)); 150 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 155 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 772 * some deflate_stored() output, goes through this function so some 1046 bstate = s->level == 0 ? deflate_stored(s, flush) : 1715 * deflate_stored() is written to minimize the number of times an input byte is 1719 local block_state deflate_stored(s, flush) in deflate_stored() function
|
/third_party/zlib/ |
H A D | deflate.c | 73 local block_state deflate_stored(deflate_state *s, int flush); 109 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 114 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ 918 * some deflate_stored() output, goes through this function so some 1190 bstate = s->level == 0 ? deflate_stored(s, flush) : in deflate() 1634 * deflate_stored() is written to minimize the number of times an input byte is 1638 local block_state deflate_stored(deflate_state *s, int flush) in deflate_stored() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 77 local block_state deflate_stored OF((deflate_state *s, int flush));
128 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
133 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1508 local block_state deflate_stored(s, flush)
in deflate_stored() function
|
Completed in 14 milliseconds