Searched refs:loop (Results 1 – 14 of 14) sorted by relevance
692 int loop; in extract_uri_parameters() local706 for (loop = 0; (loop < LWIP_HTTPD_MAX_CGI_PARAMETERS) && pair; loop++) { in extract_uri_parameters()709 http_cgi_params[loop] = pair; in extract_uri_parameters()737 http_cgi_param_vals[loop] = equals + 1; in extract_uri_parameters()739 http_cgi_param_vals[loop] = NULL; in extract_uri_parameters()743 return loop; in extract_uri_parameters()2135 size_t loop; local2152 for (loop = 0; loop < NUM_SHTML_EXTENSIONS; loop++) {2178 size_t loop; local2206 for (loop = 0; loop < NUM_DEFAULT_FILENAMES; loop++) {[all …]
678 int loop; in extract_uri_parameters() local692 for(loop = 0; (loop < LWIP_HTTPD_MAX_CGI_PARAMETERS) && pair; loop++) { in extract_uri_parameters()695 http_cgi_params[loop] = pair; in extract_uri_parameters()723 http_cgi_param_vals[loop] = equals + 1; in extract_uri_parameters()725 http_cgi_param_vals[loop] = NULL; in extract_uri_parameters()729 return loop; in extract_uri_parameters()2084 size_t loop; local2112 for (loop = 0; loop < NUM_DEFAULT_FILENAMES; loop++) {2126 file_name = g_psDefaultFilenames[loop].name;2135 tag_check = g_psDefaultFilenames[loop].shtml;[all …]
703 size_t loop; in is_ssi_file() local704 for (loop = 0; loop < NUM_SHTML_EXTENSIONS; loop++) { in is_ssi_file()705 if (strstr(filename, g_pcSSIExtensions[loop])) { in is_ssi_file()
858 size_t loop; in is_ssi_file() local859 for (loop = 0; loop < NUM_SHTML_EXTENSIONS; loop++) { in is_ssi_file()860 if (strstr(filename, g_pcSSIExtensions[loop])) { in is_ssi_file()
382 …PORT_ALIAS(utest_testcase_run, utest_run, utest_run [-thread or -help] [testcase name] [loop num]);
327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared…
213 main-loop and from interrupts), the SYS_LIGHTWEIGHT_PROT protection SHOULD be enabled!
385 is not IRQ safe and then *MUST* only be called inside your main loop.
443 the stack; add this to your main loop or equivalent.
150 * dhcp.c: fixed bug #49676 (Possible endless loop when parsing dhcp options)890 * tcp.c: fixed bug #39898 tcp_fasttmr() possible lock due to infinte queue process loop2409 * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)
403 * dhcp.c: fixed bug #49676 (Possible endless loop when parsing dhcp options)1143 * tcp.c: fixed bug #39898 tcp_fasttmr() possible lock due to infinte queue process loop2662 * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)
1453 * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)
Completed in 44 milliseconds