/Zephyr-latest/tests/net/lib/http_header_fields/src/ |
D | main.c | 632 size_t parsed; in ZTEST() local 636 parsed = http_parser_execute(&parser, &settings_null, buf, strlen(buf)); in ZTEST() 638 zassert_equal(parsed, strlen(buf), in ZTEST() 648 size_t parsed; in test_invalid_header_content() local 653 parsed = http_parser_execute(&parser, &settings_null, buf, strlen(buf)); in test_invalid_header_content() 656 zassert_equal(parsed, strlen(buf), in test_invalid_header_content() 661 parsed = http_parser_execute(&parser, &settings_null, buf, buflen); in test_invalid_header_content() 662 if (parsed != buflen) { in test_invalid_header_content() 693 size_t parsed; in test_invalid_header_field() local 698 parsed = http_parser_execute(&parser, &settings_null, buf, strlen(buf)); in test_invalid_header_field() [all …]
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_parser.c | 207 int cb_error, size_t *parsed, size_t already_parsed) in cb_notify() argument 222 *parsed = already_parsed; in cb_notify() 231 enum state *current_state, size_t *parsed, size_t already_parsed, in cb_data() argument 252 *parsed = already_parsed; in cb_data() 657 enum state *current_state, size_t *parsed, in zero_content_length() argument 670 HPE_CB_message_complete, parsed, p - data + 1); in zero_content_length() 689 HPE_CB_message_complete, parsed, in zero_content_length() 709 const char *data, size_t len, size_t *parsed) in parser_execute() argument 724 *parsed = 0; in parser_execute() 740 HPE_CB_message_complete, parsed, p - data); in parser_execute() [all …]
|
D | http_server_http1.c | 806 size_t parsed; in handle_http1_request() local 812 parsed = http_parser_execute(&client->parser, &client->parser_settings, in handle_http1_request() 815 if (parsed > client->data_len) { in handle_http1_request() 826 client->cursor += parsed; in handle_http1_request() 827 client->data_len -= parsed; in handle_http1_request() 840 if (parsed < client->http1_frag_data_len) { in handle_http1_request() 844 frag_headers_len = parsed - client->http1_frag_data_len; in handle_http1_request() 845 parsed -= frag_headers_len; in handle_http1_request() 939 client->cursor += parsed; in handle_http1_request() 940 client->data_len -= parsed; in handle_http1_request()
|
/Zephyr-latest/share/sysbuild/ |
D | Kconfig | 28 Print a warning when the Kconfig tree is parsed if any experimental 42 Print a warning when the Kconfig tree is parsed if any deprecated
|
/Zephyr-latest/doc/develop/toolchains/ |
D | zephyr_sdk.rst | 92 .. parsed-literal:: 103 .. parsed-literal:: 123 .. parsed-literal:: 137 .. parsed-literal:: 148 .. parsed-literal:: 159 .. parsed-literal:: 179 .. parsed-literal:: 198 .. parsed-literal:: 205 .. parsed-literal:: 221 .. parsed-literal::
|
/Zephyr-latest/boards/native/common/extra_args/ |
D | Kconfig | 9 program from the shell. These will be parsed just before the shell provided ones.
|
/Zephyr-latest/soc/andestech/ae350/ |
D | Kconfig.defconfig | 7 # SoC defaults should be parsed before SoC Series defaults, because SoCs usually
|
/Zephyr-latest/tests/drivers/pinctrl/nrf/ |
D | app.overlay | 18 pins are parsed correctly, but do not necessarily represent a
|
/Zephyr-latest/cmake/linker/ld/gcc/ |
D | linker_flags.cmake | 12 # GCC 11 by default emits DWARF version 5 which cannot be parsed by
|
/Zephyr-latest/tests/net/socket/tls_configurations/ |
D | CMakeLists.txt | 13 # to a C string that can be parsed by Mbed TLS. The format is unchanged, it's
|
/Zephyr-latest/tests/drivers/pinctrl/gd32/boards/ |
D | gd32f450i_eval.overlay | 17 pins are parsed correctly, but do not necessarily represent a
|
D | gd32f403z_eval.overlay | 19 pins are parsed correctly, but do not necessarily represent a
|
/Zephyr-latest/arch/xtensa/core/ |
D | CMakeLists.txt | 46 # as "core-isa-dM.h". This can be easily parsed by non-C tooling. 65 # THREADPTR is in core-isa.h which can be parsed in gen_zsr.py.
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_flags.cmake | 28 # If -no-pie is passed to old binutils <= 2.36, it is parsed
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 28 the summary statistics will be parsed as data records.
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | README.rst | 30 the summary statistics will be parsed as data records.
|
/Zephyr-latest/arch/x86/ |
D | CMakeLists.txt | 40 # as a quoted string, which is then parsed as one item by Python's
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 11 full text and parsed as a new shell argument list (using the Python function
|
D | sign.rst | 51 In order to support quoting, values are parsed by Python's ``shlex.split()`` like in
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig | 51 # The following file is normally parsed only for the ARM architecture, which is
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 136 int "Maximum number of params parsed per command" 141 parsed by the command handler. This is also limited by the length
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 231 .. parsed-literal:: 244 .. parsed-literal:: 251 .. parsed-literal::
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 25 The scan results are not parsed and the application is responsible
|
/Zephyr-latest/samples/subsys/logging/syst/ |
D | README.rst | 147 And the parsed messages: 320 And the parsed messages:
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 58 2. Convert the core dump log into a binary format that can be parsed by 321 the target and is only being parsed by the target parser.
|