Searched defs:hash_head (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libsip/common/ |
| H A D | sip_hash.h | 55 sip_hash_obj_t *hash_head; member in struct:sip_hash_s
|
| /illumos-gate/usr/src/uts/common/zmod/ |
| H A D | deflate.c | 329 IPos hash_head = 0; local 356 INSERT_STRING(s, n, hash_head); 358 if (hash_head) hash_head = 0; /* to make compiler happy */ 1458 IPos hash_head = NIL; /* head of the hash chain */ local 1476 * dictionary, and set hash_head to the head of the hash chain: 1479 INSERT_STRING(s, s->strstart, hash_head); 1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1492 (s->strategy == Z_RLE && s->strstart - hash_head 1564 IPos hash_head = NIL; /* head of hash chain */ local [all...] |
| /illumos-gate/usr/src/boot/lib/libz/ |
| H A D | deflate.c | 1632 IPos hash_head; /* head of the hash chain */ local 1650 * dictionary, and set hash_head to the head of the hash chain: 1652 hash_head = NIL; 1654 INSERT_STRING(s, s->strstart, hash_head); 1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1665 s->match_length = longest_match (s, hash_head); 1685 INSERT_STRING(s, s->strstart, hash_head); 1734 IPos hash_head; /* head of hash chain */ local 1753 * dictionary, and set hash_head t [all...] |
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | zlib.c | 1230 IPos hash_head = NIL; /* head of the hash chain */ local 1249 * dictionary, and set hash_head to the head of the hash chain: 1252 INSERT_STRING(s, s->strstart, hash_head); 1258 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1264 s->match_length = longest_match (s, hash_head); 1286 INSERT_STRING(s, s->strstart, hash_head); 1326 IPos hash_head = NIL; /* head of hash chain */ local 1344 * dictionary, and set hash_head to the head of the hash chain: 1347 INSERT_STRING(s, s->strstart, hash_head); [all...] |
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.c | 955 IPos hash_head = 0; local 988 INSERT_STRING(s, n, hash_head); 990 if (hash_head) hash_head = 0; /* to make compiler happy */ 1944 IPos hash_head = NIL; /* head of the hash chain */ local 1967 * the dictionary, and set hash_head to the head of 1971 INSERT_STRING(s, s->strstart, hash_head); 1979 if (hash_head != NIL && s->strstart - hash_head <= 1989 s->match_length = longest_match(s, hash_head); 2066 IPos hash_head = NIL; /* head of hash chain */ local [all...] |
Completed in 84 milliseconds