Home
last modified time | relevance | path

Searched refs:gzip_loop (Results 1 – 1 of 1) sorted by relevance

/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_zlib.erl78 gzip_loop(Z, P, [], [], A) -> function
83 gzip_loop(Z, P, B, C, A) when is_binary(B) -> function
85 gzip_loop(Z, P1, C, [],
96 gzip_loop(Z, P, [H], C, A) -> function
97 gzip_loop(Z, P, H, C, A);
98 gzip_loop(Z, P, [H|T], C, A) -> function
99 gzip_loop(Z, P, H, [T|C], A);
100 gzip_loop(Z, P, [], C, A) -> function
101 gzip_loop(Z, P, C, [], A);
102 gzip_loop(Z, P, I, C, A) when is_integer(I) -> function
[all …]