Searched refs:noLock (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.c26686 int noLock, /* Omit locking if true */
26710 noLock = 1;
26715 if( noLock ){
27094 int noLock; /* True to omit locking primitives */ local
27245 noLock = eType!=SQLITE_OPEN_MAIN_DB;
27265 if( isAutoProxy && (zPath!=NULL) && (!noLock) && pVfs->xOpen ){
27294 rc = fillInUnixFile(pVfs, fd, dirfd, pFile, zPath, noLock, isDelete);
27311 rc = fillInUnixFile(pVfs, fd, dirfd, pFile, zPath, noLock, isDelete);
26680 fillInUnixFile( sqlite3_vfs *pVfs, int h, int dirfd, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c26686 int noLock, /* Omit locking if true */
26710 noLock = 1;
26715 if( noLock ){
27094 int noLock; /* True to omit locking primitives */ local
27245 noLock = eType!=SQLITE_OPEN_MAIN_DB;
27265 if( isAutoProxy && (zPath!=NULL) && (!noLock) && pVfs->xOpen ){
27294 rc = fillInUnixFile(pVfs, fd, dirfd, pFile, zPath, noLock, isDelete);
27311 rc = fillInUnixFile(pVfs, fd, dirfd, pFile, zPath, noLock, isDelete);
26680 fillInUnixFile( sqlite3_vfs *pVfs, int h, int dirfd, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c26686 int noLock, /* Omit locking if true */
26710 noLock = 1;
26715 if( noLock ){
27094 int noLock; /* True to omit locking primitives */ local
27245 noLock = eType!=SQLITE_OPEN_MAIN_DB;
27265 if( isAutoProxy && (zPath!=NULL) && (!noLock) && pVfs->xOpen ){
27294 rc = fillInUnixFile(pVfs, fd, dirfd, pFile, zPath, noLock, isDelete);
27311 rc = fillInUnixFile(pVfs, fd, dirfd, pFile, zPath, noLock, isDelete);
26680 fillInUnixFile( sqlite3_vfs *pVfs, int h, int dirfd, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete ) argument
[all...]

Completed in 845 milliseconds