Home
last modified time | relevance | path

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

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/storage/
H A Dstorage_simple.c493 AZ(oc->boc->stevedore_priv); in v_matchproto_()
494 oc->boc->stevedore_priv = st; in v_matchproto_()
509 if (boc->stevedore_priv != NULL) { in v_matchproto_()
511 CAST_OBJ_NOTNULL(st, boc->stevedore_priv, STORAGE_MAGIC); in v_matchproto_()
512 boc->stevedore_priv = NULL; in v_matchproto_()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache.h287 void *stevedore_priv; member
H A Dcache_panic.c218 VSB_printf(vsb, "stevedore_priv = %p,\n", boc->stevedore_priv); in pan_boc()