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

/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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 122 milliseconds