Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h269 int sqlite3VdbeUsesDoubleQuotedString(Vdbe*,const char*);
H A Dtokenize.c811 if( zSql[i]=='"' && sqlite3VdbeUsesDoubleQuotedString(pVdbe, zId) ){
H A Dvdbeaux.c103 int sqlite3VdbeUsesDoubleQuotedString( in sqlite3VdbeUsesDoubleQuotedString() function