Lines Matching refs:error
29 llhttp_set_error_reason((PARSER), "Span callback error in " #NAME); \
140 /* We're in an error state. Don't bother doing anything. */
141 if (parser->error != 0) {
163 if (parser->error != HPE_OK) {
167 parser->error = HPE_PAUSED;
173 if (parser->error != HPE_PAUSED) {
177 parser->error = 0;
182 if (parser->error != HPE_PAUSED_UPGRADE) {
186 parser->error = 0;
191 return parser->error;