Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c213095 u8 hasNonstd; /* True if input uses non-standard features like JSON5 */ member
214335 if( pParse->nBlob!=(u32)iStart ) pParse->hasNonstd = 1;
214351 pParse->hasNonstd = 1;
214436 if( pParse->nBlob!=iStart ) pParse->hasNonstd = 1;
214476 pParse->hasNonstd = 1;
214515 pParse->hasNonstd = 1;
214519 pParse->hasNonstd = 1;
214532 pParse->hasNonstd = 1;
214559 pParse->hasNonstd = 1;
214564 pParse->hasNonstd = 1;
[all …]