Lines Matching refs:nsc
173 struct lws_cache_ttl_lru *l1 = NULL, *nsc; in test_nsc1() local
190 nsc = lws_cache_create(&ci); in test_nsc1()
191 if (!nsc) in test_nsc1()
198 ci.parent = nsc; in test_nsc1()
204 lws_cache_debug_dump(nsc); in test_nsc1()
218 lws_cache_debug_dump(nsc); in test_nsc1()
228 lws_cache_debug_dump(nsc); in test_nsc1()
238 lws_cache_debug_dump(nsc); in test_nsc1()
271 if (lws_cache_item_get(nsc, tag_cookie1, (const void **)&po, &size) || in test_nsc1()
278 if (lws_cache_item_get(nsc, tag_cookie2, (const void **)&po, &size) || in test_nsc1()
284 if (lws_cache_item_get(nsc, tag_cookie3, (const void **)&po, &size) || in test_nsc1()
387 lws_cache_debug_dump(nsc); in test_nsc1()
466 lws_cache_destroy(&nsc); in test_nsc1()