Home
last modified time | relevance | path

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

/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_json_builder.h276 json_value * json_string_new_nocopy (unsigned int length, json_char *);
H A Dsg_json_builder.c294 if (! (value = json_string_new_nocopy (length, copy))) in json_string_new_length()
303 json_value * json_string_new_nocopy (unsigned int length, json_char * buf) in json_string_new_nocopy() function