Searched refs:wpos (Results 1 – 1 of 1) sorted by relevance
105 unsigned int wpos, wsize; in json_object_to_file_ext() local124 wpos = 0; 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()134 wpos += (unsigned int)ret; in json_object_to_file_ext()