Home
last modified time | relevance | path

Searched refs:unknown_resource (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/src/
Dcoap_resource.c515 if (context->unknown_resource)
516 coap_free_resource(context->unknown_resource);
517 context->unknown_resource = resource;
562 if (context && context->unknown_resource == resource) {
563 context->unknown_resource = NULL;
595 if (context->unknown_resource) {
596 coap_free_resource(context->unknown_resource);
597 context->unknown_resource = NULL;
Dcoap_subscribe.c900 if (!ctx->unknown_resource) in coap_op_dyn_resource_load_disk()
935 if (!ctx->unknown_resource->handler[request->code-1]) in coap_op_dyn_resource_load_disk()
942 ctx->unknown_resource->handler[request->code-1](ctx->unknown_resource, in coap_op_dyn_resource_load_disk()
Dcoap_net.c2965 } else if ((context->unknown_resource != NULL) && in handle_request()
2968 (context->unknown_resource->handler[pdu->code - 1])) { in handle_request()
2987 resource = context->unknown_resource; in handle_request()
3166 if (resource == context->unknown_resource) { in handle_request()
Dcoap_block.c2654 if ((p->resource == context->unknown_resource || in coap_handle_request_put_block()
2680 if (resource == context->unknown_resource || in coap_handle_request_put_block()
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h54 coap_resource_t *unknown_resource; /**< can be used for handling member