Searched defs:opLen (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ |
H A D | ipcDConnectService.h | 78 , opLen(aOpLen) 87 const PRUint32 opLen; member in struct:DConnectRequest 279 NS_HIDDEN_(void) OnIncomingRequest(PRUint32 peer, const struct DConnectOp *op, PRUint32 opLen); 281 NS_HIDDEN_(void) OnSetup(PRUint32 peer, const struct DConnectSetup *, PRUint32 opLen); 283 NS_HIDDEN_(void) OnInvoke(PRUint32 peer, const struct DConnectInvoke *, PRUint32 opLen);
|
H A D | ipcDConnectService.cpp | 1456 virtual void OnResponseAvailable(PRUint32 sender, const DConnectOp *op, PRUint32 opLen) = 0; 1481 void OnResponseAvailable(PRUint32 sender, const DConnectOp *op, PRUint32 opLen) argument 1483 mReply = (DConnectInvokeReply *) malloc(opLen); 1484 memcpy(mReply, op, opLen); 1487 mParamsLen = opLen - sizeof(*mReply); 2758 void OnResponseAvailable(PRUint32 sender, const DConnectOp *op, PRUint32 opLen) argument 2767 if (opLen < sizeof(DConnectSetupReply)) 2797 const PRUint32 paramsLen = opLen - sizeof (DConnectSetupReply); 2979 mDConnect->OnIncomingRequest(request->peer, request->op, request->opLen); 3695 ipcDConnectService::OnIncomingRequest(PRUint32 peer, const DConnectOp *op, PRUint32 opLen) argument 3714 OnSetup(PRUint32 peer, const DConnectSetup *setup, PRUint32 opLen) argument 3957 OnInvoke(PRUint32 peer, const DConnectInvoke *invoke, PRUint32 opLen) argument [all...] |
Completed in 65 milliseconds