Home
last modified time | relevance | path

Searched refs:SET_ERRNO (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c57 #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()
[all …]