Home
last modified time | relevance | path

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

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/storage/
H A Dstorage_persistent_silo.c145 CHECK_OBJ_NOTNULL(sg, SMP_SEG_MAGIC); in smp_load_seg()
200 INIT_OBJ(&tmpsg, SMP_SEG_MAGIC); in smp_new_seg()
228 ALLOC_OBJ(sg, SMP_SEG_MAGIC); in smp_new_seg()
270 CHECK_OBJ_NOTNULL(sg, SMP_SEG_MAGIC); in smp_close_seg()
409 CAST_OBJ_NOTNULL(sg, oc->stobj->priv, SMP_SEG_MAGIC); in v_matchproto_()
468 CAST_OBJ_NOTNULL(sg, oc->stobj->priv, SMP_SEG_MAGIC); in v_matchproto_()
517 CAST_OBJ_NOTNULL(sg, oc->stobj->priv, SMP_SEG_MAGIC); in v_matchproto_()
H A Dstorage_persistent.h198 #define SMP_SEG_MAGIC 0x45c61895 macro
H A Dstorage_persistent.c237 ALLOC_OBJ(sg, SMP_SEG_MAGIC); in smp_open_segs()