Searched refs:coap_resource_init (Results 1 – 14 of 14) sorted by relevance
/third_party/libcoap/tests/ |
D | test_wellknown.c | 44 r = coap_resource_init(NULL, 0); in t_wellknown1() 92 r = coap_resource_init(coap_make_str_const("abcd"), 0); in t_wellknown2() 149 r = coap_resource_init(&uri_path, 0); in t_wellknown3() 279 r = coap_resource_init(NULL, 0, 0); in t_wkc_tests_create() 286 r = coap_resource_init((const uint8_t *)"abcd", 4, 0); in t_wkc_tests_create() 296 r = coap_resource_init(buf, len, 0); in t_wkc_tests_create()
|
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 72 r = coap_resource_init(NULL, 0, 0); in init_coap_resources() 82 r = coap_resource_init(coap_make_str_const("time"), 0); in init_coap_resources() 101 r = coap_resource_init(coap_make_str_const("async"), 0); in init_coap_resources()
|
/third_party/libcoap/examples/contiki/ |
D | server.c | 141 r = coap_resource_init(NULL, 0, 0); in init_coap_resources() 151 r = coap_resource_init(coap_make_str_const("time"), 0); in init_coap_resources() 170 r = coap_resource_init(coap_make_str_const("async"), 0); in init_coap_resources()
|
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 196 r = coap_resource_init(uri, COAP_RESOURCE_FLAGS_RELEASE_URI); in hnd_post_test() 447 r = coap_resource_init(coap_make_str_const("test"), 0); in init_resources() 470 r = coap_resource_init(coap_make_str_const("large"), 0); in init_resources() 491 r = coap_resource_init(coap_make_str_const("seg1/seg2/seg3"), 0); in init_resources() 501 r = coap_resource_init(coap_make_str_const("query"), 0); in init_resources() 508 r = coap_resource_init(coap_make_str_const("separate"), 0); in init_resources()
|
D | coap-rd.c | 474 r = coap_resource_init(&resource_val, 0); in hnd_post_rd() 554 r = coap_resource_init(coap_make_str_const(RD_ROOT_STR), 0); in init_resources()
|
D | coap-server.c | 1562 r = coap_resource_init((coap_str_const_t*)uri_path, in hnd_unknown_put() 1743 r = coap_resource_init(NULL, 0); in init_resources() 1753 r = coap_resource_init(coap_make_str_const("time"), resource_flags); in init_resources() 1775 r = coap_resource_init(coap_make_str_const("async"), 0); in init_resources() 1782 r = coap_resource_init(coap_make_str_const("example_data"), 0); in init_resources()
|
/third_party/libcoap/man/ |
D | coap_resource.txt.in | 14 coap_resource_init, 30 *coap_resource_t *coap_resource_init(coap_str_const_t *_uri_path_, 92 The *coap_resource_init*() function returns a newly created _resource_ of 135 _context_. The _resource_ must have been created by *coap_resource_init*(), 174 The *coap_resource_init*(), *coap_resource_unknown_init*() and 274 r = coap_resource_init(NULL, 0); 285 r = coap_resource_init(coap_make_str_const("time"), 422 /* get the uri_path - which will get used by coap_resource_init() */ 440 r = coap_resource_init((coap_str_const_t*)uri_path,
|
D | coap_attribute.txt.in | 103 r = coap_resource_init(NULL, 0); 114 r = coap_resource_init(coap_make_str_const("time"),
|
D | coap_observe.txt.in | 99 used when creating the resource using *coap_resource_init*(3). 227 r = coap_resource_init(coap_make_str_const("time"),
|
D | coap_block.txt.in | 386 r = coap_resource_init(coap_make_str_const("time"),
|
/third_party/libcoap/include/coap3/ |
D | resource.h | 108 coap_resource_t *coap_resource_init(coap_str_const_t *uri_path,
|
/third_party/libcoap/ |
D | libcoap-3.sym | 162 coap_resource_init
|
D | libcoap-3.map | 164 coap_resource_init;
|
/third_party/libcoap/src/ |
D | resource.c | 303 coap_resource_init(coap_str_const_t *uri_path, int flags) { function
|