Searched refs:GetBuffer (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DWinServices.cpp85 size = (size_t) WideCharToMultiByte( CP_UTF8, 0, inObject.GetBuffer(), inObject.GetLength(), outUTF8, (int) outUTF8Len, NULL, NULL);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp426 pInfo.pPrinterName = printer->actualName.GetBuffer();
429 pInfo.pPortName = printer->portName.GetBuffer();
430 pInfo.pDriverName = printer->modelName.GetBuffer();
431 pInfo.pComment = printer->displayModelName.GetBuffer();
432 pInfo.pLocation = q->location.GetBuffer();
478 pInfo.pPrinterName = printer->actualName.GetBuffer();
479 pInfo.pPortName = printer->portName.GetBuffer();
480 pInfo.pDriverName = printer->modelName.GetBuffer();
482 pInfo.pLocation = q->location.GetBuffer();
483 pInfo.pComment = printer->displayModelName.GetBuffer();
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibAsyncStreamListener.h112 void* GetBuffer(
H A DIOFireWireLibPseudoAddressSpace.h118 virtual void* GetBuffer() ;
H A DIOFireWireLibPseudoAddressSpace.cpp150 return IOFireWireIUnknown::InterfaceMap<PseudoAddressSpace>::GetThis(self)->GetBuffer() ;
554 PseudoAddressSpace::GetBuffer() function in class:IOFireWireLib::PseudoAddressSpace
H A DIOFireWireLib.h2040 /*! @function GetBuffer
2045 void* (*GetBuffer)(IOFireWireLibPseudoAddressSpaceRef self) ; member in struct:IOFireWirePseudoAddressSpaceInterface_t
2276 /*! @function GetBuffer
2280 void* (*GetBuffer)( member in struct:IOFireWirePhysicalAddressSpaceInterface_t
2944 /*! @function GetBuffer \
2991 void (*GetBuffer)(IOFireWireLibCommandRef self, UInt32* outSize, void** outBuf) ; \
H A DIOFireWireLibCommand.h64 virtual void GetBuffer( UInt32* outSize, void** outBuf ) ;
H A DIOFireWireLibCommand.cpp579 Cmd::GetBuffer( function in class:IOFireWireLib::Cmd
785 IOFireWireIUnknown::InterfaceMap<Cmd>::GetThis(self)->GetBuffer(outSize, outBuf) ;
/macosx-10.10.1/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp496 success = CreateServiceAccount(m_accountName.GetBuffer(30),
497 m_accountPassword.GetBuffer(30));
776 name = m_accountName.GetBuffer(30);
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h694 ALuint GetBuffer ();
H A DoalImp.cpp2792 *value = oalSource->GetBuffer();
2872 *values = oalSource->GetBuffer();
H A DoalSource.cpp1095 ALuint OALSource::GetBuffer() function in class:OALSource
1098 DebugMessageN2("OALSource::GetBuffer called - OALSource:currentBuffer = %ld:%ld\n", (long int)mSelfToken, (long int)mBufferQueueActive->GetBufferTokenByIndex(mCurrentBufferIndex));
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp1610 UInt8 * buffer = (UInt8 *)(*addressSpace)->GetBuffer( addressSpace );

Completed in 235 milliseconds