Searched refs:num_handlers (Results 1 – 3 of 3) sorted by relevance
2610 http_set_cgi_handlers(const tCGI *cgis, int num_handlers) argument2613 LWIP_ASSERT("invalid number of handlers", num_handlers > 0);2616 g_iNumCGIs = num_handlers;
110 size_t num_handlers) in handle_event() argument114 for (i = 0; i < num_handlers; i++) { in handle_event()
202 size_t num_handlers) in handle_event() argument206 for (i = 0; i < num_handlers; i++) { in handle_event()
Completed in 26 milliseconds