Lines Matching refs:j
341 size_t j; in http_request_parse() local
475 for (j = 0; j < con->request.uri->used - 1; j++) { in http_request_parse()
476 if (!request_uri_is_valid_char(con->request.uri->ptr[j])) { in http_request_parse()
482 buf[0] = con->request.uri->ptr[j]; in http_request_parse()
485 if (con->request.uri->ptr[j] > 32 && in http_request_parse()
486 con->request.uri->ptr[j] != 127) { in http_request_parse()
495 con->request.uri->ptr[j]); in http_request_parse()
582 size_t j; in http_request_parse() local
639 for (j = 1; !got_colon; j++) { in http_request_parse()
640 switch(con->parse_request->ptr[j + i]) { in http_request_parse()
648 i += j - 1; in http_request_parse()
849 size_t j; in http_request_parse() local
868 for (j = 0; j < ds->value->used - 1; j++) { in http_request_parse()
869 char c = ds->value->ptr[j]; in http_request_parse()