Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/tests/net/lib/http_header_fields/src/
Dmain.c632 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/
Dhttp_parser.c207 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 …]
Dhttp_server_http1.c806 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/
DKconfig28 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/
Dzephyr_sdk.rst92 .. 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/
DKconfig9 program from the shell. These will be parsed just before the shell provided ones.
/Zephyr-latest/soc/andestech/ae350/
DKconfig.defconfig7 # SoC defaults should be parsed before SoC Series defaults, because SoCs usually
/Zephyr-latest/tests/drivers/pinctrl/nrf/
Dapp.overlay18 pins are parsed correctly, but do not necessarily represent a
/Zephyr-latest/cmake/linker/ld/gcc/
Dlinker_flags.cmake12 # GCC 11 by default emits DWARF version 5 which cannot be parsed by
/Zephyr-latest/tests/net/socket/tls_configurations/
DCMakeLists.txt13 # to a C string that can be parsed by Mbed TLS. The format is unchanged, it's
/Zephyr-latest/tests/drivers/pinctrl/gd32/boards/
Dgd32f450i_eval.overlay17 pins are parsed correctly, but do not necessarily represent a
Dgd32f403z_eval.overlay19 pins are parsed correctly, but do not necessarily represent a
/Zephyr-latest/arch/xtensa/core/
DCMakeLists.txt46 # 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/
Dlinker_flags.cmake28 # If -no-pie is passed to old binutils <= 2.36, it is parsed
/Zephyr-latest/tests/benchmarks/wait_queues/
DREADME.rst28 the summary statistics will be parsed as data records.
/Zephyr-latest/tests/benchmarks/sched_queues/
DREADME.rst30 the summary statistics will be parsed as data records.
/Zephyr-latest/arch/x86/
DCMakeLists.txt40 # as a quoted string, which is then parsed as one item by Python's
/Zephyr-latest/doc/develop/west/
Dalias.rst11 full text and parsed as a new shell argument list (using the Python function
Dsign.rst51 In order to support quoting, values are parsed by Python's ``shlex.split()`` like in
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig51 # The following file is normally parsed only for the ARM architecture, which is
/Zephyr-latest/drivers/modem/
DKconfig136 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/
Dinstallation_linux.rst231 .. parsed-literal::
244 .. parsed-literal::
251 .. parsed-literal::
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig25 The scan results are not parsed and the application is responsible
/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst147 And the parsed messages:
320 And the parsed messages:
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst58 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.

12