Lines Matching refs:options
60 static CURLcode trim_line(struct h1_req_parser *parser, int options) in trim_line() argument
69 else if(options & H1_PARSE_OPT_STRICT) in trim_line()
72 else if(options & H1_PARSE_OPT_STRICT) in trim_line()
75 else if(options & H1_PARSE_OPT_STRICT) in trim_line()
103 const char *buf, const size_t buflen, int options, in next_line() argument
124 *err = trim_line(parser, options); in next_line()
137 const char *scheme_default, int options) in start_req() argument
230 if(!(options & H1_PARSE_OPT_STRICT)) in start_req()
238 if(!url && (options & H1_PARSE_OPT_STRICT)) { in start_req()
263 const char *scheme_default, int options, in Curl_h1_req_parse_read() argument
270 n = next_line(parser, buf, buflen, options, err); in Curl_h1_req_parse_read()
290 *err = start_req(parser, scheme_default, options); in Curl_h1_req_parse_read()