Home
last modified time | relevance | path

Searched refs:lws_cache_nscookiejar_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/misc/cache-ttl/
Dfile.c68 typedef int (*nsc_cb_t)(lws_cache_nscookiejar_t *cache, void *opaque, int flags,
75 nsc_backing_open_lock(lws_cache_nscookiejar_t *cache, int mode, const char *par) in nsc_backing_open_lock()
119 nsc_backing_close_unlock(lws_cache_nscookiejar_t *cache, int fd) in nsc_backing_close_unlock()
150 nscookiejar_iterate(lws_cache_nscookiejar_t *cache, int fd, in nscookiejar_iterate()
427 nsc_lookup_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_lookup_cb()
487 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; in lws_cache_nscookiejar_lookup()
540 nsc_regen_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_regen_cb()
599 nsc_regen(lws_cache_nscookiejar_t *cache, const char *wc_delete, in nsc_regen()
682 lws_cache_nscookiejar_t *cache = lws_container_of(sul, in expiry_cb()
683 lws_cache_nscookiejar_t, cache.sul); in expiry_cb()
[all …]
Dprivate-lib-misc-cache-ttl.h92 } lws_cache_nscookiejar_t; typedef