Searched refs:http_request_parser_init (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-http/ |
H A D | http-request-parser.h | 26 http_request_parser_init(struct istream *input,
|
H A D | test-http-request-parser.c | 212 parser = http_request_parser_init(input, NULL, test->flags); 451 parser = http_request_parser_init(input, NULL, test->flags); 493 parser = http_request_parser_init(input, NULL, 507 parser = http_request_parser_init(input, NULL, 0);
|
H A D | http-request-parser.c | 40 http_request_parser_init(struct istream *input, function
|
H A D | http-server-connection.c | 171 conn->http_parser = http_request_parser_init
|
Completed in 16 milliseconds