Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/
H A Dhttpd.c2210 size_t len_left = sizeof(http_uri_buf) - copy_len - 1; local
2211 if (len_left > 0) {
2213 size_t name_copy_len = LWIP_MIN(len_left, name_len);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dhttpd.c2116 size_t len_left = sizeof(http_uri_buf) - copy_len - 1; local
2117 if (len_left > 0) {
2119 size_t name_copy_len = LWIP_MIN(len_left, name_len);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dsockets.c1149 u16_t len_left = (u16_t)(buflen - copied); in lwip_recvfrom_udp_raw() local
1150 if (msg->msg_iov[i].iov_len > len_left) { in lwip_recvfrom_udp_raw()
1151 copylen = len_left; in lwip_recvfrom_udp_raw()