Searched refs:tag_cookie2 (Results 1 - 1 of 1) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
H A D | main.c | 162 *tag_cookie2 = "host.com|/xxx|mycookie", variable 221 if (lws_cache_write_through(l1, tag_cookie2, in test_nsc1() 252 if (lws_cache_item_get(l1, tag_cookie2, (const void **)&po, &size) || in test_nsc1() 254 lwsl_err("%s: L1 '%s' missing\n", __func__, tag_cookie2); in test_nsc1() 278 if (lws_cache_item_get(nsc, tag_cookie2, (const void **)&po, &size) || in test_nsc1() 280 lwsl_err("%s: NSC '%s' missing\n", __func__, tag_cookie2); in test_nsc1()
|
Completed in 1 milliseconds