Lines Matching refs:uri_path
150 * @p uri_path. This function returns the new coap_resource_t object.
157 * @param uri_path The string URI path of the new resource. The leading '/' is
174 coap_resource_t *coap_resource_init(coap_str_const_t *uri_path,
278 * Returns the resource identified by the unique string @p uri_path. If no
282 * @param uri_path The unique string uri of the resource.
287 coap_str_const_t *uri_path);
290 * Get the uri_path from a @p resource.
294 * @return The uri_path if it exists or @c NULL otherwise.
494 * Returns the resource identified by the unique string @p uri_path. If no
498 * @param uri_path The unique string uri of the resource.
503 coap_str_const_t *uri_path);