Home
last modified time | relevance | path

Searched refs:lws_ss_policy_parse (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/system/fetch-policy/
H A Dfetch-policy.c53 if (len && lws_ss_policy_parse(context, buf, len) < 0) in ss_fetch_policy_rx()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h402 lws_ss_policy_parse(struct lws_context *context, const uint8_t *buf, size_t len);
409 * object in a linked-list of objects created by lws_ss_policy_parse above,
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c1250 lws_ss_policy_parse(struct lws_context *context, const uint8_t *buf, size_t len) in lws_ss_policy_parse() function
1277 return lws_ss_policy_parse(context, (const uint8_t *)overlay, in lws_ss_policy_overlay()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A Dminimal-secure-streams.c115 m = lws_ss_policy_parse(context, (uint8_t *)buf, (size_t)n); in main()
/third_party/libwebsockets/lib/core/
H A Dcontext.c1442 n = lws_ss_policy_parse(context, in lws_create_context()

Completed in 7 milliseconds