Home
last modified time | relevance | path

Searched refs:fErrorOrAux (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c17940 u8 fErrorOrAux; /* isError!=0 or pVdbe->pAuxData modified */ member
75300 pCtx->fErrorOrAux = 1;
75307 pCtx->fErrorOrAux = 1;
75402 pCtx->fErrorOrAux = 1;
75416 pCtx->fErrorOrAux = 1;
75426 pCtx->fErrorOrAux = 1;
75799 if( pCtx->fErrorOrAux==0 ){
75801 pCtx->fErrorOrAux = 1;
78810 pCtx->fErrorOrAux = 0;
78816 if( pCtx->fErrorOrAux ){
[all …]