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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp38 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle);
42 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle);
47 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength = nil);
H A DCPStringUtils.cpp817 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle) argument
823 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));
831 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle) argument
837 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));
1159 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength) argument
1165 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));

Completed in 60 milliseconds