Searched refs:hash_head (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 356 IPos hash_head = 0;
local 383 INSERT_STRING(s, n, hash_head);
385 if (hash_head) hash_head = 0; /* to make compiler happy */
1570 IPos hash_head; /* head of the hash chain */
local 1588 * dictionary, and set hash_head to the head of the hash chain:
1590 hash_head = NIL;
1592 INSERT_STRING(s, s->strstart, hash_head);
1598 if (hash_head != NIL && s->strstart - hash_head < 1672 IPos hash_head; /* head of hash chain */ global() local [all...] |
/third_party/node/deps/zlib/ |
H A D | deflate.c | 1869 IPos hash_head; /* head of the hash chain */ in deflate_fast() local 1887 * dictionary, and set hash_head to the head of the hash chain: in deflate_fast() 1889 hash_head = NIL; in deflate_fast() 1891 hash_head = insert_string(s, s->strstart); in deflate_fast() 1897 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 1902 s->match_length = longest_match (s, hash_head); in deflate_fast() 1922 hash_head = insert_string(s, s->strstart); in deflate_fast() 1971 IPos hash_head; /* head of hash chain */ in deflate_slow() local 1990 * dictionary, and set hash_head t in deflate_slow() [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 1920 IPos hash_head; /* head of the hash chain */ local 1938 * dictionary, and set hash_head to the head of the hash chain: 1940 hash_head = NIL; 1942 hash_head = insert_string(s, s->strstart); 1948 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1953 s->match_length = longest_match (s, hash_head); 1973 hash_head = insert_string(s, s->strstart); 2022 IPos hash_head; /* head of hash chain */ local 2041 * dictionary, and set hash_head t [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 1904 IPos hash_head; /* head of the hash chain */ local 1922 * dictionary, and set hash_head to the head of the hash chain: 1924 hash_head = NIL; 1926 hash_head = insert_string(s, s->strstart); 1932 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1937 s->match_length = longest_match (s, hash_head); 1957 hash_head = insert_string(s, s->strstart); 2006 IPos hash_head; /* head of hash chain */ local 2025 * dictionary, and set hash_head t [all...] |
/third_party/zlib/ |
H A D | deflate.c | 1825 IPos hash_head; /* head of the hash chain */ in deflate_fast() local 1843 * dictionary, and set hash_head to the head of the hash chain: in deflate_fast() 1845 hash_head = NIL; in deflate_fast() 1847 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1853 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 1858 s->match_length = longest_match (s, hash_head); in deflate_fast() 1878 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1925 IPos hash_head; /* head of hash chain */ in deflate_slow() local 1944 * dictionary, and set hash_head t in deflate_slow() [all...] |
Completed in 13 milliseconds