Searched refs:json_string_new_nocopy (Results 1 – 2 of 2) sorted by relevance
276 json_value * json_string_new_nocopy (unsigned int length, json_char *);
294 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