Searched refs:outBuffer (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DrijndaelApi.h69 word8 *outBuffer);
73 word8 *outBuffer);
82 word8 *outBuffer);
86 word8 *outBuffer);
96 word8 *outBuffer);
100 word8 *outBuffer);
111 word8 *outBuffer);
H A DrijndaelApi.c122 word8 *outBuffer)
138 vBlockEncrypt128(key, input, outBuffer);
152 outBuffer[4*j+t] = (word8) localBlock[t][j];
161 word8 *outBuffer)
177 vBlockDecrypt128(key, input, outBuffer);
191 outBuffer[4*j+t] = (word8) localBlock[t][j];
204 word8 *outBuffer)
229 *outBuffer++ = *row0++;
230 *outBuffer++ = *row1++;
231 *outBuffer
119 rijndaelBlockEncrypt( keyInstance *key, word8 *input, word8 *outBuffer) argument
158 rijndaelBlockDecrypt( keyInstance *key, word8 *input, word8 *outBuffer) argument
201 rijndaelBlockEncrypt128( keyInstance *key, word8 *input, word8 *outBuffer) argument
238 rijndaelBlockDecrypt128( keyInstance *key, word8 *input, word8 *outBuffer) argument
[all...]
H A DvRijndael-alg-ref.c443 void vBlockEncrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffer)
480 if ( (long) outBuffer & 0x0fL )
483 mask = vec_lvsr( 0, outBuffer );
487 v3 = vec_ld( 0, (vector unsigned char *) outBuffer );
489 vec_st( v4, 0, (vector unsigned char *) outBuffer );
491 vec_st( v1, 16, (vector unsigned char *) outBuffer );
492 v3 = vec_ld( 32, (vector unsigned char *) outBuffer );
494 vec_st( v2, 32, (vector unsigned char *) outBuffer );
497 vec_st( v3, 0, (vector unsigned char *) outBuffer );
498 vec_st( v4, 16, (vector unsigned char *) outBuffer );
575 vBlockEncrypt128( keyInstance *key, BYTE *input, BYTE *outBuffer) argument
630 vBlockDecrypt128( keyInstance *key, BYTE *input, BYTE *outBuffer) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.c117 __db_blockEncrypt(cipher, key, input, inputLen, outBuffer)
122 u_int8_t *outBuffer;
142 __db_rijndaelEncrypt(key->rk, key->Nr, input, outBuffer);
144 outBuffer += 16;
156 __db_rijndaelEncrypt(key->rk, key->Nr, block, outBuffer);
157 iv = outBuffer;
159 outBuffer += 16;
166 memcpy(outBuffer, input, 16);
169 outBuffer[k >> 3] ^= (block[0] & (u_int)0x80) >> (k & 7);
173 iv[15] = (iv[15] << 1) | ((outBuffer[
[all...]
/macosx-10.9.5/bless-98/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForDevice.c69 UInt8 *outBuffer; local
113 outBuffer = calloc(count+1, sizeof(char)); // terminate
115 memcpy(outBuffer, xmlBuffer, count);
118 *xmlString = CFStringCreateWithCString(kCFAllocatorDefault, (const char *)outBuffer, kCFStringEncodingUTF8);
120 free(outBuffer);
H A DBLCreateEFIXMLRepresentationForElToritoEntry.c165 UInt8 * outBuffer = NULL; local
211 outBuffer = calloc (count+1, sizeof(char)); // allocate one more byte for termination, also zero all bytes
212 memcpy (outBuffer, xmlBuffer, count);
214 contextprintf (inContext, kBLLogLevelVerbose, "array in XML form:\n\"\n%s\n\"\n", outBuffer);
217 *outXMLString = CFStringCreateWithCString(kCFAllocatorDefault, (const char *)outBuffer, kCFStringEncodingUTF8);
220 free(outBuffer);
H A DBLCreateEFIXMLRepresentationForNetworkPath.c66 UInt8 *outBuffer; local
184 outBuffer = calloc(count+1, sizeof(char)); // terminate
186 memcpy(outBuffer, xmlBuffer, count);
189 *xmlString = CFStringCreateWithCString(kCFAllocatorDefault, (const char *)outBuffer, kCFStringEncodingUTF8);
191 free(outBuffer);
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c83 UInt8 *outBuffer; local
205 outBuffer = calloc(count+1, sizeof(char)); // terminate
207 memcpy(outBuffer, xmlBuffer, count);
210 *xmlString = CFStringCreateWithCString(kCFAllocatorDefault, (const char *)outBuffer, kCFStringEncodingUTF8);
212 free(outBuffer);
H A DBLCreateEFIXMLRepresentationForPath.c76 UInt8 *outBuffer; local
179 outBuffer = calloc(count+1, sizeof(char)); // terminate
181 memcpy(outBuffer, xmlBuffer, count);
184 *xmlString = CFStringCreateWithCString(kCFAllocatorDefault, (const char *)outBuffer, kCFStringEncodingUTF8);
186 free(outBuffer);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientDeprecated/
H A DKClientDeprecated.h143 /* * KClient 1.9 deprecated API * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientDeprecated/KClientDeprecated.h,v 1.4 2005/01/10 19:17:30 snsimon Exp $ */ #ifndef __KCLIENTDEPRECATED__ #define __KCLIENTDEPRECATED__ #if PRAGMA_ONCE #pragma once #endif /* PRAGMA_ONCE */ #include <KerberosSupport/KerberosSupport.h> #include <Kerberos4/Kerberos4.h> #include <KClient/KClientTypes.h> #ifdef __cplusplus extern "C" { #endif /* * Important! * * The following functions are deprecated. They will be removed from the library * and the header files in the future. See documentation for moving to KClient * 3.0 API to see how you can update your code. */ OSStatus KClientCacheInitialTicketDeprecated ( KClientSession* inSession, char* inService); OSStatus KClientGetLocalRealmDeprecated ( char* outRealm); OSStatus KClientSetLocalRealmDeprecated ( const char* inRealm); OSStatus KClientGetRealmDeprecated ( const char* inHost, char* outRealm); OSStatus KClientAddRealmMapDeprecated ( char* inHost, char* inRealm); OSStatus KClientDeleteRealmMapDeprecated ( char* inHost); OSStatus KClientGetNthRealmMapDeprecated ( SInt32 inIndex, char* outHost, char* outRealm); OSStatus KClientGetNthServerDeprecated ( SInt32 inIndex, char* outHost, char* inRealm, Boolean inAdmin); OSStatus KClientAddServerMapDeprecated ( char* inHost, char* inRealm, Boolean inAdmin); OSStatus KClientDeleteServerMapDeprecated ( char* inHost, char* inRealm); OSStatus KClientGetNthServerMapDeprecated ( SInt32 inIndex, char* outHost, char* outRealm, Boolean* outAdmin); OSStatus KClientGetNthServerPortDeprecated ( SInt32 inIndex, UInt16* outPort); OSStatus KClientSetNthServerPortDeprecated ( SInt32 inIndex, UInt16 inPort); OSStatus KClientGetNumSessionsDeprecated ( SInt32* outSessions); OSStatus KClientGetNthSessionDeprecated ( SInt32 inIndex, char* outName, char* outInstance, char* outRealm); OSStatus KClientDeleteSessionDeprecated ( char* inName, char* inInstance, char* inRealm); OSStatus KClientGetCredentialsDeprecated ( char* inName, char* inInstance, char* inRealm, CREDENTIALS* outCred); OSStatus KClientAddCredentialsDeprecated ( char* inName, char* inInstance, char* inRealm, CREDENTIALS* inCred); OSStatus KClientDeleteCredentialsDeprecated ( char* inName, char* inInstance, char* inRealm, char* inSname, char* inSinstance, char* inSrealm); OSStatus KClientGetNumCredentialsDeprecated ( SInt32* outNumCredentials, char* inName, char* inInstance, char* inRealm); OSStatus KClientGetNthCredentialDeprecated ( SInt32 inIndex, char* inName, char* inInstance, char* inRealm, char* inSname, char* inSinstance, char* inSrealm); OSStatus KClientGetUserNameDeprecated ( char* outUserName); void KClientGetErrorTextDeprecated ( OSErr inError, char* outBuffer); /* * Warning! * * The following are K5Client calls. Not only are they deprecated, but they should * never have existed in the first place. They are here so that KClient can swallow * K5Client (Yummmmmm) */ OSStatus K5ClientGetTicketForServiceDeprecated ( char* inService, void* outBuffer, UInt32* outBufferLength); OSStatus K5ClientGetAuthenticatorForServiceDeprecated ( char* inService, char* inApplicationVersion, void* outBuffer, UInt32* outBufferLength); #ifdef __cplusplus } #endif #endif /* __KCLIENTDEPRECATED__ *
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClient/
H A DKClient.h170 /* * 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 inSession, void* outBuffer, UInt32* ioBufferSize); OSStatus KClientGetProtectedServiceReply ( KClientSession inSession, void* outBuffer, UInt32* ioBufferSize); /* Communicating between a server and a client */ OSStatus KClient (…)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KClientCompat/
H A DKClientCompat.h137 /* * 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 (…)
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A Dtls_hmac.c112 SSLBuffer outBuffer = { digest->digestSize, tmpkey }; local
114 digest->final(&href->innerHashCtx, &outBuffer);
115 key = outBuffer.data;
116 keyLen = outBuffer.length;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A Dtls_hmac.c112 SSLBuffer outBuffer = { digest->digestSize, tmpkey }; local
114 digest->final(&href->innerHashCtx, &outBuffer);
115 key = outBuffer.data;
116 keyLen = outBuffer.length;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A Dtls_hmac.c112 SSLBuffer outBuffer = { digest->digestSize, tmpkey }; local
114 digest->final(&href->innerHashCtx, &outBuffer);
115 key = outBuffer.data;
116 keyLen = outBuffer.length;
/macosx-10.9.5/MITKerberosShim-62.1/
H A DKrb4DeprecatedAPIs.c643 void KClientGetErrorTextDeprecated (OSErr inError, char *outBuffer) argument
646 memcpy(outBuffer, p, strlen(p) + 1); /* avoid strcpy warning, api is broken */
649 OSStatus K5ClientGetTicketForServiceDeprecated (char *inService, void *outBuffer, UInt32 *outBufferLength) argument
655 void *outBuffer, UInt32 *outBufferLength)
774 OSErr KServerGetReplyTicketCompat (KClientSessionInfo *inSession, void *outBuffer, UInt32 *ioBufferLength) argument
807 void *outBuffer, UInt32 *ioBufferLength,
937 void*outBuffer, UInt32*ioBufferLength)
944 void *outBuffer, UInt32 *ioBufferLength)
964 OSStatus KClientGetEncryptedServiceReply (KClientSession inSession, void *outBuffer, UInt32 *ioBufferSize) argument
969 OSStatus KClientGetProtectedServiceReply (KClientSession inSession, void * outBuffer, UInt3 argument
654 K5ClientGetAuthenticatorForServiceDeprecated(char *inService, char *inApplicationVersion, void *outBuffer, UInt32 *outBufferLength) argument
806 KClientMakeSendAuthCompat(KClientSessionInfo *inSession, char *inService, void *outBuffer, UInt32 *ioBufferLength, SInt32 inChecksum, char *inApplicationVersion) argument
942 KClientGetAuthenticatorForService(KClientSession inSession, UInt32 inChecksum, const char *inApplicationVersion, void *outBuffer, UInt32 *ioBufferLength) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsspi.c303 SecBufferDesc outBuffer; /* Array of SecBuffer structs */ local
323 outBuffer.cBuffers = 1;
324 outBuffer.pBuffers = outBuffers;
325 outBuffer.ulVersion = SECBUFFER_VERSION;
329 &outBuffer, &dwSSPIOutFlags, &tsExpiry);
448 outBuffer.cBuffers = 1;
449 outBuffer.pBuffers = outBuffers;
450 outBuffer.ulVersion = SECBUFFER_VERSION;
457 &outBuffer, &dwSSPIOutFlags, &tsExpiry);
645 SecBufferDesc outBuffer; /* Arra local
[all...]
/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Dfileio.c196 void * outBuffer,
215 outBuffer, &outBufferSize);
191 SMBTransactNamedPipe( SMBHANDLE inConnection, SMBFID hNamedPipe, const void *inBuffer, size_t inBufferSize, void * outBuffer, size_t outBufferSize, size_t * bytesRead) argument
H A Dsmbclient.h411 void *outBuffer,
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreNSURLExtras.mm797 Vector<UChar, 2048> outBuffer;
812 outBuffer.append('%');
813 outBuffer.append(hexDigit(utf8Buffer[j] >> 4));
814 outBuffer.append(hexDigit(utf8Buffer[j] & 0xf));
823 outBuffer.append(utf16Buffer[j]);
827 return CFStringCreateWithCharacters(NULL, outBuffer.data(), outBuffer.size());
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLibPrivate.c218 vm_address_t outBuffer = 0; local
228 &outBuffer, (mach_msg_type_number_t *) &outSize, &history_return))
233 serializedData = CFDataCreate(0, (const UInt8 *)outBuffer, outSize);
242 vm_deallocate(mach_task_self(), outBuffer, outSize); local
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/SystemService/
H A DService.c1410 int outBuffer; local
1455 outBuffer = 0;
1456 err = WSAIoctl( sock, SIO_ADDRESS_LIST_CHANGE, &inBuffer, 0, &outBuffer, 0, &outSize, NULL, NULL );
1788 int outBuffer; local
1812 outBuffer = 0;
1813 err = WSAIoctl( gInterfaceListChangedSocket, SIO_ADDRESS_LIST_CHANGE, &inBuffer, 0, &outBuffer, 0, &outSize, NULL, NULL );
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_parse.c44 static int from_base64(const char *base64str, unsigned char *outBuffer, size_t *lengthptr);
123 /* The from_base64 function decodes a base64 encoded c-string into outBuffer.
124 * The outBuffer's size is *lengthptr. The actual number of bytes decoded into
125 * outBuffer is also returned in *lengthptr. If outBuffer is large enough to
127 * returns 0; otherwise -1 is returned. Note that outBuffer is just an array of
130 static int from_base64(const char *base64str, unsigned char *outBuffer, size_t *lengthptr) argument
184 /* Make sure outBuffer is big enough */
187 /* outBuffer is too small */
199 eightBitByte = outBuffer;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSound.h289 char *inBuffer, float *outBuffer, int length);
531 float *inBuffer, float *outBuffer,
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DDebugServices.c2034 char * outBuffer,
2060 dst = outBuffer;
2121 if( outBuffer )
2267 if( outBuffer )
2373 // Note: The "dst - outBuffer" size calculation works even if "outBuffer" is NULL because it's all relative.
2375 return( (size_t)( dst - outBuffer ) );
2022 DebugHexDump( DebugLevel inLevel, int inIndent, const char * inLabel, size_t inLabelSize, int inLabelMinWidth, const char * inType, size_t inTypeSize, const void * inDataStart, const void * inData, size_t inDataSize, DebugFlags inFlags, char * outBuffer, size_t inBufferSize ) argument

Completed in 239 milliseconds

12