Searched refs:ss_to_userobj (Results 1 – 9 of 9) sorted by relevance
/external/libwebsockets/lib/secure-streams/protocols/ |
D | ss-raw.c | 128 r = h->info.rx(ss_to_userobj(h), (const uint8_t *)in, len, 0); in secstream_raw() 140 r = h->info.tx(ss_to_userobj(h), h->txord++, p, &buflen, &f); in secstream_raw()
|
D | ss-h1.c | 79 h->info.rx(ss_to_userobj(h), in ss_http_multipart_parser() 130 h->info.rx(ss_to_userobj(h), &q[pending_issue], in ss_http_multipart_parser() 171 h->info.rx(ss_to_userobj(h), &q[pending_issue], in ss_http_multipart_parser() 724 h->info.rx(ss_to_userobj(h), NULL, 0, in secstream_h1() 866 r = h->info.rx(ss_to_userobj(h), (const uint8_t *)in, len, f); in secstream_h1() 893 h->info.rx(ss_to_userobj(h), NULL, 0, LWSSS_FLAG_EOM); in secstream_h1() 985 r = h->info.tx(ss_to_userobj(h), h->txord++, p, &buflen, &f); in secstream_h1()
|
D | ss-ws.c | 143 r = h->info.rx(ss_to_userobj(h), (const uint8_t *)in, len, f); in secstream_ws() 161 r = h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_ws()
|
D | ss-h2.c | 86 r = h->info.rx(ss_to_userobj(h), NULL, 0, LWSSS_FLAG_EOM); in secstream_h2()
|
D | ss-mqtt.c | 345 r = h->info.rx(ss_to_userobj(h), (const uint8_t *)pmqpp->payload, in secstream_mqtt() 413 r = h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_mqtt()
|
/external/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 224 #define ss_to_userobj(ss) ((void *)&(ss)[1]) macro
|
D | secure-streams.c | 280 ret = h->info.rx(ss_to_userobj(h), (uint8_t *)h->conmon_json, in lws_conmon_ss_json() 430 r = h->info.state(ss_to_userobj(h), NULL, cs, in lws_ss_event_helper()
|
D | secure-streams-client.c | 286 r = h->ssi.state(ss_to_userobj(h), NULL, in callback_sspc_client()
|
/external/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 435 h->info.dump(ss_to_userobj(h), in lws_http_client_socket_service()
|