Home
last modified time | relevance | path

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

/dports/www/varnish6/varnish-cache-varnish-6.6.2/include/
H A Dvend.h130 vle32enc(void *pp, uint32_t u) in vle32enc() function
146 vle32enc(p, (uint32_t)(u & 0xffffffffU));
147 vle32enc(p + 4, (uint32_t)(u >> 32));
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_esi_deliver.c421 vle32enc(tailbuf + 5, ecx->crc); in v_matchproto_()
424 vle32enc(tailbuf + 9, ecx->l_crc); in v_matchproto_()