Lines Matching refs:isError
23982 int isError; /* Error code returned by the function. */ member
24793 unsigned isError : 1; /* An overflow has occurred */ member
24962 p->isError = 1; in datetimeError()
25018 assert( p->validYMD || p->isError ); in computeFloor()
25365 p->isError = 0; in toLocaltime()
25841 if( p->isError || !validJulianDay(p->iJD) ) return 1; in isDate()
26497 x.nFloor, x.rawS, x.isError, x.useSubsec, in datedebugFunc()
84350 return ctx.isError;
84376 return ctx.isError;
85393 if( ctx.isError ){
85394 rc = ctx.isError;
86355 pCtx->isError = 0;
91943 pCtx->isError = SQLITE_ERROR;
91952 pCtx->isError = SQLITE_ERROR;
92132 pCtx->isError = errCode ? errCode : -1;
92148 pCtx->isError = SQLITE_TOOBIG;
92160 pCtx->isError = SQLITE_NOMEM_BKPT;
92674 if( pCtx->isError==0 ) pCtx->isError = -1;
102067 pCtx->isError = 0;
102118 assert( pCtx->isError==0 );
102127 if( pCtx->isError ){
102128 if( pCtx->isError>0 ){
102130 rc = pCtx->isError;
102140 pCtx->isError = 0;
102781 if( sContext.isError>0 ){
102783 rc = sContext.isError;
103069 assert( pCtx->isError==0 );
103073 if( pCtx->isError ){
103074 if( pCtx->isError>0 ){
103076 rc = pCtx->isError;
103079 pCtx->isError = 0;
130420 assert( context->isError<=0 );
130421 context->isError = -1;
220506 int isError = 0;
220508 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
220509 if( isError ){