Lines Matching defs:isError
23494 int isError; /* Error code returned by the function. */
24297 unsigned isError : 1; /* An overflow has occurred */
24463 p->isError = 1;
24519 assert( p->validYMD || p->isError );
24866 p->isError = 0;
25342 if( p->isError || !validJulianDay(p->iJD) ) return 1;
25994 "nFloor:%d,rawS:%d,isError:%d,useSubsec:%d,"
25998 x.nFloor, x.rawS, x.isError, x.useSubsec,
83296 return ctx.isError;
83322 return ctx.isError;
84335 if( ctx.isError ){
84336 rc = ctx.isError;
85299 pCtx->isError = 0;
90860 pCtx->isError = SQLITE_ERROR;
90869 pCtx->isError = SQLITE_ERROR;
91049 pCtx->isError = errCode ? errCode : -1;
91065 pCtx->isError = SQLITE_TOOBIG;
91077 pCtx->isError = SQLITE_NOMEM_BKPT;
91591 if( pCtx->isError==0 ) pCtx->isError = -1;
100790 pCtx->isError = 0;
100841 assert( pCtx->isError==0 );
100850 if( pCtx->isError ){
100851 if( pCtx->isError>0 ){
100853 rc = pCtx->isError;
100863 pCtx->isError = 0;
101503 if( sContext.isError>0 ){
101505 rc = sContext.isError;
101790 assert( pCtx->isError==0 );
101794 if( pCtx->isError ){
101795 if( pCtx->isError>0 ){
101797 rc = pCtx->isError;
101800 pCtx->isError = 0;
128689 assert( context->isError<=0 );
128690 context->isError = -1;
217351 int isError = 0;
217353 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
217354 if( isError ){