Searched refs:INSERT_STRING (Results 1 - 2 of 2) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 173 * IN assertion: all calls to to INSERT_STRING are made with consecutive
178 #define INSERT_STRING(s, str, match_head) \
macro 183 #define INSERT_STRING(s, str, match_head) \
macro 383 INSERT_STRING(s, n, hash_head);
1592 INSERT_STRING(s, s->strstart, hash_head);
1623 INSERT_STRING(s, s->strstart, hash_head);
1695 INSERT_STRING(s, s->strstart, hash_head);
1746 INSERT_STRING(s, s->strstart, hash_head);
|
/third_party/zlib/ |
H A D | deflate.c | 150 * IN assertion: all calls to INSERT_STRING are made with consecutive input 155 #define INSERT_STRING(s, str, match_head) \ macro 160 #define INSERT_STRING(s, str, match_head) \ macro 1847 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1878 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1948 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow() 1999 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow()
|
Completed in 6 milliseconds