Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.5.0/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-Core-3.5.0/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 …]
/Zephyr-Core-3.5.0/share/sysbuild/
DKconfig25 Print a warning when the Kconfig tree is parsed if any experimental
39 Print a warning when the Kconfig tree is parsed if any deprecated
/Zephyr-Core-3.5.0/tests/drivers/pinctrl/nrf/
Dapp.overlay18 pins are parsed correctly, but do not necessarily represent a
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/andes_v5/
DKconfig.defconfig.series7 # SoC defaults should be parsed before SoC Series defaults, because SoCs usually
/Zephyr-Core-3.5.0/cmake/linker/ld/gcc/
Dlinker_flags.cmake12 # GCC 11 by default emits DWARF version 5 which cannot be parsed by
/Zephyr-Core-3.5.0/cmake/linker/ld/
Dlinker_flags.cmake4 # If -no-pie is passed to old binutils <= 2.36, it is parsed
/Zephyr-Core-3.5.0/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-Core-3.5.0/boards/posix/nrf_bsim/
DKconfig5 # The following file is normally parsed only for the ARM architecture, which is
/Zephyr-Core-3.5.0/arch/x86/
DCMakeLists.txt40 # as a quoted string, which is then parsed as one item by Python's
/Zephyr-Core-3.5.0/arch/xtensa/core/
DCMakeLists.txt36 # as "core-isa-dM.h". This can be easily parsed by non-C tooling.
/Zephyr-Core-3.5.0/drivers/modem/
DKconfig136 int "Maximum number of params parsed per command"
141 parsed by the command handler. This is also limited by the length
Dhl7800.c2978 bool parsed; in on_cmd_polte_registration() local
2985 parsed = false; in on_cmd_polte_registration()
3044 parsed = true; in on_cmd_polte_registration()
3047 if (parsed && data.user && data.password) { in on_cmd_polte_registration()
3109 bool parsed; in on_cmd_polte_location() local
3117 parsed = false; in on_cmd_polte_location()
3147 parsed = true; in on_cmd_polte_location()
3186 parsed = true; in on_cmd_polte_location()
3189 if (!parsed) { in on_cmd_polte_location()
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/
DKconfig25 The scan results are not parsed and the application is responsible
/Zephyr-Core-3.5.0/doc/services/debugging/
Dcoredump.rst51 2. Convert the core dump log into a binary format that can be parsed by
293 the target and is only being parsed by the target parser.
/Zephyr-Core-3.5.0/samples/subsys/logging/syst/
DREADME.rst147 And the parsed messages:
320 And the parsed messages:
/Zephyr-Core-3.5.0/cmake/compiler/gcc/
Dcompiler_flags.cmake196 # GCC 11 by default emits DWARF version 5 which cannot be parsed by
/Zephyr-Core-3.5.0/doc/develop/west/
Drelease-notes.rst218 - ``userdata`` attribute, which contains the parsed value
223 contains the parsed value from ``manifest: self: userdata:``, or is None
652 - west.commands.WestCommand instances can now access the parsed
655 aborts the command if it could not be parsed.
Dsign.rst163 In order to support quoting, values are parsed by Python's ``shlex.split()`` like in
Dwest-apis.rst331 This returns the validated dict containing the parsed YAML data.
/Zephyr-Core-3.5.0/doc/build/kconfig/
Dsetting.rst98 can be parsed as makefiles (though Zephyr doesn't use this). Having
/Zephyr-Core-3.5.0/doc/build/cmake/
Dindex.rst89 The preprocessed devicetree sources are parsed by
/Zephyr-Core-3.5.0/doc/build/dts/
Dapi-usage.rst20 parsed at runtime, for example to load and initialize device drivers.
/Zephyr-Core-3.5.0/
DKconfig.zephyr789 Print a warning when the Kconfig tree is parsed if any deprecated
802 Print a warning when the Kconfig tree is parsed if any experimental

12