Lines Matching refs:resource
97 struct coap_resource_t *resource, in hnd_get_resource() argument
106 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_get_resource()
125 struct coap_resource_t *resource UNUSED_PARAM, in hnd_put_resource()
145 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_put_resource()
203 struct coap_resource_t *resource, in hnd_delete_resource() argument
211 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_delete_resource()
218 coap_delete_resource(ctx, resource->key); in hnd_delete_resource()
225 struct coap_resource_t *resource UNUSED_PARAM, in hnd_get_rd()
294 add_source_address(struct coap_resource_t *resource, in add_source_address() argument
345 coap_add_attr(resource, in add_source_address()
389 struct coap_resource_t *resource UNUSED_PARAM, in hnd_post_rd()