Home
last modified time | relevance | path

Searched refs:lws_ss_request_tx_len (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/
Dss-server.c203 return lws_ss_request_tx_len(m->ss, (unsigned long) in myss_srv_state()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dss-s3-ss.c176 return lws_ss_request_tx_len(m->ss, m->total); in ss_s3_state()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams.h500 lws_ss_request_tx_len(struct lws_ss_handle *pss, unsigned long len);
Dlws-secure-streams-client.h50 #define lws_ss_request_tx_len lws_sspc_request_tx_len macro
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
Dauth.c231 return lws_ss_request_tx_len(m->ss, (unsigned long)s); in ss_api_amazon_auth_state()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
Dminimal-secure-streams-post.c370 return lws_ss_request_tx_len(m->ss, (unsigned long)strlen(postbody)); in myss_state()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
Dmain.c209 return lws_ss_request_tx_len(m->ss, (unsigned long)next_test->send); in myss_state()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c1010 r = lws_ss_request_tx_len(proxy_pss_to_ss_h(pss), in lws_ss_deserialize_parse()
Dsecure-streams.c1639 lws_ss_request_tx_len(lws_ss_handle_t *h, unsigned long len) in lws_ss_request_tx_len() function
DREADME.md97 lws_ss_request_tx_len(m->ss, 128);