Home
last modified time | relevance | path

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

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache.h125 #define WS_ID_SIZE 4 macro
130 char id[WS_ID_SIZE]; /* identity */
H A Dcache_ws.c124 memcpy(id, ws->id, WS_ID_SIZE); in WS_Id()
H A Dcache_http.c115 char id[WS_ID_SIZE]; in http_fail()