Searched refs:pError (Results 1 – 4 of 4) sorted by relevance
152 ocsdError::ocsdError(const ocsdError *pError) : in ocsdError() argument153 m_error_code(pError->getErrorCode()), in ocsdError()154 m_sev(pError->getErrorSeverity()), in ocsdError()155 m_idx(pError->getErrorIndex()), in ocsdError()156 m_chan_ID(pError->getErrorChanID()) in ocsdError()158 setMessage(pError->getMessage()); in ocsdError()
67 ocsdError(const ocsdError *pError); /**< Copy constructor */
3460 Tcl_Obj *pError = Tcl_DuplicateObj(Tcl_GetObjResult(interp)); in DbObjCmd() local3461 Tcl_IncrRefCount(pError); in DbObjCmd()3463 Tcl_DecrRefCount(pError); in DbObjCmd()3466 Tcl_SetObjResult(interp, pError); in DbObjCmd()3467 Tcl_DecrRefCount(pError); in DbObjCmd()
46154 static int proxyGetHostID(unsigned char *pHostID, int *pError){ in proxyGetHostID() argument46162 if( pError ){ in proxyGetHostID()46163 *pError = err; in proxyGetHostID()46169 UNUSED_PARAMETER(pError); in proxyGetHostID()46340 int pError = 0; in proxyTakeConch() local46355 rc = proxyGetHostID(myHostID, &pError); in proxyTakeConch()46357 storeLastErrno(pFile, pError); in proxyTakeConch()49406 static int winRetryIoerr(int *pnRetry, DWORD *pError){ in winRetryIoerr() argument49409 if( pError ){ in winRetryIoerr()49410 *pError = e; in winRetryIoerr()[all …]