Searched defs:HTTP_REQUEST_PARSE_STATE_INIT (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-request-parser.c13 HTTP_REQUEST_PARSE_STATE_INIT = 0, enumerator in enum:http_request_parser_state
178 case HTTP_REQUEST_PARSE_STATE_INIT:
273 parser->state = HTTP_REQUEST_PARSE_STATE_INIT;
314 parser->state == HTTP_REQUEST_PARSE_STATE_INIT)
564 parser->state = HTTP_REQUEST_PARSE_STATE_INIT;

Completed in 240 milliseconds