Home
last modified time | relevance | path

Searched refs:count_tx (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
Dminimal-secure-streams-smd.c18 static int interrupted, bad = 1, count_p1, count_p2, count_tx, expected = 0; variable
136 count_tx)) in myss_tx()
141 count_tx++; in myss_tx()
349 if (count_p1 >= 6 && count_p2 >= 11 && count_tx >= 12) in main()
352 if (count_p1 >= 2 && count_p2 >= 15 && count_tx >= 5) in main()
356 lwsl_notice("%d %d %d\n", count_p1, count_p2, count_tx); in main()
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/
Dminimal-dbus-ws-proxy-testclient.c53 static int interrupted, autoexit_budget = -1, count_rx, count_tx; variable
359 count_tx++; in sul_timer()
427 lwsl_notice("Exiting cleanly, rx: %d, tx: %d\n", count_rx, count_tx); in main()