Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c1395 char *string_mutable_copy = NULL, *string_mutable_copy_ptr = NULL; in json_parse_string_with_comments() local
1396 string_mutable_copy = parson_strdup(string); in json_parse_string_with_comments()
1397 if (string_mutable_copy == NULL) { in json_parse_string_with_comments()
1400 remove_comments(string_mutable_copy, "/*", "*/"); in json_parse_string_with_comments()
1401 remove_comments(string_mutable_copy, "//", "\n"); in json_parse_string_with_comments()
1402 string_mutable_copy_ptr = string_mutable_copy; in json_parse_string_with_comments()
1404 parson_free(string_mutable_copy); in json_parse_string_with_comments()