Lines Matching defs:opaque
68 typedef int (*nsc_cb_t)(lws_cache_nscookiejar_t *cache, void *opaque, int flags,
151 nsc_cb_t cb, void *opaque)
190 e = cb(cache, opaque, r | LCN_EOL, temp,
218 e = cb(cache, opaque,
427 nsc_lookup_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags,
430 struct nsc_lookup_ctx *ctx = (struct nsc_lookup_ctx *)opaque;
540 nsc_regen_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags,
543 struct nsc_regen_ctx *ctx = (struct nsc_regen_ctx *)opaque;
742 nsc_get_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags,
745 struct nsc_get_ctx *ctx = (struct nsc_get_ctx *)opaque;
922 nsc_dump_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags,