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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c27058 static int afpSetLock( function
27129 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27133 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
27242 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
27264 lrc1 = afpSetLock(context->dbPath, pFile,
27270 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
27299 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27310 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
27314 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
27316 if( failed && (failed2 = afpSetLock(contex
[all...]

Completed in 344 milliseconds