Lines Matching refs:isError
14779 int isError; /* Error code returned by the function. */ member
63431 rc = ctx.isError;
64299 if( ctx.isError ){
64300 rc = ctx.isError;
69258 pCtx->isError = SQLITE_ERROR;
69265 pCtx->isError = SQLITE_ERROR;
69345 pCtx->isError = errCode;
69359 pCtx->isError = SQLITE_TOOBIG;
69369 pCtx->isError = SQLITE_NOMEM;
69745 pCtx->isError = 0;
72439 if( ctx.isError ){
72441 rc = ctx.isError;
76566 ctx.isError = 0;
76571 if( ctx.isError ){
76573 rc = ctx.isError;
77048 if( sContext.isError ){
77049 rc = sContext.isError;
155087 int isError = 0;
155089 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
155090 if( isError ){