Lines Matching refs:isError
20987 int isError; /* Error code returned by the function. */ member
21736 char isError; /* An overflow has occurred */ member
21899 p->isError = 1; in datetimeError()
22259 y.isError = 0; in localtimeOffset()
22558 if( p->isError || !validJulianDay(p->iJD) ) return 1; in isDate()
76085 return ctx.isError;
76109 return ctx.isError;
77064 if( ctx.isError ){
77065 rc = ctx.isError;
77911 pCtx->isError = 0;
83205 pCtx->isError = SQLITE_ERROR;
83211 pCtx->isError = SQLITE_ERROR;
83317 pCtx->isError = errCode ? errCode : -1;
83330 pCtx->isError = SQLITE_TOOBIG;
83339 pCtx->isError = SQLITE_NOMEM_BKPT;
83741 if( pCtx->isError==0 ) pCtx->isError = -1;
91881 pCtx->isError = 0;
91930 assert( pCtx->isError==0 );
91939 if( pCtx->isError ){
91940 if( pCtx->isError>0 ){
91942 rc = pCtx->isError;
91952 pCtx->isError = 0;
92513 if( sContext.isError>0 ){
92515 rc = sContext.isError;
92802 assert( pCtx->isError==0 );
92806 if( pCtx->isError ){
92807 if( pCtx->isError>0 ){
92809 rc = pCtx->isError;
92812 pCtx->isError = 0;
116688 assert( context->isError<=0 );
116689 context->isError = -1;
194221 int isError = 0;
194223 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
194224 if( isError ){