Home
last modified time | relevance | path

Searched refs:time_resource (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/examples/contiki/
Dserver.c41 static coap_resource_t *time_resource = NULL; /* just for testing */ variable
131 time_resource = r; in init_coap_resources()
184 coap_resource_notify_observers(time_resource, NULL); in PROCESS_THREAD()
/third_party/libcoap/examples/lwip/
Dserver-coap.c22 static coap_resource_t *time_resource = NULL; /* just for testing */ variable
91 time_resource = r; in init_coap_resources()
220 coap_resource_notify_observers(time_resource, NULL); in server_coap_poll()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c31 static coap_resource_t *time_resource = NULL; /* just for testing */ variable
96 time_resource = r; in init_coap_resources()
/third_party/libcoap/man/
Dcoap_persist.txt.in209 coap_resource_t *time_resource = NULL;
308 time_resource = r;
373 if (time_resource) {
379 coap_resource_notify_observers(time_resource, NULL);
Dcoap_observe.txt.in164 coap_resource_t *time_resource = NULL;
263 time_resource = r;
321 if (time_resource) {
327 coap_resource_notify_observers(time_resource, NULL);
Dcoap_block.txt.in506 coap_resource_t *time_resource;
537 time_resource = r;
544 coap_resource_notify_observers(time_resource, NULL);
/third_party/libcoap/examples/
Dcoap-server.c87 coap_resource_t *time_resource = NULL; variable
1772 time_resource = r; in init_resources()
3025 if (time_resource) { in main()
3034 coap_resource_notify_observers(time_resource, NULL); in main()