Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c2941 char *dup_path = strdup(path); in cJSON_GetObjectItemByPath() local
2943 char *next = strtok_r(dup_path, ".", &saveptr); in cJSON_GetObjectItemByPath()
2964 free(dup_path); in cJSON_GetObjectItemByPath()

Completed in 12 milliseconds