Lines Matching defs:resource
17 * @brief CoRE resource directory
19 * @see https://tools.ietf.org/html/draft-ietf-core-resource-directory
75 coap_string_t data; /**< points to the resource description */
138 hnd_get_resource(coap_resource_t *resource,
143 rd_t *rd = coap_resource_get_userdata(resource);
162 hnd_put_resource(coap_resource_t *resource COAP_UNUSED,
181 HASH_FIND(hh, resources, resource->uri_path.s, resource->uri_path.length, rd);
183 /* found resource object, now check Etag */
238 hnd_delete_resource(coap_resource_t *resource,
243 rd_t *rd = coap_resource_get_userdata(resource);
248 /* FIXME: link attributes for resource have been created dynamically
250 coap_delete_resource(NULL, resource);
256 hnd_get_rd(coap_resource_t *resource COAP_UNUSED,
326 add_source_address(coap_resource_t *resource,
341 coap_add_attr(resource,
384 hnd_post_rd(coap_resource_t *resource COAP_UNUSED,