Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c2271 static int aio_eof(AioFile *af) in aio_eof() function
2279 if (!aio_eof(af)) { in JimCheckStreamError()
2362 while (neededLen && !aio_eof(af)) { in aio_read_len()
2600 if (aio_eof(af)) { in aio_cmd_copy()
2640 while (!aio_eof(af)) { in aio_cmd_gets()
2662 if (!nl && aio_eof(af) && af->readbuf) { in aio_cmd_gets()
2774 Jim_SetResultInt(interp, !!aio_eof(af)); in aio_cmd_eof()