Home
last modified time | relevance | path

Searched refs:results_max (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-test-sequencer.h33 int results_max; /* max space usable in results */ member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
Dmain.c228 args.results_max = LWS_ARRAY_SIZE(results); in main()
/third_party/libwebsockets/lib/abstract/
Dtest-sequencer.c197 if (s->state >= s->args.results_max) { in test_sequencer_cb()