Home
last modified time | relevance | path

Searched refs:dsh2 (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c97 struct lws_dsh *dsh, *dsh2; in test3() local
116 dsh2 = lws_dsh_create(&owner, 4096, 2); in test3()
117 if (!dsh2) { in test3()
118 lwsl_err("%s: Failed to create dsh2\n", __func__); in test3()
129 if (lws_dsh_alloc_tail(dsh2, 0, "hello", 5, NULL, 0)) { in test3()
145 if (lws_dsh_alloc_tail(dsh2, 0, "hello again", 11, NULL, 0)) { in test3()
151 lws_dsh_destroy(&dsh2); in test3()
157 lws_dsh_destroy(&dsh2); in test3()

Completed in 2 milliseconds