Home
last modified time | relevance | path

Searched refs:COAP_PATH_DEFAULT_SUM_LEN (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPResource.c15 #define COAP_PATH_DEFAULT_SUM_LEN (5) macro
96 COAP_PATH_DEFAULT_SUM_LEN); in CoAPResource_create()
121 char path_calc[COAP_PATH_DEFAULT_SUM_LEN] = { 0 }; in CoAPResource_register()
142 COAP_PATH_DEFAULT_SUM_LEN); in CoAPResource_register()
148 if (0 == memcmp(path_calc, node->path, COAP_PATH_DEFAULT_SUM_LEN)) { in CoAPResource_register()
217 char path_calc[COAP_PATH_DEFAULT_SUM_LEN] = { 0 }; in CoAPResourceByPath_get()
227 CoAPPathMD5_sum(path, strlen(path), path_calc, COAP_PATH_DEFAULT_SUM_LEN); in CoAPResourceByPath_get()
232 if (0 == memcmp(path_calc, node->path, COAP_PATH_DEFAULT_SUM_LEN)) { in CoAPResourceByPath_get()

Completed in 2 milliseconds