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

/dovecot/src/lib-http/
H A Dhttp-response-parser.c14 HTTP_RESPONSE_PARSE_STATE_INIT = 0, enumerator in enum:http_response_parser_state
156 case HTTP_RESPONSE_PARSE_STATE_INIT:
270 parser->state == HTTP_RESPONSE_PARSE_STATE_INIT)
331 if (parser->state == HTTP_RESPONSE_PARSE_STATE_INIT)
408 parser->state = HTTP_RESPONSE_PARSE_STATE_INIT;

Completed in 1072 milliseconds