Searched refs:inBuffer (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDCLCommandPool.h68 void* inBuffer,
72 void* inBuffer,
76 void* inBuffer,
82 void* inBuffer,
86 void* inBuffer,
90 void* inBuffer,
94 void* inBuffer,
154 void* inBuffer,
160 void* inBuffer,
167 void* inBuffer,
[all...]
H A DIOFireWireLibDCLCommandPool.cpp211 void* inBuffer,
225 newDCL->buffer = inBuffer ;
238 void* inBuffer,
251 newDCL->buffer = inBuffer ;
265 void* inBuffer,
268 return AllocateTransferPacketDCL(inDCL, kDCLSendPacketStartOp, inBuffer, inSize) ;
274 void* inBuffer,
278 //return AllocateTransferPacketDCL(inDCL, kDCLSendPacketWithHeaderStartOp, inBuffer, inSize) ;
284 void* inBuffer,
295 void* inBuffer,
208 AllocateTransferPacketDCL( DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize) argument
235 AllocateTransferBufferDCL( DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
263 AllocateSendPacketStartDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
272 AllocateSendPacketWithHeaderStartDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
282 AllocateSendBufferDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
293 AllocateSendPacketDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
302 AllocateReceivePacketStartDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
311 AllocateReceivePacketDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
320 AllocateReceiveBufferDCL( DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
655 SAllocateTransferPacketDCL( Ref self, DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize) argument
666 SAllocateTransferBufferDCL( Ref self, DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
679 SAllocateSendPacketStartDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
689 SAllocateSendPacketWithHeaderStartDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
699 SAllocateSendBufferDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
711 SAllocateSendPacketDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
721 SAllocateReceivePacketStartDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
731 SAllocateReceivePacketDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) argument
741 SAllocateReceiveBufferDCL( Ref self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) argument
[all...]
H A DIOFireWireLibUnitDirectory.h60 void* inBuffer,
82 void* inBuffer,
H A DIOFireWireLibAsyncStreamListener.h61 void* inBuffer,
142 void* inBuffer,
155 void* inBuffer,
H A DIOFireWireLibPseudoAddressSpace.h51 void* inBuffer, UInt32 inBufferSize, void* inBackingStore,
94 void* inBuffer,
H A DIOFireWireLibIsoch.h555 DCLCommand* (*AllocateTransferPacketDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize) ;
557 DCLCommand* (*AllocateTransferBufferDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, UInt32 inOpcode, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) ;
560 DCLCommand* (*AllocateSendPacketStartDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) ;
564 DCLCommand* (*AllocateSendPacketWithHeaderStartDCL)( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) ;
567 DCLCommand* (*AllocateSendBufferDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) ;
569 DCLCommand* (*AllocateSendPacketDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) ;
572 DCLCommand* (*AllocateReceivePacketStartDCL)( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) ;
574 DCLCommand* (*AllocateReceivePacketDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize) ;
576 DCLCommand* (*AllocateReceiveBufferDCL) ( IOFireWireLibDCLCommandPoolRef self, DCLCommand* inDCL, void* inBuffer, IOByteCount inSize, IOByteCount inPacketSize, UInt32 inBufferOffset) ;
H A DIOFireWireLibAsyncStreamListener.cpp27 void* inBuffer,
34 mBuffer((char*)inBuffer),
340 void* inBuffer,
344 : AsyncStreamListener( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, inKernAddrSpaceRef, inBuffer,
360 void* inBuffer,
368 me = new AsyncStreamListenerCOM( userclient, inKernAddrSpaceRef, inBuffer, inBufferSize, inCallBack, inRefCon ) ;
24 AsyncStreamListener( const IUnknownVTbl& interface, Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, void* inCallBack, void* inRefCon ) argument
338 AsyncStreamListenerCOM( Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, void* inCallBack, void* inRefCon ) argument
358 Alloc( Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, void* inCallBack, void* inRefCon ) argument
H A DIOFireWireLibPseudoAddressSpace.cpp57 PseudoAddressSpace::Alloc( Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, argument
63 me = new PseudoAddressSpace(userclient, inKernAddrSpaceRef, inBuffer, inBufferSize, inBackingStore, inRefCon) ;
173 void* inBuffer, UInt32 inBufferSize, void* inBackingStore, void* inRefCon)
181 mBuffer((char*)inBuffer),
172 PseudoAddressSpace( Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, void* inBackingStore, void* inRefCon) argument
H A DIOFireWireLibUnitDirectory.cpp257 void* inBuffer,
261 return IOFireWireIUnknown::InterfaceMap<LocalUnitDirectory>::GetThis(self)->AddEntry(key, inBuffer, inLen, inDesc);
254 SAddEntry_Ptr( DirRef self, int key, void* inBuffer, size_t inLen, CFStringRef inDesc) argument
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-gss-common.c36 static void PrintBuffer (const char *inBuffer, size_t inLength) argument
46 u_int8_t *byte = (u_int8_t *) inBuffer + l;
53 printf ("%c", ((inBuffer[l] > 0x1f) && (inBuffer[l] < 0x7f)) ? inBuffer[l] : '.');
94 static int WriteBuffer (int inSocket, const char *inBuffer, size_t inBufferLength) argument
99 if (inBuffer == NULL) { err = EINVAL; }
102 const char *ptr = inBuffer;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DtestKeychainAPI.cpp458 char *inBuffer,
466 inBuffer[i] = fgetc(inFile);
467 if(inBuffer[i] != '\r' && inBuffer[i] != '\n' && inBuffer[i] != EOF) continue;
468 if(inBuffer[i] == EOF && i==0) return NULL;
469 inBuffer[i] = '\n';
470 inBuffer[i+1] = '\0';
473 return inBuffer;
457 UNIX_fgets( char *inBuffer, int inSize, FILE *inFile) argument
H A DtestKeychainAPI.h65 char* UNIX_fgets(char *inBuffer, int inSize, FILE *inFile);
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalCaptureMixer.h52 OSStatus GetFrames(UInt32 inFrameCount, UInt8* inBuffer);
H A DoalCaptureMixer.cpp192 OSStatus OALCaptureMixer::GetFrames(UInt32 inFrameCount, UInt8* inBuffer) argument
206 result = mRingBuffer->Fetch((Byte*)inBuffer, inFrameCount, mFetchSampleTime);
H A DoalCaptureDevice.cpp311 OSStatus OALCaptureDevice::GetFrames(UInt32 inFrameCount, UInt8* inBuffer) argument
341 abl.mBuffers[0].mData = inBuffer;
364 result = mRingBuffer->Fetch((Byte*)inBuffer, inFrameCount, mFetchSampleTime);
H A DoalCaptureDevice.h58 OSStatus GetFrames(UInt32 inFrameCount, UInt8* inBuffer);
H A DoalSource.h99 PlaybackMessage(UInt32 inMessage, OALBuffer* inBuffer, UInt32 inNumBuffers) : argument
101 mBuffer(inBuffer),
133 void AppendBuffer(OALSource* thisSource, ALuint inBufferToken, OALBuffer *inBuffer, ALuint inACToken);
589 void AppendBufferToQueue(ALuint inBufferToken, OALBuffer *inBuffer);
594 void PostRenderSetBuffer(ALuint inBufferToken, OALBuffer *inBuffer);
693 void SetBuffer (ALuint inBufferToken, OALBuffer *inBuffer);
695 void AddToQueue(ALuint inBufferToken, OALBuffer *inBuffer);
696 void AddToTempQueue(ALuint inBufferToken, OALBuffer *inBuffer);
712 void AddPlaybackMessage(UInt32 inMessage, OALBuffer* inBuffer, UInt32 inNumBuffers);
H A DoalBuffer.h203 void Add (const ALuint inBufferToken, OALBuffer **inBuffer) argument
206 insert(it, value_type (inBufferToken, *inBuffer));
H A DoalSource.cpp997 void OALSource::SetBuffer (ALuint inBufferToken, OALBuffer *inBuffer) argument
1000 DebugMessageN3("OALSource::SetBuffer called - OALSource:inBufferToken:inBuffer = %ld:%ld:%p\n", (long int) mSelfToken, (long int) inBufferToken, inBuffer);
1002 if (inBuffer == NULL)
1036 inBuffer->SetIsInPostRenderMessageQueue(true);
1037 AddPlaybackMessage(kMQ_SetBuffer, inBuffer, 0);
1049 AppendBufferToQueue(inBufferToken, inBuffer);
1122 void OALSource::AddToQueue(ALuint inBufferToken, OALBuffer *inBuffer) argument
1125 DebugMessageN3("OALSource::AddToQueue called - OALSource:inBufferToken:inBuffer = %ld:%ld:%p\n", (long int) mSelfToken, (long int) inBufferToken, inBuffer);
1143 AddToTempQueue(ALuint inBufferToken, OALBuffer *inBuffer) argument
1163 AppendBufferToQueue(ALuint inBufferToken, OALBuffer *inBuffer) argument
1464 PostRenderSetBuffer(ALuint inBufferToken, OALBuffer *inBuffer) argument
2440 AddPlaybackMessage(UInt32 inMessage, OALBuffer* inBuffer, UInt32 inNumBuffers) argument
4620 AppendBuffer(OALSource* thisSource, ALuint inBufferToken, OALBuffer *inBuffer, ALuint inACToken) argument
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.h123 char * sock_ntop( const void *inAddr, size_t inAddrSize, char *inBuffer, size_t inBufferSize );
H A DmDNSVxWorksIPv4Only.c1900 char * sock_ntop( const void *inAddr, size_t inAddrSize, char *inBuffer, size_t inBufferSize ) argument
1916 inBuffer = NULL;
1922 inBuffer = NULL;
1927 inet_ntoa_b( ipv4->sin_addr, inBuffer );
1933 inBuffer = NULL;
1940 inBuffer = NULL;
1945 return( inBuffer );
/macosx-10.10.1/MITKerberosShim-66/
H A DKrb4DeprecatedAPIs.c685 void *inBuffer, UInt32 *outBufferLength)
692 char *inService, void *inBuffer, UInt32 *outBufferLength)
768 OSErr KServerVerifyTicketCompat (KClientSessionInfo *inSession, void *inBuffer, char *inFilename) argument
815 void *inBuffer, UInt32 *ioBufferLength)
822 void *inBuffer, UInt32 *ioBufferLength)
949 OSStatus KClientVerifyEncryptedServiceReply (KClientSession inSession, const void *inBuffer, UInt32 inBufferLength) argument
954 OSStatus KClientVerifyProtectedServiceReply (KClientSession inSession, const void *inBuffer, UInt32 inBufferLength) argument
959 OSStatus KClientVerifyAuthenticator (KClientSession inSession, const void *inBuffer, UInt32 inBufferLength) argument
684 KClientGetTicketForServiceCompat(KClientSessionInfo *inSession, char *inService, void *inBuffer, UInt32 *outBufferLength) argument
691 KClientGetTicketForServiceWithChecksumCompat(KClientSessionInfo *inSession, UInt32 inChecksum, char *inService, void *inBuffer, UInt32 *outBufferLength) argument
814 KClientVerifyReplyTicketCompat(KClientSessionInfo *inSession, void *inBuffer, UInt32 *ioBufferLength) argument
821 KClientVerifyUnencryptedReplyTicketCompat(KClientSessionInfo *inSession, void *inBuffer, UInt32 *ioBufferLength) argument
/macosx-10.10.1/smb-759.0/lib/smbclient/
H A Dfileio.c211 const void *inBuffer,
231 inBuffer, inBufferSize, NULL, NULL,
208 SMBTransactNamedPipe( SMBHANDLE inConnection, SMBFID hNamedPipe, const void *inBuffer, size_t inBufferSize, void * outBuffer, size_t outBufferSize, size_t * bytesRead) argument
H A Dsmbclient.h410 const void *inBuffer,
/macosx-10.10.1/cups-408/cups/cups/
H A Dtls-sspi.c1300 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ local
1450 inBuffer.cBuffers = 2;
1451 inBuffer.pBuffers = inBuffers;
1452 inBuffer.ulVersion = SECBUFFER_VERSION;
1471 scRet = InitializeSecurityContext(&sspi->creds, &sspi->context, NULL, dwSSPIFlags, 0, SECURITY_NATIVE_DREP, &inBuffer, 0, NULL, &outBuffer, &dwSSPIOutFlags, &tsExpiry);
2009 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ local
2118 inBuffer.cBuffers = 2;
2119 inBuffer.pBuffers = inBuffers;
2120 inBuffer.ulVersion = SECBUFFER_VERSION;
2131 scRet = AcceptSecurityContext(&sspi->creds, (fInitContext?NULL:&sspi->context), &inBuffer, dwSSPIFlag
[all...]

Completed in 386 milliseconds

12