Home
last modified time | relevance | path

Searched refs:static_data (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/tests/lib/ringbuffer/src/
Dmain.c171 } 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/
Dmain.c36 .static_data = index_html_gz,
137 .static_data = index_html_gz,
/Zephyr-Core-3.7.0/tests/net/lib/http_server/crime/src/
Dmain.c56 .static_data = index_html_gz,
/Zephyr-Core-3.7.0/include/zephyr/net/http/
Dserver.h112 const void *static_data; member
/Zephyr-Core-3.7.0/tests/net/lib/http_server/tls/src/
Dmain.c120 .static_data = index_html_gz,
/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_server_http1.c60 data = static_detail->static_data; in handle_http1_static_resource()
Dhttp_server_http2.c348 content_200 = static_detail->static_data; in handle_http2_static_resource()
/Zephyr-Core-3.7.0/tests/net/lib/http_server/core/src/
Dmain.c128 .static_data = static_resource_payload,
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dhttp_server.rst170 .static_data = index_html_gz,