Searched refs:idx (Results 1 – 1 of 1) sorted by relevance
6475 int idx, nchr; /* Write index of buf[] (-1:error), number of encoding units written */ member6504 i = pb->idx; /* Write index of pb->buf[] */6612 pb->idx = i;6623 if ( pb->idx >= 0 /* Flush buffered characters to the file */6624 && f_write(pb->fp, pb->buf, (UINT)pb->idx, &nw) == FR_OK6625 && (UINT)pb->idx == nw) return pb->nchr;