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

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdata.h319 void *append(const void *addData, size_t addLength) argument
322 realloc(oldLength + addLength);
323 return memcpy(referent.at(oldLength), addData, addLength);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.h319 void *append(const void *addData, size_t addLength) argument
322 realloc(oldLength + addLength);
323 return memcpy(referent.at(oldLength), addData, addLength);

Completed in 196 milliseconds