Lines Matching defs:isError
23406 int isError; /* Error code returned by the function. */
24210 char isError; /* An overflow has occurred */
24374 p->isError = 1;
24745 p->isError = 0;
25176 if( p->isError || !validJulianDay(p->iJD) ) return 1;
82856 return ctx.isError;
82882 return ctx.isError;
83888 if( ctx.isError ){
83889 rc = ctx.isError;
84832 pCtx->isError = 0;
90356 pCtx->isError = SQLITE_ERROR;
90365 pCtx->isError = SQLITE_ERROR;
90545 pCtx->isError = errCode ? errCode : -1;
90561 pCtx->isError = SQLITE_TOOBIG;
90573 pCtx->isError = SQLITE_NOMEM_BKPT;
91087 if( pCtx->isError==0 ) pCtx->isError = -1;
100250 pCtx->isError = 0;
100301 assert( pCtx->isError==0 );
100310 if( pCtx->isError ){
100311 if( pCtx->isError>0 ){
100313 rc = pCtx->isError;
100323 pCtx->isError = 0;
100963 if( sContext.isError>0 ){
100965 rc = sContext.isError;
101250 assert( pCtx->isError==0 );
101254 if( pCtx->isError ){
101255 if( pCtx->isError>0 ){
101257 rc = pCtx->isError;
101260 pCtx->isError = 0;
127938 assert( context->isError<=0 );
127939 context->isError = -1;
215510 int isError = 0;
215512 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
215513 if( isError ){