Searched refs:is_connect (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dhttp_parser.h335 int is_connect,
H A Dhttp_parser.c2343 http_parser_parse_url(const char *buf, size_t buflen, int is_connect, argument
2352 s = is_connect ? s_req_server_start : s_req_spaces_before_url;
2427 if (is_connect && u->field_set != ((1 << UF_HOST)|(1 << UF_PORT))) {

Completed in 24 milliseconds