Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c175 static int on_url(struct http_parser *parser, const char *at, size_t length) in on_url()
190 static int on_status(struct http_parser *parser, const char *at, size_t length) in on_status()
214 static int on_header_field(struct http_parser *parser, const char *at, in on_header_field()
241 static int on_header_value(struct http_parser *parser, const char *at, in on_header_value()
278 static int on_body(struct http_parser *parser, const char *at, size_t length) in on_body()
307 static int on_headers_complete(struct http_parser *parser) in on_headers_complete()
334 static int on_message_begin(struct http_parser *parser) in on_message_begin()
351 static int on_message_complete(struct http_parser *parser) in on_message_complete()
370 static int on_chunk_header(struct http_parser *parser) in on_chunk_header()
384 static int on_chunk_complete(struct http_parser *parser) in on_chunk_complete()
[all …]
Dhttp_parser.c89 int count_header_size(struct http_parser *parser, int bytes) in count_header_size()
206 int cb_notify(struct http_parser *parser, enum state *current_state, http_cb cb, in cb_notify()
230 int cb_data(struct http_parser *parser, http_data_cb cb, int cb_error, in cb_data()
304 int strict_check(struct http_parser *parser, int c) in strict_check()
316 int strict_check(struct http_parser *parser, int c) in strict_check()
370 int parser_header_state(struct http_parser *parser, char ch, char c) in parser_header_state()
480 int header_states(struct http_parser *parser, const char *data, size_t len, in header_states()
655 int zero_content_length(struct http_parser *parser, in zero_content_length()
707 int parser_execute(struct http_parser *parser, in parser_execute()
2273 size_t http_parser_execute(struct http_parser *parser, in http_parser_execute()
[all …]
Dhttp_server_http1.c595 static int on_header_field(struct http_parser *parser, const char *at, in on_header_field()
665 static int on_header_value(struct http_parser *parser, in on_header_value()
719 static int on_headers_complete(struct http_parser *parser) in on_headers_complete()
730 static int on_url(struct http_parser *parser, const char *at, size_t length) in on_url()
751 static int on_body(struct http_parser *parser, const char *at, size_t length) in on_body()
764 static int on_message_complete(struct http_parser *parser) in on_message_complete()
/Zephyr-latest/tests/net/lib/http_header_fields/src/
Dmain.c577 struct http_parser parser = { 0 }; in ZTEST() local
630 struct http_parser parser = { 0 }; in ZTEST() local
646 struct http_parser parser = { 0 }; in test_invalid_header_content() local
691 struct http_parser parser = { 0 }; in test_invalid_header_field() local
734 struct http_parser parser = { 0 }; in test_double_content_length_error() local
764 struct http_parser parser = { 0 }; in test_chunked_content_length_error() local
795 struct http_parser parser = { 0 }; in test_header_cr_no_lf_error() local
/Zephyr-latest/scripts/logging/dictionary/
Dparserlib.py22 def parser(logdata, dbfile, logger): function
/Zephyr-latest/tests/subsys/logging/dictionary/pytest/
Dconftest.py10 def pytest_addoption(parser): argument
/Zephyr-latest/tests/net/socket/udp/
Dgenerate-c-string.py13 parser = ArgumentParser(description="Generate C string of arbitrary size", allow_abbrev=False) variable
/Zephyr-latest/scripts/utils/
Dmigrate_sys_init.py83 parser = argparse.ArgumentParser(allow_abbrev=False) variable
Dmigrate_includes.py77 parser = argparse.ArgumentParser(allow_abbrev=False) variable
Dtwister_to_list.py74 parser = argparse.ArgumentParser(allow_abbrev=False) variable
Dmigrate_mcumgr_kconfigs.py154 parser = argparse.ArgumentParser(allow_abbrev=False) variable
Dmigrate_posix_kconfigs.py127 parser = argparse.ArgumentParser(allow_abbrev=False) variable
Dboard_v1_to_v2.py189 parser = argparse.ArgumentParser(allow_abbrev=False) variable
Dntc_thermistor_table.py65 parser = argparse.ArgumentParser("NTC Thermistor generator", allow_abbrev=False) variable
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/
Dconftest.py10 def pytest_addoption(parser): argument
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/
Dconftest.py10 def pytest_addoption(parser): argument
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dconftest.py8 def pytest_addoption(parser): argument
/Zephyr-latest/scripts/
Dtwister215 parser = add_parse_arguments() variable
Dlist_shields.py59 def add_args(parser): argument
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/
Dconftest.py10 def pytest_addoption(parser): argument
/Zephyr-latest/samples/subsys/zbus/uart_bridge/
Ddecoder.py18 parser = argparse.ArgumentParser(description='Read zbus events via serial.', allow_abbrev=False) variable
/Zephyr-latest/scripts/west_commands/runners/
Dintel_adsp.py23 def __call__(self, parser, namespace, values, option_string=None): argument
56 def do_add_parser(cls, parser): argument
/Zephyr-latest/scripts/build/
Dgen_offset_header.py63 parser = argparse.ArgumentParser( variable
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dconftest.py10 def pytest_addoption(parser): argument
/Zephyr-latest/samples/subsys/zbus/remote_mock/
Dremote_mock.py18 parser = argparse.ArgumentParser(description='Read zbus events via serial.', allow_abbrev=False) variable

1234