Home
last modified time | relevance | path

Searched refs:string_mutable_copy_ptr (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
1402 string_mutable_copy_ptr = string_mutable_copy; in json_parse_string_with_comments()
1403 result = parse_value((const char**)&string_mutable_copy_ptr, 0); in json_parse_string_with_comments()