Lines Matching refs:SET_ERRNO

57 #define SET_ERRNO(e)	(parser->http_errno = (e))  macro
217 SET_ERRNO(cb_error); in cb_notify()
247 SET_ERRNO(cb_error); in cb_data()
527 SET_ERRNO(HPE_INVALID_CONTENT_LENGTH); in header_states()
540 SET_ERRNO(HPE_INVALID_CONTENT_LENGTH); in header_states()
750 SET_ERRNO(HPE_INVALID_EOF_STATE); in parser_execute()
805 SET_ERRNO(HPE_CLOSED_CONNECTION); in parser_execute()
840 SET_ERRNO(HPE_INVALID_CONSTANT); in parser_execute()
865 SET_ERRNO(HPE_INVALID_CONSTANT); in parser_execute()
914 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
930 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
938 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
948 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
964 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
972 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
985 SET_ERRNO(HPE_INVALID_STATUS); in parser_execute()
1019 SET_ERRNO(HPE_INVALID_STATUS); in parser_execute()
1029 SET_ERRNO(HPE_INVALID_STATUS); in parser_execute()
1109 SET_ERRNO(HPE_INVALID_METHOD); in parser_execute()
1169 SET_ERRNO(HPE_INVALID_METHOD); in parser_execute()
1189 SET_ERRNO(HPE_INVALID_METHOD); in parser_execute()
1263 SET_ERRNO(HPE_INVALID_METHOD); in parser_execute()
1283 SET_ERRNO(HPE_INVALID_URL); in parser_execute()
1299 SET_ERRNO(HPE_INVALID_URL); in parser_execute()
1305 SET_ERRNO(HPE_INVALID_URL); in parser_execute()
1352 SET_ERRNO(HPE_INVALID_URL); in parser_execute()
1367 SET_ERRNO(HPE_INVALID_CONSTANT); in parser_execute()
1407 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
1423 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
1431 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
1441 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
1464 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
1472 SET_ERRNO(HPE_INVALID_VERSION); in parser_execute()
1482 SET_ERRNO(HPE_LF_EXPECTED); in parser_execute()
1508 SET_ERRNO(HPE_INVALID_HEADER_TOKEN); in parser_execute()
1580 SET_ERRNO(HPE_INVALID_HEADER_TOKEN); in parser_execute()
1628 SET_ERRNO(HPE_INVALID_CONTENT_LENGTH); in parser_execute()
1633 SET_ERRNO in parser_execute()
1717 SET_ERRNO(HPE_INVALID_HEADER_TOKEN); in parser_execute()
1745 SET_ERRNO(HPE_LF_EXPECTED); in parser_execute()
1852 SET_ERRNO(HPE_UNEXPECTED_CONTENT_LENGTH); in parser_execute()
1896 SET_ERRNO(HPE_CB_headers_complete); in parser_execute()
2061 SET_ERRNO(HPE_INVALID_CHUNK_SIZE); in parser_execute()
2088 SET_ERRNO(HPE_INVALID_CHUNK_SIZE); in parser_execute()
2102 SET_ERRNO(HPE_INVALID_CONTENT_LENGTH); in parser_execute()
2207 SET_ERRNO(HPE_INVALID_INTERNAL_STATE); in parser_execute()
2265 SET_ERRNO(HPE_UNKNOWN); in parser_execute()
2375 SET_ERRNO((paused) ? HPE_PAUSED : HPE_OK); in http_parser_pause()