Home
last modified time | relevance | path

Searched refs:nscookiejar (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/misc/cache-ttl/
Dfile.c84 cache->cache.info.u.nscookiejar.filepath); in nsc_backing_open_lock()
106 fd = open(cache->cache.info.u.nscookiejar.filepath, in nsc_backing_open_lock()
111 cache->cache.info.u.nscookiejar.filepath); in nsc_backing_open_lock()
126 cache->cache.info.u.nscookiejar.filepath); in nsc_backing_close_unlock()
611 cache->cache.info.u.nscookiejar.filepath); in nsc_regen()
654 if (unlink(cache->cache.info.u.nscookiejar.filepath) == -1) in nsc_regen()
656 cache->cache.info.u.nscookiejar.filepath); in nsc_regen()
657 if (rename(filepath, cache->cache.info.u.nscookiejar.filepath) == -1) in nsc_regen()
659 cache->cache.info.u.nscookiejar.filepath); in nsc_regen()
898 r = unlink(cache->cache.info.u.nscookiejar.filepath); in lws_cache_nscookiejar_expunge()
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-cache-ttl.h237 } nscookiejar; member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c188 ci.u.nscookiejar.filepath = "./cookies.txt"; in test_nsc1()
/third_party/libwebsockets/lib/core/
Dcontext.c1390 ci.u.nscookiejar.filepath = info->http_nsc_filepath; in lws_create_context()