Searched refs:end1 (Results 1 – 2 of 2) sorted by relevance
209 u16_t end1 = pbuf_memfind(p, "\r\n", 2, 0); in http_parse_response_status() local210 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() local251 if (end1 < (0xFFFF - 2)) { in http_wait_headers()256 *total_header_len = end1 + 4; in http_wait_headers()
1266 goto end1; in cromfs_readlink()1315 end1: in cromfs_readlink()
Completed in 12 milliseconds