Home
last modified time | relevance | path

Searched refs:test_payload (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/examples/
H A Detsi_iot_01.c122 coap_payload_t *test_payload; in hnd_get_resource() local
124 test_payload = coap_find_payload(resource); in hnd_get_resource()
125 if (!test_payload) { in hnd_get_resource()
134 test_payload->media_type, -1, in hnd_get_resource()
135 test_payload->length, in hnd_get_resource()
136 test_payload->data); in hnd_get_resource()
167 coap_payload_t *test_payload; in hnd_post_test() local
181 test_payload = coap_new_payload(len); in hnd_post_test()
182 snprintf((char *)buf, buflen, "test/%p", (void *)test_payload); in hnd_post_test()
184 if (!(test_payload in hnd_post_test()
437 coap_payload_t *test_payload; init_resources() local
[all...]
/third_party/ltp/testcases/network/can/cve/
H A Dcan_bcm01.c33 struct test_payload { struct
66 struct test_payload data = { in thread_run()
/third_party/python/Lib/test/test_email/
H A Dtest_email.py1734 def test_payload(self): member in TestMIMEText

Completed in 10 milliseconds