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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c27431 static int afpSetLock( function
27502 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27506 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
27615 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
27637 lrc1 = afpSetLock(context->dbPath, pFile,
27643 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
27672 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27683 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
27687 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
27689 if( failed && (failed2 = afpSetLock(contex
[all...]

Completed in 409 milliseconds