Home
last modified time | relevance | path

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

/dports/www/varnish6/varnish-cache-varnish-6.6.2/include/tbl/
H A Doc_flags.h33 OC_FLAG(PURGED, purged, (1<<0)) //lint !e835
34 OC_FLAG(BUSY, busy, (1<<1))
35 OC_FLAG(HFM, hfm, (1<<2))
36 OC_FLAG(HFP, hfp, (1<<3))
37 OC_FLAG(ABANDON, abandon, (1<<4))
38 OC_FLAG(PRIVATE, private, (1<<5))
39 OC_FLAG(FAILED, failed, (1<<6))
40 OC_FLAG(DYING, dying, (1<<7))
41 #undef OC_FLAG
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache.h315 #define OC_FLAG(U, l, v) OC_F_##U = v, macro
H A Dcache_panic.c237 #define OC_FLAG(U, l, v) \ in pan_objcore() macro