Home
last modified time | relevance | path

Searched refs:pError (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c812 Expr *pError /* Associate error with this expression */ in notValidImpl() argument
824 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError); in notValidImpl()
1408 Expr *pError /* Associate the error with the expression */ in resolveOutOfRangeError() argument
1413 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError); in resolveOutOfRangeError()
H A Dtclsqlite.c3378 Tcl_Obj *pError = Tcl_DuplicateObj(Tcl_GetObjResult(interp)); in DbObjCmd() local
3379 Tcl_IncrRefCount(pError); in DbObjCmd()
3381 Tcl_DecrRefCount(pError); in DbObjCmd()
3384 Tcl_SetObjResult(interp, pError); in DbObjCmd()
3385 Tcl_DecrRefCount(pError); in DbObjCmd()
H A Dos_unix.c7136 static int proxyGetHostID(unsigned char *pHostID, int *pError){ in proxyGetHostID() argument
7144 if( pError ){ in proxyGetHostID()
7145 *pError = err; in proxyGetHostID()
7151 UNUSED_PARAMETER(pError); in proxyGetHostID()
7322 int pError = 0; in proxyTakeConch() local
7337 rc = proxyGetHostID(myHostID, &pError); in proxyTakeConch()
7339 storeLastErrno(pFile, pError); in proxyTakeConch()
H A Dos_win.c2155 static int winRetryIoerr(int *pnRetry, DWORD *pError){ in winRetryIoerr() argument
2158 if( pError ){ in winRetryIoerr()
2159 *pError = e; in winRetryIoerr()
2175 if( pError ){ in winRetryIoerr()
2176 *pError = e; in winRetryIoerr()