Home
last modified time | relevance | path

Searched refs:ss_to_userobj (Results 1 – 9 of 9) sorted by relevance

/external/libwebsockets/lib/secure-streams/protocols/
Dss-raw.c128 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()
Dss-h1.c79 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()
Dss-ws.c143 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()
Dss-h2.c86 r = h->info.rx(ss_to_userobj(h), NULL, 0, LWSSS_FLAG_EOM); in secstream_h2()
Dss-mqtt.c345 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/
Dprivate-lib-secure-streams.h224 #define ss_to_userobj(ss) ((void *)&(ss)[1]) macro
Dsecure-streams.c280 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()
Dsecure-streams-client.c286 r = h->ssi.state(ss_to_userobj(h), NULL, in callback_sspc_client()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c435 h->info.dump(ss_to_userobj(h), in lws_http_client_socket_service()