Searched refs:afpSetLock (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.c24745 static int afpSetLock( function
24815 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24819 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
24928 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
24950 lrc1 = afpSetLock(context->dbPath, pFile,
24956 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
24985 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24996 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
25000 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
25002 if( failed && (failed2 = afpSetLock(contex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c24745 static int afpSetLock( function
24815 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24819 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
24928 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
24950 lrc1 = afpSetLock(context->dbPath, pFile,
24956 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
24985 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24996 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
25000 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
25002 if( failed && (failed2 = afpSetLock(contex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c24745 static int afpSetLock( function
24815 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24819 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
24928 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
24950 lrc1 = afpSetLock(context->dbPath, pFile,
24956 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
24985 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24996 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
25000 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
25002 if( failed && (failed2 = afpSetLock(contex
[all...]

Completed in 714 milliseconds