Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 14 of 14) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttpd.c692 int loop; in extract_uri_parameters() local
706 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; local
2152 for (loop = 0; loop < NUM_SHTML_EXTENSIONS; loop++) {
2178 size_t loop; local
2206 for (loop = 0; loop < NUM_DEFAULT_FILENAMES; loop++) {
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/httpd/
A Dhttpd.c678 int loop; in extract_uri_parameters() local
692 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; local
2112 for (loop = 0; loop < NUM_DEFAULT_FILENAMES; loop++) {
2126 file_name = g_psDefaultFilenames[loop].name;
2135 tag_check = g_psDefaultFilenames[loop].shtml;
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dmakefsdata.c703 size_t loop; in is_ssi_file() local
704 for (loop = 0; loop < NUM_SHTML_EXTENSIONS; loop++) { in is_ssi_file()
705 if (strstr(filename, g_pcSSIExtensions[loop])) { in is_ssi_file()
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dmakefsdata.c858 size_t loop; in is_ssi_file() local
859 for (loop = 0; loop < NUM_SHTML_EXTENSIONS; loop++) { in is_ssi_file()
860 if (strstr(filename, g_pcSSIExtensions[loop])) { in is_ssi_file()
/components/utilities/utest/
A Dutest.c382 …PORT_ALIAS(utest_testcase_run, utest_run, utest_run [-thread or -help] [testcase name] [loop num]);
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared…
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared…
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt213 main-loop and from interrupts), the SYS_LIGHTWEIGHT_PROT protection SHOULD be enabled!
A Dppp.txt385 is not IRQ safe and then *MUST* only be called inside your main loop.
A Drawapi.txt443 the stack; add this to your main loop or equivalent.
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt385 is not IRQ safe and then *MUST* only be called inside your main loop.
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG150 * 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 loop
2409 * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG403 * 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 loop
2662 * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1453 * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)

Completed in 44 milliseconds