Lines Matching refs:pError
45675 static int proxyGetHostID(unsigned char *pHostID, int *pError){
45683 if( pError ){
45684 *pError = err;
45690 UNUSED_PARAMETER(pError);
45861 int pError = 0;
45876 rc = proxyGetHostID(myHostID, &pError);
45878 storeLastErrno(pFile, pError);
48806 static int winRetryIoerr(int *pnRetry, DWORD *pError){
48809 if( pError ){
48810 *pError = e;
48826 if( pError ){
48827 *pError = e;
107641 Expr *pError /* Associate error with this expression */
107653 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError);
108272 Expr *pError /* Associate the error with the expression */
108277 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError);