Home | History | Annotate | Download | only in orig

Lines Matching refs:statBuf

26192   struct stat statbuf;           /* Low-level file information */
26201 rc = osFstat(fd, &statbuf);
26221 if( statbuf.st_size==0 && (pFile->fsFlags & SQLITE_FSFLAGS_IS_MSDOS)!=0 ){
26227 rc = osFstat(fd, &statbuf);
26236 fileId.dev = statbuf.st_dev;
26240 fileId.ino = statbuf.st_ino;
27343 struct stat statBuf;