Searched refs:pLockingStyle (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.c26689 const sqlite3_io_methods *pLockingStyle; local
26716 pLockingStyle = &nolockIoMethods;
26718 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
26727 if( pLockingStyle == &posixIoMethods
26729 || pLockingStyle == &nfsIoMethods
26760 else if( pLockingStyle == &afpIoMethods ){
26787 else if( pLockingStyle == &dotlockIoMethods ){
26804 else if( pLockingStyle == &semIoMethods ){
26841 pNew->pMethod = pLockingStyle;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c26689 const sqlite3_io_methods *pLockingStyle; local
26716 pLockingStyle = &nolockIoMethods;
26718 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
26727 if( pLockingStyle == &posixIoMethods
26729 || pLockingStyle == &nfsIoMethods
26760 else if( pLockingStyle == &afpIoMethods ){
26787 else if( pLockingStyle == &dotlockIoMethods ){
26804 else if( pLockingStyle == &semIoMethods ){
26841 pNew->pMethod = pLockingStyle;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c26689 const sqlite3_io_methods *pLockingStyle; local
26716 pLockingStyle = &nolockIoMethods;
26718 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
26727 if( pLockingStyle == &posixIoMethods
26729 || pLockingStyle == &nfsIoMethods
26760 else if( pLockingStyle == &afpIoMethods ){
26787 else if( pLockingStyle == &dotlockIoMethods ){
26804 else if( pLockingStyle == &semIoMethods ){
26841 pNew->pMethod = pLockingStyle;
[all...]

Completed in 981 milliseconds