Home
last modified time | relevance | path

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

/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dhtx.h478 static inline int32_t htx_find_front(const struct htx *htx) in htx_find_front() function
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhtx.c286 htx->front = htx_find_front(htx); in htx_remove_blk()