Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-post/
H A Dminimal-http-client-post.c20 static int interrupted, bad = 0, status, count_clients = 1, completed; variable
43 if (++completed == count_clients) in callback_http()
48 for (n = 0; n < count_clients; n++) in callback_http()
52 if (++completed == count_clients) in callback_http()
85 for (n = 0; n < count_clients; n++) in callback_http()
88 if (++completed == count_clients) in callback_http()
202 count_clients = LWS_ARRAY_SIZE(client_wsi); in main()
214 info.fd_limit_per_thread = (unsigned int)(1 + count_clients + 1); in main()
262 for (n = 0; n < count_clients; n++) { in main()
270 while (n >= 0 && completed != count_clients in main()
[all...]

Completed in 1 milliseconds