Searched refs:theData (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certsFromDb/
H A DcertsFromDb.cpp36 CSSM_DATA theData = {0, NULL}; local
106 &theData,
123 rtn = writeFile(filePath, theData.Data, theData.Length);
126 printf("...wrote %u bytes to %s\n", (unsigned)theData.Length,
138 printCrl(theData.Data, theData.Length, CSSM_FALSE);
142 printCert(theData.Data, theData.Length, CSSM_FALSE);
145 CSSM_FREE(theData
[all...]
/macosx-10.10/bless-103/libbless/Misc/
H A DBLCopyFileFromCFData.c48 CFDataRef theData = data; local
63 preall.fst_length = CFDataGetLength(theData);
82 byteswritten = write(fdw, (char *)CFDataGetBytePtr(theData), CFDataGetLength(theData));
83 if(byteswritten != CFDataGetLength(theData)) {
/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemUtilities.cpp51 static QTOCDataFormat10Ptr CreateBufferFromData ( OSData * theData );
155 CreateBufferFromData ( OSData * theData )
163 DebugAssert ( ( theData != NULL ) );
165 if ( theData == NULL )
168 DebugLog ( ( "CreateBufferFromData: theData is NULL.\n" ) );
173 bufferLength = theData->getLength ( );
180 bcopy ( theData->getBytesNoCopy ( ), buffer, bufferLength );
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dstrrepl.h80 * @param theData transliterator context object that translates
85 const TransliterationRuleData* theData);
93 * @param theData transliterator context object that translates
97 const TransliterationRuleData* theData);
H A Drbt.cpp140 const TransliterationRuleData* theData,
143 fData((TransliterationRuleData*)theData), // cast away const
152 TransliterationRuleData* theData,
155 fData(theData),
139 RuleBasedTransliterator(const UnicodeString& id, const TransliterationRuleData* theData, UnicodeFilter* adoptedFilter) argument
151 RuleBasedTransliterator(const UnicodeString& id, TransliterationRuleData* theData, UBool isDataAdopted) argument
H A Drbt.h363 * @param theData the rule data for the transliterator.
367 const TransliterationRuleData* theData,
376 * @param theData the rule data for the transliterator.
H A Dstrrepl.cpp34 * @param theData transliterator context object that translates
39 const TransliterationRuleData* theData) {
43 data = theData;
53 * @param theData transliterator context object that translates
57 const TransliterationRuleData* theData) {
61 data = theData;
37 StringReplacer(const UnicodeString& theOutput, int32_t theCursorPos, const TransliterationRuleData* theData) argument
56 StringReplacer(const UnicodeString& theOutput, const TransliterationRuleData* theData) argument
H A Dstrmatch.cpp29 const TransliterationRuleData& theData) :
30 data(&theData),
25 StringMatcher(const UnicodeString& theString, int32_t start, int32_t limit, int32_t segmentNum, const TransliterationRuleData& theData) argument
H A Drbt_rule.cpp63 const TransliterationRuleData* theData,
67 data(theData) {
56 TransliterationRule(const UnicodeString& input, int32_t anteContextPos, int32_t postContextPos, const UnicodeString& outputStr, int32_t cursorPosition, int32_t cursorOffset, UnicodeFunctor** segs, int32_t segsCount, UBool anchorStart, UBool anchorEnd, const TransliterationRuleData* theData, UErrorCode& status) argument
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEDesc.c2177 Ptr theData;
2185 theData = TclaeAllocateAndGetDescData(theAEDescPtr, &theSize);
2187 if (theData) {
2189 Tcl_NewByteArrayObj((unsigned char *) theData,
2192 ckfree(theData);
2230 char * theData;
2233 theData = TclaeAllocateAndGetDescData(theAEDescPtr, &theSize);
2235 if (theData) {
2238 theData, theSize, &dataDS);
2240 ckfree(theData);
2144 Ptr theData; local
2196 char * theData; local
2253 short theData; local
2275 short theData; local
2284 short theData; local
2299 long theData; local
2314 float theData; local
2323 double theData; local
[all...]
H A DAEPrintCarbon.c203 char *theData = ckalloc(len); local
204 AEGetDescData(&textDesc, theData, len);
205 bufput(buf, theData, len);
206 ckfree(theData);
394 char *theData; local
402 theData = ckalloc(count);
403 data = (void*)theData;
404 AEGetDescData(desc, theData, count);
430 ckfree(theData);
499 char * theData; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java30 private static DatabaseEntry theData = new DatabaseEntry(); field in class:ExampleDatabaseLoad
111 dataBinding.objectToEntry(theVendor, theData);
114 myDbs.getVendorDB().put(null, theKey, theData);
151 inventoryBinding.objectToEntry(theInventory, theData);
155 myDbs.getInventoryDB().put(null, theKey, theData);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/
H A D100-sha2.m138 CFDataRef theData = (CFDataRef)d;
140 CFIndex dataLength = CFDataGetLength(theData);
154 const char* dataPtr = (const char* )CFDataGetBytePtr(theData);
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dutil.c201 CFMutableDataRef theData; local
226 theData = (CFMutableDataRef)CFArrayGetValueAtIndex(addressArray, ii);
227 if (! theData) {
230 conn = (struct connectAddress *)(void *)CFDataGetMutableBytePtr(theData);
258 theData = (CFMutableDataRef)CFArrayGetValueAtIndex(nbrrArray, jj);
259 if (theData) {
260 nbrrSrc = (struct NBResourceRecord *)(void *)CFDataGetMutableBytePtr(theData);
/macosx-10.10/webdavfs-367/webdavlib/
H A Dwebdavlib.c57 CFMutableDataRef theData; // buffer for the reply message member in struct:callback_ctx
259 CFDataRef theData; local
307 theData = CFPropertyListCreateXMLData(kCFAllocatorDefault, dict);
308 require(theData != NULL, CFPropertyListCreateXMLData);
326 length = CFDataGetLength(theData);
327 bytes_written = write(fd[1], CFDataGetBytePtr(theData), length);
530 ctx->theData = CFDataCreateMutable(NULL, 0);
634 CFRelease(ctx->theData);
635 ctx->theData = CFDataCreateMutable(NULL, 0);
661 ctx->theData
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DGetSymbolFromPEF.h195 LogicalAddress * theData);
H A DPEFSupport.c124 LogicalAddress * theData)
295 *theData = originalUnpackBuffer;
303 *theData = nil;
121 UnpackPiData( LogicalAddress thePEFPtr, SectionHeaderPtr sectionHeaderPtr, LogicalAddress * theData) argument
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalContext.cpp1503 CFPropertyListRef theData = NULL; local
1504 theData = CFPropertyListCreateFromXMLData (kCFAllocatorDefault, resourceData, kCFPropertyListImmutable, &errString);
1509 if (theData == NULL || errString)
1511 if (theData)
1512 CFRelease (theData);
1517 result = AudioUnitSetProperty(mMixerUnit, 3012 /*kAudioUnitProperty_ReverbPreset*/, kAudioUnitScope_Global, 0, &theData, sizeof(theData) );
1518 CFRelease (theData);
H A DoalSource.cpp4379 CFPropertyListRef theData = NULL; local
4380 theData = CFPropertyListCreateFromXMLData (kCFAllocatorDefault, resourceData, kCFPropertyListImmutable, &errString);
4385 if (theData == NULL || errString)
4387 if (theData)
4388 CFRelease (theData);
4393 result = AudioUnitSetProperty(mRogerBeepAU, kAudioUnitProperty_ClassInfo, kAudioUnitScope_Global, 0, &theData, sizeof(theData) );
4394 CFRelease (theData);
4567 CFPropertyListRef theData = NULL; local
4568 theData
[all...]
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonRSACryptor.c100 uint8_t theData[MAXKEYTEST]; local
118 CC_XMEMSET(theData, 0x0a, theDataLen);
122 status = CCRSACryptorCrypt(privateKey, theData, theDataLen, theResult, &resultLen);
128 if(CC_XMEMCMP(theData, theResult, theDataLen) == 0) {
145 if(CC_XMEMCMP(theData, theRecovered, theDataLen) != 0) {
151 CC_XZEROMEM(theData, MAXKEYTEST);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecCFWrappers.h264 static inline uint8_t* CFDataGetMutablePastEndPtr(CFMutableDataRef theData) argument
266 return CFDataGetMutableBytePtr(theData) + CFDataGetLength(theData);
269 static inline const uint8_t* CFDataGetPastEndPtr(CFDataRef theData) { argument
270 return CFDataGetBytePtr(theData) + CFDataGetLength(theData);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecCFWrappers.h264 static inline uint8_t* CFDataGetMutablePastEndPtr(CFMutableDataRef theData) argument
266 return CFDataGetMutableBytePtr(theData) + CFDataGetLength(theData);
269 static inline const uint8_t* CFDataGetPastEndPtr(CFDataRef theData) { argument
270 return CFDataGetBytePtr(theData) + CFDataGetLength(theData);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DDLDBListCFPref.cpp793 CFRef<CFDataRef> theData(::CFDataCreate(kCFAllocatorDefault,dbLocation->Address.Data,dbLocation->Address.Length));
794 if (theData)
795 ::CFDictionarySetValue(aDict,kKeyDbLocation,theData);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DDLDBListCFPref.cpp793 CFRef<CFDataRef> theData(::CFDataCreate(kCFAllocatorDefault,dbLocation->Address.Data,dbLocation->Address.Length));
794 if (theData)
795 ::CFDictionarySetValue(aDict,kKeyDbLocation,theData);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DDLDBListCFPref.cpp793 CFRef<CFDataRef> theData(::CFDataCreate(kCFAllocatorDefault,dbLocation->Address.Data,dbLocation->Address.Length));
794 if (theData)
795 ::CFDictionarySetValue(aDict,kKeyDbLocation,theData);

Completed in 206 milliseconds

12