Home
last modified time | relevance | path

Searched refs:uri_path (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dresource.h95 coap_str_const_t *uri_path; /**< the key used for hash lookup for this resource */ member
114 * @p uri_path. This function returns the new coap_resource_t object.
121 * @param uri_path The string URI path of the new resource.
143 coap_resource_t *coap_resource_init(coap_str_const_t *uri_path,
356 * Returns the resource identified by the unique string @p uri_path. If no
360 * @param uri_path The unique string uri of the resource.
365 coap_str_const_t *uri_path);
459 HASH_ADD(hh, (r), uri_path->s[0], (obj)->uri_path->length, (obj))
522 return resource->uri_path; in coap_resource_get_uri_path()
[all...]

Completed in 1 milliseconds