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

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.cpp1392 DbModifier::getDbVersion(bool force) function in class:DbModifier
1498 getDbVersion(false);
1539 mVersionId = getDbVersion(true)->getVersionId() + 1;
1763 return getDbVersion(false)->getRecord(inTableId, inRecordId,
1788 return getDbVersion(false)->createCursor(inQuery);
1970 return getDbVersion(false)->hasTable(inTableId);
H A DAppleDatabase.h446 const RefPointer<const DbVersion> getDbVersion(bool force);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.cpp1392 DbModifier::getDbVersion(bool force) function in class:DbModifier
1498 getDbVersion(false);
1539 mVersionId = getDbVersion(true)->getVersionId() + 1;
1763 return getDbVersion(false)->getRecord(inTableId, inRecordId,
1788 return getDbVersion(false)->createCursor(inQuery);
1970 return getDbVersion(false)->hasTable(inTableId);
H A DAppleDatabase.h446 const RefPointer<const DbVersion> getDbVersion(bool force);

Completed in 170 milliseconds