Home
last modified time | relevance | path

Searched refs:lws_diskcache_create (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-diskcache.h36 * `lws_diskcache_create()` and `lws_diskcache_destroy()` allocate and free
64 * lws_diskcache_create() - creates an opaque struct representing the disk cache
74 lws_diskcache_create(const char *cache_dir_base, uint64_t cache_size_limit);
79 * \param lds: pointer to the pointer returned by lws_diskcache_create()
/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c96 lws_diskcache_create(const char *cache_dir_base, uint64_t cache_size_limit) in lws_diskcache_create() function

Completed in 2 milliseconds