Searched refs:ss_to_userobj (Results 1 – 6 of 6) sorted by relevance
/external/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 74 h->info.rx(ss_to_userobj(h), in ss_http_multipart_parser() 123 h->info.rx(ss_to_userobj(h), &q[pending_issue], in ss_http_multipart_parser() 141 h->info.rx(ss_to_userobj(h), &q[pending_issue], n - pending_issue, in ss_http_multipart_parser() 275 h->info.rx(ss_to_userobj(h), NULL, 0, in secstream_h1() 401 h->info.rx(ss_to_userobj(h), (const uint8_t *)in, len, f); in secstream_h1() 421 h->info.rx(ss_to_userobj(h), NULL, 0, LWSSS_FLAG_EOM); in secstream_h1() 458 if (h->info.tx(ss_to_userobj(h), h->txord++, p, &buflen, &f)) { in secstream_h1()
|
D | ss-ws.c | 86 h->info.rx(ss_to_userobj(h), (const uint8_t *)in, len, f); in secstream_ws() 101 if (h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_ws()
|
D | ss-mqtt.c | 96 h->info.rx(ss_to_userobj(h), (const uint8_t *)pmqpp->payload, in secstream_mqtt() 146 if (h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_mqtt()
|
D | ss-h2.c | 66 h->info.rx(ss_to_userobj(h), NULL, 0, LWSSS_FLAG_EOM); in secstream_h2()
|
/external/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 151 #define ss_to_userobj(ss) ((void *)&(ss)[1]) macro
|
D | secure-streams.c | 94 return h->info.state(ss_to_userobj(h), NULL, cs, 0); in lws_ss_event_helper()
|