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

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DReadWriteSection.cpp29 uint32 aNewOffset = align(aLength); local
30 if (aNewOffset > mCapacity)
31 grow(aNewOffset);
38 for (uint32 anOffset = aLength; anOffset < aNewOffset; anOffset++)
41 return aNewOffset;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DReadWriteSection.cpp29 uint32 aNewOffset = align(aLength); local
30 if (aNewOffset > mCapacity)
31 grow(aNewOffset);
38 for (uint32 anOffset = aLength; anOffset < aNewOffset; anOffset++)
41 return aNewOffset;

Completed in 184 milliseconds