/third_party/libwebsockets/include/libwebsockets/ |
D | lws-system.h | 63 typedef struct lws_system_blob lws_system_blob_t; typedef 66 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len); 69 lws_system_blob_heap_empty(lws_system_blob_t *b); 72 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *ptr, size_t len); 75 lws_system_blob_get_size(lws_system_blob_t *b); 79 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr); 82 lws_system_blob_get(lws_system_blob_t *b, uint8_t *ptr, size_t *len, size_t ofs); 85 lws_system_blob_destroy(lws_system_blob_t *b); 92 LWS_EXTERN LWS_VISIBLE lws_system_blob_t *
|
/third_party/libwebsockets/lib/system/ |
D | system.c | 40 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len) in lws_system_blob_direct_set() 48 lws_system_blob_heap_empty(lws_system_blob_t *b) in lws_system_blob_heap_empty() 55 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *buf, size_t len) in lws_system_blob_heap_append() 68 lws_system_blob_get_size(lws_system_blob_t *b) in lws_system_blob_get_size() 77 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs) in lws_system_blob_get() 108 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr) in lws_system_blob_get_single_ptr() 127 lws_system_blob_destroy(lws_system_blob_t *b) in lws_system_blob_destroy() 136 lws_system_blob_t *
|
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/ |
D | auth.c | 77 lws_system_blob_t *blob; in auth_api_amazon_com_parser_cb() 118 lws_system_blob_t *ab; in ss_api_amazon_auth_rx() 172 lws_system_blob_t *ab; in ss_api_amazon_auth_tx() 210 lws_system_blob_t *ab; in ss_api_amazon_auth_state()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_system.md | 117 lws_system_blob_t * 128 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len); 136 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *buf, size_t len) 143 lws_system_blob_heap_empty(lws_system_blob_t *b) 153 lws_system_blob_get_size(lws_system_blob_t *b) 163 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs) 171 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr) 180 lws_system_blob_destroy(lws_system_blob_t *b)
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 290 lws_system_blob_t *ab; in calc_signing_key() 347 lws_system_blob_t *ab; in build_auth_string() 436 lws_system_blob_t *ab; in lws_ss_sigv4_set_aws_key()
|
/third_party/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()
|
D | main.c | 256 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-misc.c | 130 lws_system_blob_t *blob = lws_system_get_blob(context, in lws_plat_ntpclient_config()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | main.c | 294 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/ |
D | main.c | 158 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
D | minimal-secure-streams.c | 126 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/ |
D | minimal-secure-streams-post.c | 400 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | minimal-secure-streams.c | 301 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
D | minimal-secure-streams.c | 358 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | minimal-secure-streams.c | 397 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | minimal-secure-streams.c | 442 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 172 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()
|
/third_party/libwebsockets/lib/core/ |
D | private-lib-core.h | 434 lws_system_blob_t system_blobs[LWS_SYSBLOB_TYPE_COUNT];
|
D | context.c | 96 lws_system_blob_t *ab0, *ab1; in lws_state_notify_protocol_init()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-mqtt.c | 510 lws_system_blob_t *b = NULL; in secstream_connect_munge_mqtt()
|
D | ss-h1.c | 752 lws_system_blob_t *ab; in secstream_h1()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 414 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()
|