Home
last modified time | relevance | path

Searched refs:HTX_BLK_PHDR (Results 1 – 3 of 3) sorted by relevance

/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dhtx.h107 HTX_BLK_PHDR = 3, /* pseudo header block */ enumerator
321 case HTX_BLK_PHDR: in htx_get_blk_phdr()
340 case HTX_BLK_PHDR: in htx_get_blksz()
529 case HTX_BLK_PHDR: in htx_set_blk_value_len()
586 case HTX_BLK_PHDR: in htx_get_blk_value()
761 case HTX_BLK_PHDR: return "HTX_BLK_PHDR"; in htx_blk_type_str()
817 else if (type == HTX_BLK_PHDR) in htx_dump()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhtx.c755 blk = htx_add_blk(htx, HTX_BLK_PHDR, value.len); in htx_add_pseudo_header()
H A Dmux_h1.c1659 case HTX_BLK_PHDR: in h1_process_output()