Home
last modified time | relevance | path

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

/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_json_builder.c462 static size_t measure_string (unsigned int length, in measure_string() function
637 total += measure_string (entry->name_length, entry->name); in json_measure_ex()
645 total += measure_string (value->u.string.length, value->u.string.ptr); in json_measure_ex()