/Zephyr-latest/subsys/net/lib/http/ |
D | http_client.c | 175 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 …]
|
D | http_parser.c | 89 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 …]
|
D | http_server_http1.c | 595 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/ |
D | main.c | 577 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/ |
D | parserlib.py | 22 def parser(logdata, dbfile, logger): function
|
/Zephyr-latest/tests/subsys/logging/dictionary/pytest/ |
D | conftest.py | 10 def pytest_addoption(parser): argument
|
/Zephyr-latest/tests/net/socket/udp/ |
D | generate-c-string.py | 13 parser = ArgumentParser(description="Generate C string of arbitrary size", allow_abbrev=False) variable
|
/Zephyr-latest/scripts/utils/ |
D | migrate_sys_init.py | 83 parser = argparse.ArgumentParser(allow_abbrev=False) variable
|
D | migrate_includes.py | 77 parser = argparse.ArgumentParser(allow_abbrev=False) variable
|
D | twister_to_list.py | 74 parser = argparse.ArgumentParser(allow_abbrev=False) variable
|
D | migrate_mcumgr_kconfigs.py | 154 parser = argparse.ArgumentParser(allow_abbrev=False) variable
|
D | migrate_posix_kconfigs.py | 127 parser = argparse.ArgumentParser(allow_abbrev=False) variable
|
D | board_v1_to_v2.py | 189 parser = argparse.ArgumentParser(allow_abbrev=False) variable
|
D | ntc_thermistor_table.py | 65 parser = argparse.ArgumentParser("NTC Thermistor generator", allow_abbrev=False) variable
|
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/ |
D | conftest.py | 10 def pytest_addoption(parser): argument
|
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/ |
D | conftest.py | 10 def pytest_addoption(parser): argument
|
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/ |
D | conftest.py | 8 def pytest_addoption(parser): argument
|
/Zephyr-latest/scripts/ |
D | twister | 215 parser = add_parse_arguments() variable
|
D | list_shields.py | 59 def add_args(parser): argument
|
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/ |
D | conftest.py | 10 def pytest_addoption(parser): argument
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | decoder.py | 18 parser = argparse.ArgumentParser(description='Read zbus events via serial.', allow_abbrev=False) variable
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_adsp.py | 23 def __call__(self, parser, namespace, values, option_string=None): argument 56 def do_add_parser(cls, parser): argument
|
/Zephyr-latest/scripts/build/ |
D | gen_offset_header.py | 63 parser = argparse.ArgumentParser( variable
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | conftest.py | 10 def pytest_addoption(parser): argument
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/ |
D | remote_mock.py | 18 parser = argparse.ArgumentParser(description='Read zbus events via serial.', allow_abbrev=False) variable
|