Searched refs:COAP_MSG_MAX_PATH_LEN (Results 1 – 7 of 7) sorted by relevance
6 #define COAP_MSG_MAX_PATH_LEN 128 macro
35 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in CoAPServerPath_2_option()41 if (COAP_MSG_MAX_PATH_LEN <= strlen(uri)) { in CoAPServerPath_2_option()
83 if (strlen(path) >= COAP_MSG_MAX_PATH_LEN) { in CoAPResource_create()
476 unsigned char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in CoAPRequestMessage_handle()484 if ((COAP_MSG_MAX_PATH_LEN - 1) >= in CoAPRequestMessage_handle()
371 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in path_2_option()
211 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in CoAPServerPath_2_option()
572 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in iotx_split_path_2_option()
Completed in 11 milliseconds