Lines Matching refs:error
25 int32_t error;
430 * NOTE: if this function ever returns a non-pause type error, it will continue
431 * to return the same error upon each successive call up until `llhttp_init()`
443 * request was terminated safely. Otherwise a error code would be returned.
461 * appropriate error reason.
485 /* Returns the latest return error */
489 /* Returns the verbal explanation of the latest returned error.
491 * Note: User callback should set error reason when returning the error. See
497 /* Assign verbal description to the returned error. Must be called in user
500 * Note: `HPE_USER` error code might be useful in user callbacks.
505 /* Returns the pointer to the last parsed byte before the returned error. The
513 /* Returns textual name of error code */
538 * Normally `llhttp` would error when `Transfer-Encoding` is present in
539 * conjunction with `Content-Length`. This error is important to prevent HTTP
552 * Normally `llhttp` would error on (in strict mode) or discard (in loose mode)
564 * Normally `llhttp` would error when a `Transfer-Encoding` has `chunked` value