Searched refs:pError (Results 1 – 4 of 4) sorted by relevance
812 Expr *pError /* Associate error with this expression */ in notValidImpl() argument824 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError); in notValidImpl()1408 Expr *pError /* Associate the error with the expression */ in resolveOutOfRangeError() argument1413 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError); in resolveOutOfRangeError()
3378 Tcl_Obj *pError = Tcl_DuplicateObj(Tcl_GetObjResult(interp)); in DbObjCmd() local3379 Tcl_IncrRefCount(pError); in DbObjCmd()3381 Tcl_DecrRefCount(pError); in DbObjCmd()3384 Tcl_SetObjResult(interp, pError); in DbObjCmd()3385 Tcl_DecrRefCount(pError); in DbObjCmd()
7136 static int proxyGetHostID(unsigned char *pHostID, int *pError){ in proxyGetHostID() argument7144 if( pError ){ in proxyGetHostID()7145 *pError = err; in proxyGetHostID()7151 UNUSED_PARAMETER(pError); in proxyGetHostID()7322 int pError = 0; in proxyTakeConch() local7337 rc = proxyGetHostID(myHostID, &pError); in proxyTakeConch()7339 storeLastErrno(pFile, pError); in proxyTakeConch()
2155 static int winRetryIoerr(int *pnRetry, DWORD *pError){ in winRetryIoerr() argument2158 if( pError ){ in winRetryIoerr()2159 *pError = e; in winRetryIoerr()2175 if( pError ){ in winRetryIoerr()2176 *pError = e; in winRetryIoerr()