Searched refs:match_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zlib/
H A Ddeflate.c167 * Insert string str in the dictionary and set match_head to the previous head
177 #define INSERT_STRING(s, str, match_head) \
179 match_head = s->head[s->ins_h], \
182 #define INSERT_STRING(s, str, match_head) \
184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dkillstate.sh381 match_head() function

Completed in 174 milliseconds