Searched refs:json_str (Results 1 – 1 of 1) sorted by relevance
103 const char *json_str; in json_object_to_file_ext() local118 if(!(json_str = json_object_to_json_string_ext(obj,flags))) { in json_object_to_file_ext()123 …wsize = (unsigned int)(strlen(json_str) & UINT_MAX); /* CAW: probably unnecessary, but the most 64… in json_object_to_file_ext()126 if((ret = write(fd, json_str + wpos, wsize-wpos)) < 0) { in json_object_to_file_ext()