/external/libwebsockets/lib/core-net/ |
D | lws-dsh.c | 31 lws_dsh_t *dsh; member 38 _lws_dsh_alloc_tail(lws_dsh_t *dsh, int kind, const void *src1, size_t size1, 57 lws_dsh_t *dsh; in lws_dsh_create() local 63 dsh = lws_malloc(sizeof(lws_dsh_t) + buf_len + oha_len, __func__); in lws_dsh_create() 64 if (!dsh) in lws_dsh_create() 69 dsh->oha = (lws_dsh_obj_head_t *)&dsh[1]; in lws_dsh_create() 70 dsh->buf = ((uint8_t *)dsh->oha) + oha_len; in lws_dsh_create() 71 dsh->count_kinds = count_kinds; in lws_dsh_create() 72 dsh->buffer_size = buf_len; in lws_dsh_create() 73 dsh->being_destroyed = 0; in lws_dsh_create() [all …]
|
D | private-lib-core-net.h | 298 struct lws_dsh *dsh; /* invalid when on free list */ member
|
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/ |
D | main.c | 15 struct lws_dsh *dsh; in test1() local 24 dsh = lws_dsh_create(NULL, 16384, 2); in test1() 25 if (!dsh) { in test1() 31 if (lws_dsh_alloc_tail(dsh, 0, "hello", 5, NULL, 0)) { in test1() 37 if (lws_dsh_alloc_tail(dsh, 1, "some other string", 17, NULL, 0)) { in test1() 43 if (lws_dsh_alloc_tail(dsh, 0, "hello again", 11, NULL, 0)) { in test1() 49 if (lws_dsh_get_head(dsh, 1, &a1, &size)) { in test1() 61 if (lws_dsh_get_head(dsh, 0, &a1, &size)) { in test1() 73 if (lws_dsh_get_head(dsh, 0, &a1, &size)) { in test1() 85 lws_dsh_destroy(&dsh); in test1() [all …]
|
/external/libwebsockets/lib/secure-streams/ |
D | secure-streams-process.c | 64 lws_dsh_t *dsh; /* unified buffer for both sides */ member 103 n = lws_ss_serialize_rx_payload(m->conn->dsh, buf, len, flags, rsp); in ss_proxy_onward_rx() 137 if (lws_ss_deserialize_tx_payload(m->conn->dsh, m->ss->wsi, in ss_proxy_onward_tx() 141 if (!lws_dsh_get_head(m->conn->dsh, KIND_C_TO_P, (void **)&p, &si)) in ss_proxy_onward_tx() 181 lws_dsh_destroy(&m->conn->dsh); in ss_proxy_onward_state() 198 lws_ss_serialize_state(m->conn->dsh, state, ack); in ss_proxy_onward_state() 214 lws_ss_serialize_txcr(m->conn->dsh, bump); in ss_proxy_onward_txcr() 264 pss->conn->dsh = lws_dsh_create(&pt->ss_dsh_owner, in callback_ss_proxy() 266 if (!pss->conn->dsh) { in callback_ss_proxy() 314 lws_dsh_destroy(&conn->dsh); in callback_ss_proxy() [all …]
|
D | private-lib-secure-streams.h | 227 struct lws_dsh *dsh; member 248 struct lws_dsh *dsh, const uint8_t *cp, size_t len, 252 lws_ss_serialize_rx_payload(struct lws_dsh *dsh, const uint8_t *buf, 255 lws_ss_deserialize_tx_payload(struct lws_dsh *dsh, struct lws *wsi, 259 lws_ss_serialize_state(struct lws_dsh *dsh, lws_ss_constate_t state, 304 lws_ss_serialize_txcr(struct lws_dsh *dsh, int txcr);
|
D | secure-streams-serialize.c | 117 lws_ss_serialize_rx_payload(struct lws_dsh *dsh, const uint8_t *buf, in lws_ss_serialize_rx_payload() argument 154 if (lws_dsh_alloc_tail(dsh, KIND_SS_TO_P, pre, est, buf, len)) { in lws_ss_serialize_rx_payload() 169 lws_ss_deserialize_tx_payload(struct lws_dsh *dsh, struct lws *wsi, in lws_ss_deserialize_tx_payload() argument 176 if (lws_dsh_get_head(dsh, KIND_C_TO_P, (void **)&p, &si)) { in lws_ss_deserialize_tx_payload() 244 lws_ss_serialize_state(struct lws_dsh *dsh, lws_ss_constate_t state, in lws_ss_serialize_state() argument 258 if (lws_dsh_alloc_tail(dsh, KIND_SS_TO_P, pre, 8, NULL, 0)) { in lws_ss_serialize_state() 273 lws_ss_serialize_txcr(struct lws_dsh *dsh, int txcr) in lws_ss_serialize_txcr() argument 284 if (lws_dsh_alloc_tail(dsh, KIND_SS_TO_P, pre, 7, NULL, 0)) { in lws_ss_serialize_txcr() 302 struct lws_dsh *dsh, const uint8_t *cp, size_t len, in lws_ss_deserialize_parse() argument 557 if (lws_dsh_alloc_tail(dsh, KIND_C_TO_P, pre, in lws_ss_deserialize_parse()
|
D | secure-streams-client.c | 130 h->dsh = lws_dsh_create(NULL, (LWS_PRE + LWS_SS_MTU) * 160, 1); in callback_sspc_client() 131 if (!h->dsh) in callback_sspc_client() 157 h->dsh, in, len, &h->state, h, in callback_sspc_client() 406 if (h->dsh) in lws_sspc_destroy() 407 lws_dsh_destroy(&h->dsh); in lws_sspc_destroy()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-dsh.h | 104 lws_dsh_alloc_tail(struct lws_dsh *dsh, int kind, const void *src1, 134 lws_dsh_get_head(struct lws_dsh *dsh, int kind, void **obj, size_t *size); 145 lws_dsh_describe(struct lws_dsh *dsh, const char *desc);
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 836 DebugSHandler dsh(*this, *source->file, source); in addDebugSymbols() local 850 dsh.handleDebugS(relocatedDebugContents); in addDebugSymbols() 865 dsh.finish(); in addDebugSymbols()
|
/external/libwebsockets/ |
D | libwebsockets.dox | 114 include/libwebsockets/lws-dsh.h \
|
D | CMakeLists.txt | 1162 lib/core-net/lws-dsh.c)
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5346 "dsh~i",
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 1768 dsh Daasanach Daasanach
|
D | iso-639-3.tab | 1691 dsh I L Daasanach
|
D | language-subtag-registry | 10118 Subtag: dsh
|