Lines Matching defs:nsc
173 struct lws_cache_ttl_lru *l1 = NULL, *nsc;
190 nsc = lws_cache_create(&ci);
191 if (!nsc)
194 /* Then a heap cache "L1" as a child of nsc */
198 ci.parent = nsc;
204 lws_cache_debug_dump(nsc);
218 lws_cache_debug_dump(nsc);
228 lws_cache_debug_dump(nsc);
238 lws_cache_debug_dump(nsc);
271 if (lws_cache_item_get(nsc, tag_cookie1, (const void **)&po, &size) ||
278 if (lws_cache_item_get(nsc, tag_cookie2, (const void **)&po, &size) ||
284 if (lws_cache_item_get(nsc, tag_cookie3, (const void **)&po, &size) ||
387 lws_cache_debug_dump(nsc);
466 lws_cache_destroy(&nsc);