Home
last modified time | relevance | path

Searched refs:cur_len (Results 1 – 4 of 4) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dmakefsdata.c812 size_t cur_len; in file_write_http_header() local
850 hdr_len += cur_len; in file_write_http_header()
860 hdr_len += cur_len; in file_write_http_header()
900 hdr_len += cur_len; in file_write_http_header()
905 cur_len = strlen(intbuf); in file_write_http_header()
910 hdr_len += cur_len; in file_write_http_header()
936 hdr_len += cur_len; in file_write_http_header()
941 cur_len = strlen(modbuf); in file_write_http_header()
946 hdr_len += cur_len; in file_write_http_header()
965 hdr_len += cur_len; in file_write_http_header()
[all …]
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dmakefsdata.c1030 size_t cur_len; in file_write_http_header() local
1068 hdr_len += cur_len; in file_write_http_header()
1078 hdr_len += cur_len; in file_write_http_header()
1118 hdr_len += cur_len; in file_write_http_header()
1123 cur_len = strlen(intbuf); in file_write_http_header()
1128 hdr_len += cur_len; in file_write_http_header()
1154 hdr_len += cur_len; in file_write_http_header()
1159 cur_len = strlen(modbuf); in file_write_http_header()
1164 hdr_len += cur_len; in file_write_http_header()
1183 hdr_len += cur_len; in file_write_http_header()
[all …]
/components/utilities/ulog/syslog/
A Dsyslog.c173 extern rt_size_t ulog_strcpy(rt_size_t cur_len, char *dst, const char *src); in syslog_formater()
/components/utilities/ulog/
A Dulog.c145 rt_size_t ulog_strcpy(rt_size_t cur_len, char *dst, const char *src) in ulog_strcpy() argument
155 if (cur_len++ < ULOG_LINE_BUF_SIZE) in ulog_strcpy()

Completed in 11 milliseconds