Searched refs:lws_system_get_blob (Results 1 – 14 of 14) sorted by relevance
/external/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/ |
D | auth.c | 88 if (lws_system_blob_heap_append(lws_system_get_blob(context, in auth_api_amazon_com_parser_cb() 119 ab = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, AUTH_IDX_LWA); in ss_api_amazon_auth_rx() 133 lws_system_get_blob(context, in ss_api_amazon_auth_rx() 171 ab = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, AUTH_IDX_ROOT); in ss_api_amazon_auth_tx() 206 lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, in ss_api_amazon_auth_state() 226 lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, in ss_api_amazon_auth_state() 239 lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, in ss_api_amazon_auth_state()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | minimal-secure-streams.c | 263 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 390 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 393 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 407 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/ |
D | main-client.c | 37 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 67 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
D | main.c | 244 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 274 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/ |
D | main.c | 170 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 208 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | main.c | 285 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 315 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 111 lws_system_blob_t *b = lws_system_get_blob(wsi->context, in lws_ssl_client_bio_create() 134 b = lws_system_get_blob(wsi->context, in lws_ssl_client_bio_create()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-system.h | 81 lws_system_get_blob(struct lws_context *context, lws_system_blob_item_t type,
|
/external/libwebsockets/lib/system/ |
D | system.c | 137 lws_system_get_blob(struct lws_context *context, lws_system_blob_item_t type, in lws_system_get_blob() function
|
/external/libwebsockets/lib/system/ntpclient/ |
D | ntpclient.c | 161 lws_system_blob_get_single_ptr(lws_system_get_blob( in callback_ntpc()
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 311 lws_system_blob_t *b = lws_system_get_blob(wsi->context, in lws_ssl_client_bio_create() 341 b = lws_system_get_blob(wsi->context, in lws_ssl_client_bio_create()
|
/external/libwebsockets/lib/core/ |
D | context.c | 134 !lws_system_blob_get_size(lws_system_get_blob(context, in lws_state_notify_protocol_init() 987 lws_system_get_blob(context, n, 0)); in lws_context_destroy3()
|
/external/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 316 lws_system_get_blob(wsi->context, blob_idx[m], 0), in secstream_h1()
|
/external/libwebsockets/READMEs/ |
D | README.lws_system.md | 118 lws_system_get_blob(struct lws_context *context, lws_system_blob_item_t type,
|