Searched defs:afpSetLock (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c23889 static int afpSetLock( function
23954 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
23958 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
24043 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
24061 lrc1 = afpSetLock(context->dbPath, pFile,
24067 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
24091 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24099 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
24103 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
24105 if( failed && (failed2 = afpSetLock(contex
[all...]

Completed in 550 milliseconds