/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/ |
H A D | ipcLockProtocol.cpp | 63 IPC_FlattenLockMsg(const ipcLockMsg *msg, PRUint32 *bufLen) argument 76 *bufLen = len; 81 IPC_UnflattenLockMsg(const PRUint8 *buf, PRUint32 bufLen, ipcLockMsg *msg) argument 83 PR_ASSERT(bufLen > 2); // malformed buffer otherwise
|
H A D | ipcLockService.cpp | 87 PRUint32 bufLen; local 88 nsAutoPtr<PRUint8> buf( IPC_FlattenLockMsg(&msg, &bufLen) ); 103 nsresult rv = IPC_SendMessage(0, kLockTargetID, buf, bufLen); 130 PRUint32 bufLen; local 131 PRUint8 *buf = IPC_FlattenLockMsg(&msg, &bufLen); 135 nsresult rv = IPC_SendMessage(0, kLockTargetID, buf, bufLen);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcConfig.cpp | 68 void IPC_GetDefaultSocketPath(char *buf, PRUint32 bufLen) argument 73 PL_strncpyz(buf, kDefaultSocketPrefix, bufLen); 75 bufLen -= (sizeof(kDefaultSocketPrefix) - 1); 95 PL_strncpyz(buf, logName, bufLen); 98 bufLen -= len; 101 PL_strncpyz(buf, kDefaultSocketSuffix, bufLen);
|
H A D | ipcLog.cpp | 72 WritePrefix(char *buf, PRUint32 bufLen) argument 74 return PR_snprintf(buf, bufLen, "[%u:%p] %s ", 88 WritePrefix(char *buf, PRUint32 bufLen) argument 90 return PR_snprintf(buf, bufLen, "[%u:%p] %s ",
|
H A D | ipcMessage.cpp | 165 PRUint32 bufLen, 179 if (count > bufLen) 180 count = bufLen; 193 PRUint32 bufLen, 208 if (mMsgOffset + bufLen < sizeof(PRUint32)) { 210 memcpy((char *) mMsgHdr + mMsgOffset, buf, bufLen); 211 mMsgOffset += bufLen; 212 *bytesRead = bufLen; 222 bufLen -= count; 237 if (bufLen < sizeo 164 WriteTo(char *buf, PRUint32 bufLen, PRUint32 *bytesWritten, PRBool *complete) argument 192 ReadFrom(const char *buf, PRUint32 bufLen, PRUint32 *bytesRead, PRBool *complete) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | randm.c | 117 void avGenRand(char *buf, u32_t bufLen) argument 123 while (bufLen > 0) { 124 n = LWIP_MIN(bufLen, RANDPOOLSZ); 132 bufLen -= n;
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | randm.c | 123 avGenRand(char *buf, u32_t bufLen) argument 129 while (bufLen > 0) { 130 n = LWIP_MIN(bufLen, RANDPOOLSZ); 138 bufLen -= n;
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcClient.cpp | 211 PRInt32 bufLen = (PRInt32) mOutMsgQ.First()->MsgLen(); local 215 bufLen -= mSendOffset; 218 PRInt32 nw = PR_Write(fd, buf, bufLen); 224 if (nw == bufLen) {
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/ |
H A D | ipcLockModule.cpp | 57 PRUint32 bufLen; local 58 PRUint8 *buf = IPC_FlattenLockMsg(&msg, &bufLen); 61 IPC_SendMsg(cid, kLockTargetID, buf, bufLen);
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestPipes.cpp | 61 WriteAll(nsIOutputStream *os, const char *buf, PRUint32 bufLen, PRUint32 *lenWritten) argument 65 while (bufLen) { 67 nsresult rv = os->Write(p, bufLen, &n); 70 bufLen -= n;
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsPipe3.cpp | 802 nsPipeInputStream::Read(char* toBuf, PRUint32 bufLen, PRUint32 *readCount) argument 804 return ReadSegments(nsWriteToRawBuffer, toBuf, bufLen, readCount); 1139 PRUint32 bufLen, 1142 return WriteSegments(nsReadFromRawBuffer, (void*)fromBuf, bufLen, writeCount); 1138 Write(const char* fromBuf, PRUint32 bufLen, PRUint32 *writeCount) argument
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |