Searched refs:wsize (Results 1 – 1 of 1) sorted by relevance
105 unsigned int wpos, wsize; in json_object_to_file_ext() local123 …wsize = (unsigned int)(strlen(json_str) & UINT_MAX); /* CAW: probably unnecessary, but the most 64… in json_object_to_file_ext()125 while(wpos < wsize) { in json_object_to_file_ext()126 if((ret = write(fd, json_str + wpos, wsize-wpos)) < 0) { in json_object_to_file_ext()