Searched refs:lws_dsh_create (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/ |
H A D | main.c | 24 dsh = lws_dsh_create(NULL, 16384, 2); in test1() 109 dsh = lws_dsh_create(&owner, 4096, 2); in test3() 116 dsh2 = lws_dsh_create(&owner, 4096, 2); in test3() 180 dsh = lws_dsh_create(NULL, 4096, 2); in test4() 273 dsh = lws_dsh_create(NULL, 409600, 2); in test5()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | lws-dsh.c | 53 lws_dsh_create(lws_dll2_owner_t *owner, size_t buf_len, int count_kinds) in lws_dsh_create() function
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-process.c | 105 conn->dsh = lws_dsh_create(&pt->ss_dsh_owner, dsh_size, 2); in __lws_ss_proxy_bind_ss_to_conn_wsi()
|
H A D | secure-streams-serialize.c | 1368 h->dsh = lws_dsh_create(NULL, (size_t)(par->temp32 ? in lws_ss_deserialize_parse()
|
Completed in 4 milliseconds