Lines Matching defs:isError
22784 int isError; /* Error code returned by the function. */
23582 char isError; /* An overflow has occurred */
23745 p->isError = 1;
24114 p->isError = 0;
24469 if( p->isError || !validJulianDay(p->iJD) ) return 1;
81024 return ctx.isError;
81050 return ctx.isError;
82060 if( ctx.isError ){
82061 rc = ctx.isError;
82919 pCtx->isError = 0;
88312 pCtx->isError = SQLITE_ERROR;
88318 pCtx->isError = SQLITE_ERROR;
88433 pCtx->isError = errCode ? errCode : -1;
88446 pCtx->isError = SQLITE_TOOBIG;
88455 pCtx->isError = SQLITE_NOMEM_BKPT;
88972 if( pCtx->isError==0 ) pCtx->isError = -1;
97867 pCtx->isError = 0;
97918 assert( pCtx->isError==0 );
97927 if( pCtx->isError ){
97928 if( pCtx->isError>0 ){
97930 rc = pCtx->isError;
97940 pCtx->isError = 0;
98529 if( sContext.isError>0 ){
98531 rc = sContext.isError;
98816 assert( pCtx->isError==0 );
98820 if( pCtx->isError ){
98821 if( pCtx->isError>0 ){
98823 rc = pCtx->isError;
98826 pCtx->isError = 0;
124757 assert( context->isError<=0 );
124758 context->isError = -1;
208042 int isError = 0;
208044 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
208045 if( isError ){