Home
last modified time | relevance | path

Searched defs:VSC_point (Results 1 – 1 of 1) sorted by relevance

/dports/www/varnish6/varnish-cache-varnish-6.6.2/include/vapi/
H A Dvsc.h51 struct VSC_point { struct
52 const volatile uint64_t *ptr; /* field value */
53 const char *name; /* field name */
54 const char *ctype; /* C-type */
55 int semantics; /* semantics
79 typedef void *VSC_new_f(void *priv, const struct VSC_point *const pt); argument