Searched refs:inBuff (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Di386-4.C7 void ConvertFloatSSE (void *inBuff, void *outBuff, int len) argument
9 unsigned char *inByteBuffer = reinterpret_cast < unsigned char *>(inBuff);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.h65 int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength);
H A DMacSocket.cpp1290 int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength) argument
1297 SetErrorMessageAndBailIfNil(inBuff,"MacSocket_send: Bad parameter, inBuff = nil");
1333 theOTResult = ::OTSnd(theSocketStruct->mEndPointRef,(void *) ((unsigned long) inBuff + bytesSent),inBuffLength - bytesSent,0);

Completed in 57 milliseconds