Lines Matching defs:error
22 int32_t error;
662 * NOTE: if this function ever returns a non-pause type error, it will continue
663 * to return the same error upon each successive call up until `llhttp_init()`
675 * request was terminated safely. Otherwise a error code would be returned.
693 * appropriate error reason.
717 /* Returns the latest return error */
721 /* Returns the verbal explanation of the latest returned error.
723 * Note: User callback should set error reason when returning the error. See
729 /* Assign verbal description to the returned error. Must be called in user
732 * Note: `HPE_USER` error code might be useful in user callbacks.
737 /* Returns the pointer to the last parsed byte before the returned error. The
745 /* Returns textual name of error code */
774 * Normally `llhttp` would error when `Transfer-Encoding` is present in
775 * conjunction with `Content-Length`. This error is important to prevent HTTP
789 * Normally `llhttp` would error on (in strict mode) or discard (in loose mode)
803 * Normally `llhttp` would error when a `Transfer-Encoding` has `chunked` value
818 * Normally `llhttp` would error when the HTTP version in the request or status line
831 * Normally `llhttp` would error when additional unexpected data is received if the message
833 * With this flag the extra data will discarded without throwing an error.
843 * Normally `llhttp` would error when a CR is not followed by LF when terminating the
855 * Normally `llhttp` would error when after a chunk data a CRLF is missing before