Lines Matching refs:first
296 size_t i, first; in http_request_parse() local
333 for (i = 0, first = 0; i < con->parse_request->used && line == 0; i++) { in http_request_parse()
363 proto = con->parse_request->ptr + first; in http_request_parse()
513 first = i+1; in http_request_parse()
520 method = con->parse_request->ptr + first; in http_request_parse()
521 first = i + 1; in http_request_parse()
525 uri = con->parse_request->ptr + first; in http_request_parse()
526 first = i + 1; in http_request_parse()
597 key_len = i - first; in http_request_parse()
627 if (i == first) { in http_request_parse()
636 key_len = i - first; in http_request_parse()
673 if (con->parse_request->ptr[i+1] == '\n' && i == first) { in http_request_parse()
795 key = con->parse_request->ptr + first; in http_request_parse()
1025 first = i+1; in http_request_parse()