Home
last modified time | relevance | path

Searched refs:PAN_dump_struct (Results 1 – 8 of 8) sorted by relevance

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/http2/
H A Dcache_http2_panic.c50 if (PAN_dump_struct(vsb, h2, H2_SESS_MAGIC, "h2_sess")) in h2_sess_panic()
54 if (PAN_dump_struct(vsb, r2, H2_REQ_MAGIC, "stream")) in h2_sess_panic()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_panic.c162 if (PAN_dump_struct(vsb, htc, HTTP_CONN_MAGIC, "http_conn")) in pan_htc()
191 if (PAN_dump_struct(vsb, h, HTTP_MAGIC, "http[%s]", id)) in pan_http()
213 if (PAN_dump_struct(vsb, boc, BOC_MAGIC, "boc")) in pan_boc()
230 if (PAN_dump_struct(vsb, oc, OBJCORE_MAGIC, "objcore[%s]", typ)) in pan_objcore()
282 if (PAN_dump_struct(vsb, wrk, WORKER_MAGIC, "worker")) in pan_wrk()
326 if (PAN_dump_struct(vsb, vfc, VFP_CTX_MAGIC, "vfc")) in pan_vfp()
360 if (PAN_dump_struct(vsb, bo, BUSYOBJ_MAGIC, "busyobj")) in pan_busyobj()
421 if (PAN_dump_struct(vsb, top, REQTOP_MAGIC, "top")) in pan_top()
437 if (PAN_dump_struct(vsb, req, REQ_MAGIC, "req")) in pan_req()
526 if (PAN_dump_struct(vsb, sp, SESS_MAGIC, "sess")) in pan_sess()
H A Dcache_pool.c251 if (PAN_dump_struct(vsb, pp, POOL_MAGIC, "pool")) in pan_pool()
H A Dcache_deliver_proc.c42 if (PAN_dump_struct(vsb, vdc, VDP_CTX_MAGIC, "vdc")) in VDP_Panic()
H A Dcache_conn_pool.c537 if (PAN_dump_struct(vsb, vep, VRT_ENDPOINT_MAGIC, "vrt_endpoint")) in vcp_panic_endpoint()
559 if (PAN_dump_struct(vsb, cp, CONN_POOL_MAGIC, "conn_pool")) in VCP_Panic()
H A Dcache_vcl.c287 if (PAN_dump_struct(vsb, conf, VCL_CONF_MAGIC, "conf")) in vcl_panic_conf()
315 if (PAN_dump_struct(vsb, vcl, VCL_MAGIC, "vcl[%s]", nm)) in VCL_Panic()
H A Dcache_ws.c436 if (PAN_dump_struct(vsb, ws, WS_MAGIC, "ws")) in WS_Panic()
H A Dcache.h861 #define PAN_dump_struct(vsb, ptr, magic, ...) \ macro