Searched refs:static_data (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/tests/lib/ringbuffer/src/ |
D | main.c | 171 } static_data[] = { variable 182 int ret = ring_buf_item_put(pbuf, static_data[index].type, static_data[index].value, in tringbuf_put() 183 static_data[index].buffer, static_data[index].length); in tringbuf_put() 198 zassert_equal(type, static_data[index].type); in tringbuf_get() 199 zassert_equal(value, static_data[index].value); in tringbuf_get() 200 zassert_equal(size32, static_data[index].length); in tringbuf_get() 201 zassert_equal(memcmp(rx_data, static_data[index].buffer, size32), 0); in tringbuf_get() 213 zassert_equal(type, static_data[index].type); in tringbuf_get_discard() 214 zassert_equal(value, static_data[index].value); in tringbuf_get_discard() 215 zassert_equal(size32, static_data[index].length); in tringbuf_get_discard()
|
/Zephyr-Core-3.7.0/samples/net/sockets/http_server/src/ |
D | main.c | 36 .static_data = index_html_gz, 137 .static_data = index_html_gz,
|
/Zephyr-Core-3.7.0/tests/net/lib/http_server/crime/src/ |
D | main.c | 56 .static_data = index_html_gz,
|
/Zephyr-Core-3.7.0/include/zephyr/net/http/ |
D | server.h | 112 const void *static_data; member
|
/Zephyr-Core-3.7.0/tests/net/lib/http_server/tls/src/ |
D | main.c | 120 .static_data = index_html_gz,
|
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_server_http1.c | 60 data = static_detail->static_data; in handle_http1_static_resource()
|
D | http_server_http2.c | 348 content_200 = static_detail->static_data; in handle_http2_static_resource()
|
/Zephyr-Core-3.7.0/tests/net/lib/http_server/core/src/ |
D | main.c | 128 .static_data = static_resource_payload,
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | http_server.rst | 170 .static_data = index_html_gz,
|