Searched refs:dup_path (Results 1 – 1 of 1) sorted by relevance
2941 char *dup_path = strdup(path); in cJSON_GetObjectItemByPath() local2943 char *next = strtok_r(dup_path, ".", &saveptr); in cJSON_GetObjectItemByPath()2964 free(dup_path); in cJSON_GetObjectItemByPath()
Completed in 12 milliseconds