Lines Matching defs:handler
330 coap_resource_proxy_uri_init2(coap_method_handler_t handler,
347 for (i = 0; i < (sizeof(r->handler) / sizeof(r->handler[0])); i++) {
348 r->handler[i] = handler;
379 coap_resource_proxy_uri_init(coap_method_handler_t handler,
381 return coap_resource_proxy_uri_init2(handler, host_name_count,
676 coap_method_handler_t handler) {
677 coap_register_request_handler(resource, method, handler);
683 coap_method_handler_t handler) {
686 sizeof(resource->handler)/sizeof(coap_method_handler_t));
687 resource->handler[method-1] = handler;
909 /* Track last used observe value (as app handler is called) */
1094 h = r->handler[obs->pdu->code - 1];
1096 * GET/FETCH handler is defined */
1100 coap_log_debug("call custom handler for resource '%*.*s' (4)\n",