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 */
3908 Tcl_Obj *pError = Tcl_DuplicateObj(Tcl_GetObjResult(interp)); in DbObjCmd() local3909 Tcl_IncrRefCount(pError); in DbObjCmd()3911 Tcl_DecrRefCount(pError); in DbObjCmd()3914 Tcl_SetObjResult(interp, pError); in DbObjCmd()3915 Tcl_DecrRefCount(pError); in DbObjCmd()
47777 static int proxyGetHostID(unsigned char *pHostID, int *pError){ in proxyGetHostID() argument47785 if( pError ){ in proxyGetHostID()47786 *pError = err; in proxyGetHostID()47792 UNUSED_PARAMETER(pError); in proxyGetHostID()47963 int pError = 0; in proxyTakeConch() local47978 rc = proxyGetHostID(myHostID, &pError); in proxyTakeConch()47980 storeLastErrno(pFile, pError); in proxyTakeConch()50874 static int winRetryIoerr(int *pnRetry, DWORD *pError){ in winRetryIoerr() argument50877 if( pError ){ in winRetryIoerr()50878 *pError = e; in winRetryIoerr()[all …]