Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_util.c105 unsigned int wpos, wsize; in json_object_to_file_ext() local
123wsize = (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()