Lines Matching refs:pError
46154 static int proxyGetHostID(unsigned char *pHostID, int *pError){
46162 if( pError ){
46163 *pError = err;
46169 UNUSED_PARAMETER(pError);
46340 int pError = 0;
46355 rc = proxyGetHostID(myHostID, &pError);
46357 storeLastErrno(pFile, pError);
49406 static int winRetryIoerr(int *pnRetry, DWORD *pError){
49409 if( pError ){
49410 *pError = e;
49426 if( pError ){
49427 *pError = e;
108943 Expr *pError /* Associate error with this expression */
108955 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError);
109594 Expr *pError /* Associate the error with the expression */
109599 sqlite3RecordErrorOffsetOfExpr(pParse->db, pError);