Searched refs:sStat (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c26008 struct stat sStat; /* fstat() info for database file */ local
26015 if( fstat(pDbFd->h, &sStat) ){
26035 (u32)sStat.st_ino, (u32)sStat.st_dev);
26048 pShmNode->h = open(zShmFilename, O_RDWR|O_CREAT, (sStat.st_mode & 0777));
26144 struct stat sStat; /* Used by fstat() */ local
26152 if( fstat(pShmNode->h, &sStat) ){
26157 if( sStat.st_size<nByte ){
26982 struct stat sStat; /* Results of stat() call */ local
26992 if( 0==stat(zPath, &sStat) ){
27042 struct stat sStat; /* Output of stat() on database file */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c26008 struct stat sStat; /* fstat() info for database file */ local
26015 if( fstat(pDbFd->h, &sStat) ){
26035 (u32)sStat.st_ino, (u32)sStat.st_dev);
26048 pShmNode->h = open(zShmFilename, O_RDWR|O_CREAT, (sStat.st_mode & 0777));
26144 struct stat sStat; /* Used by fstat() */ local
26152 if( fstat(pShmNode->h, &sStat) ){
26157 if( sStat.st_size<nByte ){
26982 struct stat sStat; /* Results of stat() call */ local
26992 if( 0==stat(zPath, &sStat) ){
27042 struct stat sStat; /* Output of stat() on database file */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c26008 struct stat sStat; /* fstat() info for database file */ local
26015 if( fstat(pDbFd->h, &sStat) ){
26035 (u32)sStat.st_ino, (u32)sStat.st_dev);
26048 pShmNode->h = open(zShmFilename, O_RDWR|O_CREAT, (sStat.st_mode & 0777));
26144 struct stat sStat; /* Used by fstat() */ local
26152 if( fstat(pShmNode->h, &sStat) ){
26157 if( sStat.st_size<nByte ){
26982 struct stat sStat; /* Results of stat() call */ local
26992 if( 0==stat(zPath, &sStat) ){
27042 struct stat sStat; /* Output of stat() on database file */ local
[all...]

Completed in 654 milliseconds