Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 2 of 2) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttp_client.c209 u16_t end1 = pbuf_memfind(p, "\r\n", 2, 0); in http_parse_response_status() local
210 if (end1 != 0xFFFF) { in http_parse_response_status()
230 status_num_len = end1 - space1 - 1; in http_parse_response_status()
250 u16_t end1 = pbuf_memfind(p, "\r\n\r\n", 4, 0); in http_wait_headers() local
251 if (end1 < (0xFFFF - 2)) { in http_wait_headers()
256 *total_header_len = end1 + 4; in http_wait_headers()
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c1266 goto end1; in cromfs_readlink()
1315 end1: in cromfs_readlink()

Completed in 12 milliseconds