Searched refs:tag_cookie1 (Results 1 - 1 of 1) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
H A D | main.c | 160 *tag_cookie1 = "host.com|/|mycookie", variable 211 if (lws_cache_write_through(l1, tag_cookie1, in test_nsc1() 245 if (lws_cache_item_get(l1, tag_cookie1, (const void **)&po, &size) || in test_nsc1() 248 tag_cookie1, (unsigned long long)size, po); in test_nsc1() 271 if (lws_cache_item_get(nsc, tag_cookie1, (const void **)&po, &size) || in test_nsc1() 274 tag_cookie1, (unsigned long long)size, po); in test_nsc1() 384 if (lws_cache_item_remove(l1, tag_cookie1)) in test_nsc1()
|
Completed in 2 milliseconds