Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c369 info.http_nsc_filepath = "./cookies.txt"; in main()
371 info.http_nsc_filepath = p; in main()
/third_party/libwebsockets/READMEs/
DREADME.http-cache.md24 |`.http_nsc_filepath`|Filepath to store the cookie jar file at|
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h909 const char *http_nsc_filepath; member
/third_party/libwebsockets/lib/core/
Dcontext.c1396 if (info->http_nsc_filepath) { in lws_create_context()
1402 ci.u.nscookiejar.filepath = info->http_nsc_filepath; in lws_create_context()