Searched refs:coap_resource_init (Results 1 – 9 of 9) sorted by relevance
/net-tools-latest/libcoap/tests/ |
D | test_wellknown.c | 40 r = coap_resource_init(NULL, 0, 0); in t_wellknown1() 88 r = coap_resource_init((unsigned char *)"abcd", 4, 0); in t_wellknown2() 144 r = coap_resource_init(uribuf, len, 0); in t_wellknown3() 270 r = coap_resource_init(NULL, 0, 0); in t_wkc_tests_create() 277 r = coap_resource_init((unsigned char *)"abcd", 4, 0); in t_wkc_tests_create() 287 r = coap_resource_init(buf, len, 0); in t_wkc_tests_create()
|
/net-tools-latest/libcoap/examples/contiki/ |
D | server.c | 147 r = coap_resource_init(NULL, 0, 0); in init_coap_resources() 157 r = coap_resource_init((unsigned char *)"time", 4, 0); in init_coap_resources() 176 r = coap_resource_init((unsigned char *)"async", 5, 0); in init_coap_resources()
|
/net-tools-latest/libcoap/examples/ |
D | etsi_iot_01.c | 275 r = coap_resource_init(uri->data, uri->length, 0); in hnd_post_test() 545 r = coap_resource_init((unsigned char *)"test", 4, 0); in init_resources() 567 r = coap_resource_init((unsigned char *)"large", 5, 0); in init_resources() 588 r = coap_resource_init((unsigned char *)"seg1/seg2/seg3", 14, 0); in init_resources() 598 r = coap_resource_init((unsigned char *)"query", 5, 0); in init_resources() 605 r = coap_resource_init((unsigned char *)"separate", 8, 0); in init_resources()
|
D | coap-server.c | 292 r = coap_resource_init(NULL, 0, 0); in init_resources() 302 r = coap_resource_init((unsigned char *)"time", 4, COAP_RESOURCE_FLAGS_NOTIFY_CON); in init_resources() 317 r = coap_resource_init((unsigned char *)"async", 5, 0); in init_resources()
|
D | coap-rd.c | 466 r = coap_resource_init(loc, loc_size, COAP_RESOURCE_FLAGS_RELEASE_URI); in hnd_post_rd() 543 r = coap_resource_init(RD_ROOT_STR, RD_ROOT_SIZE, 0); in init_resources()
|
/net-tools-latest/libcoap/ |
D | libcoap-1.sym | 91 coap_resource_init
|
D | libcoap-1.map | 93 coap_resource_init;
|
/net-tools-latest/libcoap/include/coap/ |
D | resource.h | 109 coap_resource_t *coap_resource_init(const unsigned char *uri,
|
/net-tools-latest/libcoap/src/ |
D | resource.c | 288 coap_resource_init(const unsigned char *uri, size_t len, int flags) { function
|