| /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 826 	struct http_parser parser = { 0 };  in test_content_range_supplied()  local 853 	struct http_parser parser = { 0 };  in test_content_range_asterisk_total()  local 880 	struct http_parser parser = { 0 };  in test_double_content_range_error()  local
  | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_client.c | 176 static int on_url(struct http_parser *parser, const char *at, size_t length)  in on_url() 191 static int on_status(struct http_parser *parser, const char *at, size_t length)  in on_status() 215 static int on_header_field(struct http_parser *parser, const char *at,  in on_header_field() 247 static int on_header_value(struct http_parser *parser, const char *at,  in on_header_value() 291 static int on_body(struct http_parser *parser, const char *at, size_t length)  in on_body() 320 static int on_headers_complete(struct http_parser *parser)  in on_headers_complete() 352 static int on_message_begin(struct http_parser *parser)  in on_message_begin() 369 static int on_message_complete(struct http_parser *parser)  in on_message_complete() 388 static int on_chunk_header(struct http_parser *parser)  in on_chunk_header() 402 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() 214 int cb_notify(struct http_parser *parser, enum state *current_state, http_cb cb,  in cb_notify() 238 int cb_data(struct http_parser *parser, http_data_cb cb, int cb_error,  in cb_data() 312 int strict_check(struct http_parser *parser, int c)  in strict_check() 324 int strict_check(struct http_parser *parser, int c)  in strict_check() 380 int parser_header_state(struct http_parser *parser, char ch, char c)  in parser_header_state() 525 int header_states(struct http_parser *parser, const char *data, size_t len,  in header_states() 811 int zero_content_length(struct http_parser *parser,  in zero_content_length() 863 int parser_execute(struct http_parser *parser,  in parser_execute() 2447 size_t http_parser_execute(struct http_parser *parser,  in http_parser_execute() [all …] 
 | 
| /Zephyr-latest/scripts/pylib/shell-twister-harness/ | 
| D | conftest.py | 6 def pytest_addoption(parser):  argument
  | 
| /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 | 135     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/tests/bluetooth/classic/sdp_c/pytest/ | 
| D | conftest.py | 14 def pytest_addoption(parser) -> None:  argument
  | 
| /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
  |