Searched refs:aCopy (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A DAuthorizationData.cpp346 AuthorizationItemSet *aCopy; local
348 copy(aCopy, aLength);
349 return aCopy;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A DAuthorizationData.cpp346 AuthorizationItemSet *aCopy; local
348 copy(aCopy, aLength);
349 return aCopy;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dchoicfmt.cpp590 ChoiceFormat *aCopy = new ChoiceFormat(*this); local
591 return aCopy;
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c1913 ast b = NULL, c = NULL, aCopy = NULL; variable
1935 aCopy = NEWCONS;
1936 aCopy->type = a->type;
1937 aCopy->next = NULL;
1938 if (a->strvalue) aCopy->strvalue = tdomstrdup(a->strvalue);
1939 else aCopy->strvalue = NULL;
1940 aCopy->intvalue = a->intvalue;
1941 aCopy->realvalue = a->realvalue;
1942 aCopy->child = NULL;
1955 aCopy
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp1698 OSDictionary * aCopy = OSDictionary::withDictionary(_dataDict); local
1701 if (aCopy) {
1702 ret = setProperty(kIONetworkData, aCopy);
1703 aCopy->release();
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c99214 static const unsigned char aCopy[] = { local
[all...]

Completed in 317 milliseconds