Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-latest/subsys/net/lib/shell/
Dhttp.c35 struct http_resource_detail *detail = res->detail; in cmd_net_http() local
40 switch (detail->type) { in cmd_net_http()
60 if (IS_BIT_SET(detail->bitmask_of_supported_http_methods, i)) { in cmd_net_http()
/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c13 static struct http_resource_detail detail[] = { variable
40 #define DETAIL(n) &detail[n]
41 #define RES(n) &detail[n]
86 zassert_equal(service_A.detail, DETAIL(0)); in ZTEST()
93 zassert_equal(service_B.detail, DETAIL(1)); in ZTEST()
100 zassert_equal(service_C.detail, DETAIL(2)); in ZTEST()
270 zassert_equal(res->detail, RES(0)); in ZTEST()
273 zassert_equal(res->detail, RES(1)); in ZTEST()
276 zassert_equal(res->detail, RES(5)); in ZTEST()
287 zassert_equal(res->detail, RES(2)); in ZTEST()
[all …]
/Zephyr-latest/include/zephyr/net/http/
Dservice.h38 void *detail; member
62 .detail = (void *)(_detail), \
70 void *detail; member
86 .detail = (void *)(_detail), \
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c306 struct http_resource_detail *detail; in client_release_resources() local
313 detail = resource->detail; in client_release_resources()
315 if (detail->type != HTTP_RESOURCE_TYPE_DYNAMIC) { in client_release_resources()
319 dynamic_detail = (struct http_resource_detail_dynamic *)detail; in client_release_resources()
699 struct http_resource_detail *detail; in skip_this() local
701 detail = (struct http_resource_detail *)resource->detail; in skip_this()
704 if (detail->type != HTTP_RESOURCE_TYPE_WEBSOCKET) { in skip_this()
708 if (detail->type == HTTP_RESOURCE_TYPE_WEBSOCKET) { in skip_this()
733 return resource->detail; in get_resource_detail()
741 return resource->detail; in get_resource_detail()
Dhttp_server_http1.c804 struct http_resource_detail *detail; in handle_http1_request() local
862 detail = get_resource_detail(client->url_buffer, in handle_http1_request()
864 if (detail == NULL) { in handle_http1_request()
868 client->current_detail = detail; in handle_http1_request()
902 detail = get_resource_detail(client->url_buffer, &path_len, false); in handle_http1_request()
903 if (detail != NULL) { in handle_http1_request()
904 detail->path_len = path_len; in handle_http1_request()
906 if (detail->type == HTTP_RESOURCE_TYPE_STATIC) { in handle_http1_request()
908 (struct http_resource_detail_static *)detail, in handle_http1_request()
914 } else if (detail->type == HTTP_RESOURCE_TYPE_STATIC_FS) { in handle_http1_request()
[all …]
Dhttp_server_http2.c984 struct http_resource_detail *detail; in handle_http1_to_http2_upgrade() local
1032 detail = get_resource_detail(client->url_buffer, &path_len, false); in handle_http1_to_http2_upgrade()
1033 if (detail != NULL) { in handle_http1_to_http2_upgrade()
1034 detail->path_len = path_len; in handle_http1_to_http2_upgrade()
1036 if (detail->type == HTTP_RESOURCE_TYPE_STATIC) { in handle_http1_to_http2_upgrade()
1038 (struct http_resource_detail_static *)detail, in handle_http1_to_http2_upgrade()
1043 } else if (detail->type == HTTP_RESOURCE_TYPE_STATIC_FS) { in handle_http1_to_http2_upgrade()
1045 (struct http_resource_detail_static_fs *)detail, frame, client); in handle_http1_to_http2_upgrade()
1049 } else if (detail->type == HTTP_RESOURCE_TYPE_DYNAMIC) { in handle_http1_to_http2_upgrade()
1051 (struct http_resource_detail_dynamic *)detail, in handle_http1_to_http2_upgrade()
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig36 bool "Include group names in detail response"
39 Will include the name of groups in the detail command response.
42 bool "Include group names in detail response"
45 Will include the number of handlers of groups in the detail command response.
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h164 } detail; member
1202 return pkt->detail.stat; in net_pkt_stats_tick()
1207 return pkt->detail.count; in net_pkt_stats_tick_count()
1212 memset(&pkt->detail, 0, sizeof(pkt->detail)); in net_pkt_stats_tick_reset()
1218 if (pkt->detail.count >= NET_PKT_DETAIL_STATS_COUNT) { in net_pkt_set_stats_tick()
1220 pkt->detail.count, NET_PKT_DETAIL_STATS_COUNT); in net_pkt_set_stats_tick()
1224 pkt->detail.stat[pkt->detail.count++] = tick; in net_pkt_set_stats_tick()
/Zephyr-latest/doc/build/kconfig/
Dindex.rst21 into detail on how Kconfig is used within the Zephyr project, and have some
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md37 This section is freeform - you should describe your change in as much detail
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/
DREADME.txt7 ARM Cortex-M targets. In detail the test verifies that
/Zephyr-latest/doc/project/
Dindex.rst39 :ref:`project_roles` describes in detail the Zephyr project roles and associated permissions
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/
Dlinker_xtensa_intel_adsp_cavs.ld30 * One final detail: SRAM4 actually lives in the "uncached" memory,
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/
DREADME.txt21 In slightly more detail the test has these phases:
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst72 the One-Time-Programmable (OTP) fuses in the MCU. The steps below detail
95 These steps detail using USB as the interface between blhost and the
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf54l15bsim.rst59 For more information on what is modeled to which level of detail,
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2detail.colorScheme;this.h();this.o();this.l()}));e.addEventListener(y,(e=>{this.permanent=e.detail
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/
Dindex.rst72 connections. Download the `SAM D20 Xplained Pro Schematic`_ for more detail.
/Zephyr-latest/boards/vngiotlab/nrf51_vbluno51/doc/
Dindex.rst140 .. _VBLUno51 website: http://iotviet.com.vn/store/detail?id=2
/Zephyr-latest/samples/drivers/led/led_strip/
DREADME.rst60 :zephyr_file:`samples/drivers/led/led_strip/boards/thingy52_nrf52832.overlay` for more detail.
/Zephyr-latest/boards/ronoth/lodev/doc/
Dindex.rst147 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id…
/Zephyr-latest/boards/arduino/nano_33_iot/doc/
Dindex.rst73 connections. Download the `schematic`_ for more detail.
/Zephyr-latest/boards/arduino/zero/doc/
Dindex.rst67 connections. Download the `Arduino Zero Schematic`_ for more detail.
/Zephyr-latest/doc/services/zbus/
Dindex.rst194 :alt: ZBus publish processing detail
197 ZBus VDED execution detail for priority T1 > MS1 > MS2 > S1.
207 .. list-table:: VDED execution steps in detail for priority T1 > MS1 > MS2 > S1.
257 :alt: ZBus publish processing detail
260 ZBus VDED execution detail for priority T1 < MS1 < MS2 < S1.
264 .. list-table:: VDED execution steps in detail for priority T1 < MS1 < MS2 < S1.
325 ZBus VDED execution detail with priority boost enabled and for priority T1 < MS1 < MS2 < S1.
560 The following sections describe in detail how to use zbus features.
/Zephyr-latest/doc/develop/sca/
Declair.rst143 The detail level of the txt and doc full reports can also be adapted by a configuration.

123