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

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTDecompressionSession.cpp144 bool QTDecompressionSession::canDecompress(QTPixelBuffer inBuffer) argument
147 && inBuffer.pixelFormatType() == m_pixelFormat
148 && inBuffer.width() == m_width
149 && inBuffer.height() == m_height;
152 QTPixelBuffer QTDecompressionSession::decompress(QTPixelBuffer inBuffer) argument
154 if (!canDecompress(inBuffer))
157 inBuffer.lockBaseAddress();
159 static_cast<UInt8*>(inBuffer.baseAddress()),
160 inBuffer.dataSize(),
/macosx-10.9.5/IOFireWireFamily-455.4.0/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.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientCompat/
H A DKClientCompat.h67 /* * KClient 1.9 deprecated API * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientCompat/KClientCompat.h,v 1.4 2005/01/10 19:17:31 snsimon Exp $ */ #ifndef __KCLIENTCOMPAT__ #define __KCLIENTCOMPAT__ /* Constants */ /* Error codes, only listing the ones actually returned by the library */ enum { cKrbMapDoesntExist = -1020, /* tried to access a map that doesn't exist (index too large, or criteria doesn't match anything) */ cKrbSessDoesntExist = -1019, /* tried to access a session that doesn't exist */ cKrbCredsDontExist = -1018, /* tried to access credentials that don't exist */ cKrbUserCancelled = -1016, /* user cancelled a log in operation */ cKrbConfigurationErr = -1015, /* Kerberos Preference file is not configured properly */ cKrbServerRejected = -1014, /* A server rejected our ticket */ cKrbServerImposter = -1013, /* Server appears to be a phoney */ cKrbServerRespIncomplete = -1012, /* Server response is not complete */ cKrbNotLoggedIn = -1011, /* Returned by cKrbGetUserName if user is not logged in */ cKrbAppInBkgnd = -1008, /* driver won't put up password dialog when in background */ cKrbInvalidSession = -1007, /* invalid structure passed to KClient/KServer routine */ cKrbKerberosErrBlock = -20000 /* start of block of 256 kerberos error numbers */ }; #ifndef rez #if PRAGMA_ONCE #pragma once #endif /* PRAGMA_ONCE */ #include <Kerberos4/Kerberos4.h> #include <KClient/KClientTypes.h> #ifdef __cplusplus extern "C" { #endif typedef KClientSession KClientSessionInfo; enum { KClientLoggedIn, KClientNotLoggedIn }; OSErr KClientVersionCompat ( SInt16* outMajorVersion, SInt16* outMinorVersion, char* outVersionString); OSErr KClientNewSessionCompat ( KClientSessionInfo* inSession, UInt32 inLocalAddress, UInt16 inLocalPort, UInt32 inRemoteAddress, UInt16 inRemotePort); OSErr KClientDisposeSessionCompat ( KClientSessionInfo* inSession); OSErr KClientGetTicketForServiceCompat ( KClientSessionInfo* inSession, char* inService, void* inBuffer, UInt32* outBufferLength); OSErr KClientGetTicketForServiceWithChecksumCompat ( KClientSessionInfo* inSession, UInt32 inChecksum, char* inService, void* inBuffer, UInt32* outBufferLength); OSErr KClientLoginCompat ( KClientSessionInfo* inSession, KClientKey* outPrivateKey); OSErr KClientPasswordLoginCompat ( KClientSessionInfo* inSession, char* inPassword, KClientKey* outPrivateKey); OSErr KClientLogoutCompat (void); SInt16 KClientStatusCompat (void); OSErr KClientGetSessionKeyCompat ( KClientSessionInfo* inSession, KClientKey* outSessionKey); OSErr KClientEncryptCompat ( KClientSessionInfo* inSession, void* inPlainBuffer, UInt32 inPlainBufferLength, void* outEncryptedBuffer, UInt32* ioEncryptedBufferLength); OSErr KClientDecryptCompat ( KClientSessionInfo* inSession, void* inEncryptedBuffer, UInt32 inEncryptedBufferLength, UInt32* outPlainBufferOffset, UInt32* outPlainBufferLength); OSErr KClientProtectIntegrityCompat ( KClientSessionInfo* inSession, void* inPlainBuffer, UInt32 inPlainBufferLength, void* outProtectedBuffer, UInt32* ioProtectedBufferLength); OSErr KClientVerifyIntegrityCompat ( KClientSessionInfo* inSession, void* inProtectedBuffer, UInt32 inProtectedBufferLength, UInt32* outPlainBufferOffset, UInt32* outPlainBufferLength); OSErr KServerNewSessionCompat ( KClientSessionInfo* inSession, char* inService, UInt32 inLocalAddress, UInt16 inLocalPort, UInt32 inRemoteAddress, UInt16 inRemotePort); OSErr KServerVerifyTicketCompat ( KClientSessionInfo* inSession, void* inBuffer, char* inFilename); OSErr KServerGetReplyTicketCompat ( KClientSessionInfo* inSession, void* outBuffer, UInt32* ioBufferLength); OSErr KServerAddKeyCompat ( KClientSessionInfo* inSession, KClientKey* inPrivateKey, char* inService, SInt32 inVersion, char* inFilename); OSErr KServerGetKeyCompat ( KClientSessionInfo* inSession, KClientKey* outPrivateKey, char* inService, SInt32 inVersion, char* inFilename); OSErr KServerGetSessionTimeRemainingCompat ( KClientSessionInfo* inSession, SInt32* outSeconds); OSErr KClientGetSessionUserNameCompat ( KClientSessionInfo* inSession, char* outUserName, SInt16 inNameType); OSErr KClientMakeSendAuthCompat ( KClientSessionInfo* inSession, char* inService, void* outBuffer, UInt32* ioBufferLength, SInt32 inChecksum, char* inApplicationVersion); OSErr KClientVerifyReplyTicketCompat ( KClientSessionInfo* inSession, void* inBuffer, UInt32* ioBufferLength); OSErr KClientVerifyUnencryptedReplyTicketCompat ( KClientSessionInfo* inSession, void* inBuffer, UInt32* ioBufferLength); #ifdef __cplusplus } #endif #endif /* !rez */ #endif /* __KCLIE (…)
/macosx-10.9.5/MITKerberosShim-62.1/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.9.5/mDNSResponder-522.92.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.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClient/
H A DKClient.h182 /* * KClient 3.0 API declarations * See KClient30-API.html * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClient/KClient.h,v 1.4 2005/01/10 19:17:31 snsimon Exp $ */ #ifndef __KCLIENT__ #define __KCLIENT__ /* Constants */ enum { /* No error */ kcNoError = 0, /* General runtime errors */ kcErrNoMemory = 23000, kcErrBadParam, /* Various invalid structures */ kcErrInvalidSession = 23010, kcErrInvalidPrincipal, kcErrInvalidAddress, kcErrInvalidFile, /* Missing required settings in the session */ kcErrNoClientPrincipal = 23020, kcErrNoServerPrincipal, kcErrNoLocalAddress, kcErrNoRemoteAddress, kcErrNoSessionKey, kcErrNoServiceKey, kcErrNoChecksum, kcErrNotLoggedIn = 23030, kcErrUserCancelled, kcErrIncorrectPassword, kcErrBufferTooSmall = 23040, kcErrKeyFileAccess, kcErrFileNotFound, kcErrInvalidPreferences, kcErrChecksumMismatch, kcFirstKerberosError = 20000, kcLastKerberosError = kcFirstKerberosError + 256 }; #ifndef rez #include <KerberosSupport/KerberosSupport.h> #include <CredentialsCache/CredentialsCache.h> #include <KerberosProfile/KerberosProfile.h> #include <KerberosDES/KerberosDES.h> #include <KClient/KClientTypes.h> #if TARGET_API_MAC_OSX && TARGET_API_MAC_CARBON #include <CoreServices/CoreServices.h> #elif TARGET_API_MAC_OS8 || TARGET_API_MAC_CARBON #include <Files.h> #else #error "Unknown OS" #endif #ifdef __cplusplus extern "C" { #endif /* Functions */ OSStatus KClientGetVersion ( UInt16* outMajorVersion, UInt16* outMinorVersion, const char** outVersionString); /* Initialization / destruction */ OSStatus KClientNewClientSession ( KClientSession* outSession); OSStatus KClientNewServerSession ( KClientSession* inSession, KClientPrincipal inService); OSStatus KClientDisposeSession ( KClientSession inSession); /* Accessing session properties */ OSStatus KClientGetClientPrincipal ( KClientSession inSession, KClientPrincipal* outPrincipal); OSStatus KClientSetClientPrincipal ( KClientSession inSession, KClientPrincipal inPrincipal); OSStatus KClientGetServerPrincipal ( KClientSession inSession, KClientPrincipal* outPrincipal); OSStatus KClientSetServerPrincipal ( KClientSession inSession, KClientPrincipal inPrincipal); OSStatus KClientGetLocalAddress ( KClientSession inSession, KClientAddress* outLocalAddress); OSStatus KClientSetLocalAddress ( KClientSession inSession, const KClientAddress* inLocalAddress); OSStatus KClientGetRemoteAddress ( KClientSession inSession, KClientAddress* outRemoteAddress); OSStatus KClientSetRemoteAddress ( KClientSession inSession, const KClientAddress* inRemoteAddress); OSStatus KClientGetSessionKey ( KClientSession inSession, KClientKey* outKey); OSStatus KClientGetExpirationTime ( KClientSession inSession, UInt32* outExpiration); OSStatus KClientSetKeyFile ( KClientSession inSession, const KClientFile* inKeyFile); /* Logging in and out (client) */ OSStatus KClientLogin ( KClientSession inSession); OSStatus KClientPasswordLogin ( KClientSession inSession, const char* inPassword); OSStatus KClientKeyFileLogin ( KClientSession inSession); /*OSStatus KClientKeyLogin ( KClientSession inSession, const KClientKey* inKey);*/ OSStatus KClientLogout ( KClientSession inSession); /* Accessing service keys (server) */ OSStatus KClientGetServiceKey ( KClientSession inSession, UInt32 inVersion, KClientKey* outKey); OSStatus KClientAddServiceKey ( KClientSession inSession, UInt32 inVersion, const KClientKey* inKey); /* Authenticating to a service (client) */ OSStatus KClientGetTicketForService ( KClientSession inSession, UInt32 inChecksum, void* outBuffer, UInt32* ioBufferLength); OSStatus KClientGetAuthenticatorForService ( KClientSession inSession, UInt32 inChecksum, const char* inApplicationVersion, void* outBuffer, UInt32* ioBufferLength); OSStatus KClientVerifyEncryptedServiceReply ( KClientSession inSession, const void* inBuffer, UInt32 inBufferLength); OSStatus KClientVerifyProtectedServiceReply ( KClientSession inSession, const void* inBuffer, UInt32 inBufferLength); /* Authenticating a client (server) */ OSStatus KClientVerifyAuthenticator ( KClientSession inSession, const void* inBuffer, UInt32 inBufferLength); OSStatus KClientGetEncryptedServiceReply ( KClientSession inSes (…)
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
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);
586 void AppendBufferToQueue(ALuint inBufferToken, OALBuffer *inBuffer);
591 void PostRenderSetBuffer(ALuint inBufferToken, OALBuffer *inBuffer);
690 void SetBuffer (ALuint inBufferToken, OALBuffer *inBuffer);
692 void AddToQueue(ALuint inBufferToken, OALBuffer *inBuffer);
693 void AddToTempQueue(ALuint inBufferToken, OALBuffer *inBuffer);
705 void AddPlaybackMessage(UInt32 inMessage, OALBuffer* inBuffer, UInt32 inNumBuffers);
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.h57 OSStatus GetFrames(UInt32 inFrameCount, UInt8* inBuffer);
H A DoalBuffer.h203 void Add (const ALuint inBufferToken, OALBuffer **inBuffer) argument
206 insert(it, value_type (inBufferToken, *inBuffer));
H A DoalSource.cpp994 void OALSource::SetBuffer (ALuint inBufferToken, OALBuffer *inBuffer) argument
997 DebugMessageN3("OALSource::SetBuffer called - OALSource:inBufferToken:inBuffer = %ld:%ld:%p\n", (long int) mSelfToken, (long int) inBufferToken, inBuffer);
999 if (inBuffer == NULL)
1033 inBuffer->SetIsInPostRenderMessageQueue(true);
1034 AddPlaybackMessage(kMQ_SetBuffer, inBuffer, 0);
1046 AppendBufferToQueue(inBufferToken, inBuffer);
1119 void OALSource::AddToQueue(ALuint inBufferToken, OALBuffer *inBuffer) argument
1122 DebugMessageN3("OALSource::AddToQueue called - OALSource:inBufferToken:inBuffer = %ld:%ld:%p\n", (long int) mSelfToken, (long int) inBufferToken, inBuffer);
1140 AddToTempQueue(ALuint inBufferToken, OALBuffer *inBuffer) argument
1160 AppendBufferToQueue(ALuint inBufferToken, OALBuffer *inBuffer) argument
1461 PostRenderSetBuffer(ALuint inBufferToken, OALBuffer *inBuffer) argument
2410 AddPlaybackMessage(UInt32 inMessage, OALBuffer* inBuffer, UInt32 inNumBuffers) argument
4577 AppendBuffer(OALSource* thisSource, ALuint inBufferToken, OALBuffer *inBuffer, ALuint inACToken) argument
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/
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.9.5/cups-372.4/cups/cups/
H A Dsspi.c301 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ local
435 inBuffer.cBuffers = 2;
436 inBuffer.pBuffers = inBuffers;
437 inBuffer.ulVersion = SECBUFFER_VERSION;
456 0, SECURITY_NATIVE_DREP, &inBuffer, 0, NULL,
643 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ local
738 inBuffer.cBuffers = 2;
739 inBuffer.pBuffers = inBuffers;
740 inBuffer.ulVersion = SECBUFFER_VERSION;
751 &inBuffer, dwSSPIFlag
[all...]
/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Dfileio.c194 const void *inBuffer,
214 inBuffer, inBufferSize, NULL, NULL,
191 SMBTransactNamedPipe( SMBHANDLE inConnection, SMBFID hNamedPipe, const void *inBuffer, size_t inBufferSize, void * outBuffer, size_t outBufferSize, size_t * bytesRead) argument
H A Dsmbclient.h409 const void *inBuffer,
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosLogin/
H A DKerberosLogin.h340 /* * KerberosLogin.h * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosLogin/KerberosLogin.h,v 1.4 2005/01/10 19:17:29 snsimon Exp $ * */ /* * This file contains part of the login library API. See * <http://web.mit.edu/macdev/mit/lib/Login/doc/API.html> * for API documentation */ #ifndef __KERBEROSLOGIN__ #define __KERBEROSLOGIN__ /* * * Constants * */ /* Kerberos versions */ enum KLEKerberosVersion { kerberosVersion_Any = 0, kerberosVersion_V4 = 1, kerberosVersion_V5 = 2, kerberosVersion_All = 0xFFFFFFFF }; /* dialog identifier constants */ enum KLEDialogIdentifiers { loginLibrary_LoginDialog, loginLibrary_OptionsDialog, loginLibrary_ChangePasswordDialog, loginLibrary_ProgressDialog, loginLibrary_PrompterDialog }; /* Login dialog items */ enum KLELoginDialogItems { loginDialog_Username, loginDialog_Password, loginDialog_Realm, loginDialog_TicketLifetime, loginDialog_ForwardableTicket }; /* Password dialog items */ enum KLEChangePasswordDialogItems { changePasswordDialog_OldPassword, changePasswordDialog_NewPassword, changePasswordDialog_VerifyPassword }; /* Option identifier constants */ enum KLEDefaultLoginOptions { /* Dialog state options */ loginOption_LoginName = 'name', loginOption_LoginInstance = 'inst', loginOption_AdvancedLoginMode = 'adv ', loginOption_ShowTicketLifetime = 'life', loginOption_ShowForwardableTicket = 'forw', loginOption_ShowProxiableTicket = 'prox', /* Initial values and ranges */ loginOption_RememberPrincipal = 'prin', loginOption_RememberExtras = 'extr', loginOption_MinimalTicketLifetime = '-lif', loginOption_MaximalTicketLifetime = '+lif', loginOption_DefaultTicketLifetime = '0lif', loginOption_LongTicketLifetimeDisplay = 'hms ', loginOption_DefaultForwardableTicket = '0fwd', loginOption_DefaultProxiableTicket = '0prx' }; /* Login mode identifier constants (for loginOption_AdvancedLoginMode) */ enum KLELoginMode { loginMode_Basic = 1, loginMode_Advanced = 2 }; /* Realm list constants */ enum KLERealmListIndexes { realmList_Start = 0, realmList_End = 0xFFFF }; #define klFirstError 19276 #define klLastError 19876 /* Error codes */ enum KLEStatus { klNoErr = 0, /* parameter errors */ klParameterErr = 19276, klBadPrincipalErr, klBadPasswordErr, klBadLoginOptionsErr, klInvalidVersionErr, /* Runtime Login errors */ klUserCanceledErr = 19476, klMemFullErr, klPreferencesReadErr, klPreferencesWriteErr, klV5InitializationFailedErr, klPrincipalDoesNotExistErr, klSystemDefaultDoesNotExistErr, klCredentialsExpiredErr, klNoRealmsErr, klRealmDoesNotExistErr, klNoCredentialsErr, klCredentialsBadAddressErr, klCacheDoesNotExistErr, /* Get/SetKerberosOption errors */ klBufferTooSmallErr = 19376, klBufferTooLargeErr, klInvalidOptionErr, klBadOptionValueErr, /* Password changing errors */ klPasswordMismatchErr = 19576, klInsecurePasswordErr, klPasswordChangeFailedErr, /* Dialog errors */ klDialogDoesNotExistErr = 19676, klDialogAlreadyExistsErr, klNotInForegroundErr, klNoAppearanceErr, klFatalDialogErr, klCarbonUnavailableErr, /* Login IPC errors */ klCantContactServerErr = 19776 }; #ifndef rez /* This stuff will confuse rez */ #include <KerberosSupport/KerberosConditionalMacros.h> #if TARGET_API_MAC_OSX && TARGET_API_MAC_CARBON #include <Carbon/Carbon.h> #elif TARGET_API_MAC_OS8 || TARGET_API_MAC_CARBON #include <Dialogs.h> #include <Events.h> #include <MacTypes.h> #else #error "Unknown OS" #endif #if PRAGMA_ONCE #pragma once #endif #if PRAGMA_IMPORT #pragma import on #endif #ifdef __cplusplus extern "C" { #endif #if PRAGMA_STRUCT_ALIGN #pragma options align=mac68k #elif PRAGMA_STRUCT_PACKPUSH #pragma pack(push, 2) #elif PRAGMA_STRUCT_PACK #pragma pack(2) #endif /* * * Types * */ typedef OSStatus KLStatus; /* one of KLEStatus */ typedef UInt32 KLKerberosVersion; /* one of KLEKerberosVersion */ typedef UInt32 KLDefaultLoginOption; /* one of KLEDefaultLoginOptions */ typedef UInt32 KLLoginMode; /* one of KLELoginMode */ typedef UInt32 KLDialogIdentifier; /* one of KLEDialogIdentifiers */ typedef UInt32 KLIndex; /* index (used for the realm list) */ typedef UInt32 KLLifetime; /* Lifetime in seconds */ typedef UInt32 KLTime; /* Unix time (seconds since 1/1/1970 00:00:00 GMT) */ typedef UInt32 KLSize; /* size of a buffer (KLG/SetDefaultLoginOptions) or realm list (CountKerberosRealms) */ typedef UInt32 KLRefCon; /* application ref con */ typedef Boolean KLBoolean; /* true or false! */ typedef SInt16 KLSInt16; /* used for Darwin-compat for KLApplicationOptions */ /* Callback API for Kerberos Login event filter */ /* Must be the same as an Idle Library event filter */ /* Callback API for Event handler proc for idle loop */ typedef CALLBACK_API (Boolean, KLEventFilterProcPtr) (const EventRecord *theEvent, KLRefCon appData); /* Procinfo for Login Library event filter */ enum { uppKLEventFilterProcInfo = kPascalStackBased | RESULT_SIZE (sizeof (Boolean)) | STACK_ROUTINE_PARAMETER (1, SIZE_CODE (sizeof (const EventRecord *))) | STACK_ROUTINE_PARAMETER (2, SIZE_CODE (sizeof (KLRefCon))) }; #if !TARGET_API_MAC_CARBON /* UPP for Kerberos Login event filter */ typedef STACK_UPP_TYPE (KLEventFilterProcPtr) KLEventFilterUPP; #define NewKLEventFilterProc(userRoutine) \ (KLEventFilterUPP) NewRoutineDescriptor((ProcPtr)(userRoutine), uppKLEventFilterProcInfo, GetCurrentArchitecture()) /* How to call the event Handler UPPs */ #define CallKLEventFilterProc(userRoutine, theEvent, appData) \ ((Boolean)CALL_TWO_PARAMETER_UPP ((userRoutine), uppKLEventFilterProcInfo, theEvent, appData)) #else typedef KLEventFilterProcPtr KLEventFilterUPP; #define NewKLEventFilterProc(userRoutine) \ userRoutine #define CallKLEventFilterProc(userRoutine, theEvent, appData) \ ((userRoutine) (theEvent, appData)) #endif /* Application options */ typedef struct { KLEventFilterUPP eventFilter; KLRefCon eventFilterAppData; KLSInt16 realmsPopupMenuID; KLSInt16 loginModeMenuID; } KLApplicationOptions; /* Principal information */ struct OpaqueKLPrincipal; typedef struct OpaqueKLPrincipal * KLPrincipal; /* Login Options */ struct OpaqueKLLoginOptions; typedef struct OpaqueKLLoginOptions * KLLoginOptions; /* * * Functions * */ /* Kerberos Login high-level API */ KLStatus KLAcquireTickets ( KLPrincipal inPrincipal, KLPrincipal *outPrincipal, char **outCredCacheName); KLStatus KLAcquireNewTickets ( KLPrincipal inPrincipal, KLPrincipal *outPrincipal, char **outCredCacheName); KLStatus KLDestroyTickets (KLPrincipal inPrincipal); KLStatus KLChangePassword (KLPrincipal inPrincipal); /* Kerberos Login dialog low level functions */ KLStatus KLAcquireTicketsWithPassword ( KLPrincipal inPrincipal, KLLoginOptions inLoginOptions, const char *inPassword, char **outCredCacheName); KLStatus KLAcquireNewTicketsWithPassword ( KLPrincipal inPrincipal, KLLoginOptions inLoginOptions, const char *inPassword, char **outCredCacheName); KLStatus KLLastChangedTime (KLTime *outLastChangedTime); KLStatus KLCacheHasValidTickets ( KLPrincipal inPrincipal, KLKerberosVersion inKerberosVersion, KLBoolean *outFoundValidTickets, KLPrincipal *outPrincipal, char **outCredCacheName); KLStatus KLTicketStartTime ( KLPrincipal inPrincipal, KLKerberosVersion inKerberosVersion, KLTime *outStartTime); KLStatus KLTicketExpirationTime ( KLPrincipal inPrincipal, KLKerberosVersion inKerberosVersion, KLTime *outExpirationTime); KLStatus KLSetSystemDefaultCache (KLPrincipal inPrincipal); KLStatus KLHandleError ( KLStatus inError, KLDialogIdentifier inDialogIdentifier, Boolean inShowAlert); KLStatus KLGetErrorString ( KLStatus inError, char **outErrorString); KLStatus KLCancelAllDialogs (void); /* Kerberos change password dialog low level functions */ KLStatus KLChangePasswordWithPasswords ( KLPrincipal inPrincipal, const char *inOldPassword, const char *inNewPassword); /* Application Configuration functions */ KLStatus KLSetApplicationOptions (const KLApplicationOptions *inAppOptions); KLStatus KLGetApplicationOptions (KLApplicationOptions *outAppOptions); /* Library configuration functions */ KLStatus KLGetDefaultLoginOption ( const KLDefaultLoginOption inOption, void *ioBuffer, KLSize *ioBufferSize); KLStatus KLSetDefaultLoginOption ( const KLDefaultLoginOption inOption, const void *inBuffer, const KLSize inBufferSize); /* Realm configuration functions */ KLStatus KLFindKerberosRe (…)

Completed in 187 milliseconds

12