HomeSort by relevance Sort by last modified time
    Searched full:lasterrno (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/
system-sqlite.patch 23 int lastErrno; /* The unix errno from last I/O error */
136 pFile->lastErrno = errno;
162 - /* pFile->lastErrno = errno; */
324 ((unixFile*)pFile)->lastErrno = errno;
332 p->lastErrno = errno;
419 int lastErrno; /* The unix errno from last I/O error */
532 pFile->lastErrno = errno;
558 - /* pFile->lastErrno = errno; */
722 ((unixFile*)pFile)->lastErrno = errno;
730 p->lastErrno = errno
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 107 DWORD lastErrno; /* The Windows errno from the last I/O error */
377 pFile->lastErrno = GetLastError();
408 pFile->lastErrno = GetLastError();
634 ** Otherwise, set pFile->lastErrno and return non-zero.
653 pFile->lastErrno = GetLastError();
724 pFile->lastErrno = GetLastError();
767 pFile->lastErrno = GetLastError();
773 if( pFile->lastErrno==ERROR_HANDLE_DISK_FULL ){
806 pFile->lastErrno = GetLastError();
865 pFile->lastErrno = GetLastError()
    [all...]
os_unix.c 175 ** Only set the lastErrno if the error code is a real error and not
209 int lastErrno; /* The unix errno from last I/O error */
    [all...]
  /external/sqlite/dist/
Android.patch 86 ((unixFile*)id)->lastErrno = errno;
  /external/qemu/slirp/
udp.c 345 int lasterrno=errno; local
349 WSASetLastError(lasterrno);
351 errno=lasterrno;

Completed in 257 milliseconds