Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dio.c834 long notWritten; in FlushClient() local
841 notWritten = oco->count + extraCount + padsize; in FlushClient()
842 if (!notWritten) in FlushClient()
848 todo = notWritten; in FlushClient()
849 while (notWritten) { in FlushClient()
889 notWritten -= len; in FlushClient()
890 todo = notWritten; in FlushClient()
918 if (notWritten > oco->size) { in FlushClient()
921 if (notWritten + BUFSIZE <= INT_MAX) { in FlushClient()
922 obuf = realloc(oco->buf, notWritten + BUFSIZE); in FlushClient()
[all …]