Home
last modified time | relevance | path

Searched refs:nsc (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H A Dmain.c173 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()
194 /* Then a heap cache "L1" as a child of 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_cookie in test_nsc1()
[all...]
/third_party/libwebsockets/lib/roles/http/
H A Dcookie.c297 if (!l1 || !wsi->a.context->nsc) in lws_cookie_write_nsc()
387 if (lws_cache_item_get(wsi->a.context->nsc, cache_name, in lws_cookie_write_nsc()
424 if (!l1 || !wsi->a.context->nsc){ in lws_cookie_attach_cookies()
678 lwsl_err("%s:failed to write nsc\n", __func__); in lws_parse_set_cookie()
/third_party/ffmpeg/libavcodec/
H A Dh2645_parse.c128 goto nsc; in ff_h2645_extract_rbsp()
136 nsc: in ff_h2645_extract_rbsp()
/third_party/libwebsockets/lib/core/
H A Dcontext.c1404 context->nsc = lws_cache_create(&ci); in lws_create_context()
1405 if (!context->nsc) in lws_create_context()
1410 ci.parent = context->nsc; in lws_create_context()
2150 lws_cache_destroy(&context->nsc); in lws_context_destroy()
H A Dprivate-lib-core.h549 struct lws_cache_ttl_lru *l1, *nsc; member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c2127 FT_Fixed* nsc; in FT_LOCAL_DEF() local
2403 nsc = face->blend->normalized_stylecoords; in FT_LOCAL_DEF()
2470 ft_var_to_normalized( face, num_axes, ns->coords, nsc ); in FT_LOCAL_DEF()
2471 nsc += num_axes; in FT_LOCAL_DEF()

Completed in 15 milliseconds