Home
last modified time | relevance | path

Searched refs:COAP_ASYNC_SUPPORT (Results 1 - 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_internal.h76 #if COAP_ASYNC_SUPPORT
78 #undef COAP_ASYNC_SUPPORT macro
79 #define COAP_ASYNC_SUPPORT 0 macro
80 #endif /* COAP_ASYNC_SUPPORT */
H A Dcoap_async_internal.h23 /* Note that if COAP_SERVER_SUPPORT is not set, then COAP_ASYNC_SUPPORT undefined */
24 #if COAP_ASYNC_SUPPORT
66 #endif /* COAP_ASYNC_SUPPORT */
H A Dcoap_net_internal.h63 #if COAP_ASYNC_SUPPORT
67 #endif /* COAP_ASYNC_SUPPORT */
/third_party/libcoap/examples/lwip/config/
H A Dcoap_config.h39 #ifndef COAP_ASYNC_SUPPORT
41 #define COAP_ASYNC_SUPPORT 1 macro
/third_party/libcoap/examples/contiki/
H A Dcoap_config.h26 #define COAP_ASYNC_SUPPORT 1 macro
/third_party/libcoap/src/
H A Dcoap_async.c18 #if COAP_ASYNC_SUPPORT
187 #else /* ! COAP_ASYNC_SUPPORT */
236 #endif /* ! COAP_ASYNC_SUPPORT */
H A Dcoap_net.c594 #if COAP_ASYNC_SUPPORT in coap_free_context()
596 #endif /* COAP_ASYNC_SUPPORT */ in coap_free_context()
2785 #if COAP_ASYNC_SUPPORT in handle_request()
2787 #endif /* COAP_ASYNC_SUPPORT */ in handle_request()
2795 #if COAP_ASYNC_SUPPORT in handle_request()
2809 #endif /* COAP_ASYNC_SUPPORT */ in handle_request()
3059 #if COAP_ASYNC_SUPPORT in handle_request()
3063 #endif /* COAP_ASYNC_SUPPORT */ in handle_request()
3970 #if COAP_ASYNC_SUPPORT
3990 #endif /* COAP_ASYNC_SUPPORT */
[all...]
H A Dcoap_io.c1378 #if COAP_ASYNC_SUPPORT
1381 #endif /* COAP_ASYNC_SUPPORT */
1777 #if COAP_ASYNC_SUPPORT
1782 #endif /* COAP_ASYNC_SUPPORT */

Completed in 9 milliseconds