Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212777 u8 hasNonstd; /* True if input uses non-standard features like JSON5 */ member
214017 if( pParse->nBlob!=(u32)iStart ) pParse->hasNonstd = 1;
214033 pParse->hasNonstd = 1;
214118 if( pParse->nBlob!=iStart ) pParse->hasNonstd = 1;
214158 pParse->hasNonstd = 1;
214197 pParse->hasNonstd = 1;
214201 pParse->hasNonstd = 1;
214214 pParse->hasNonstd = 1;
214241 pParse->hasNonstd = 1;
214246 pParse->hasNonstd = 1;
[all …]