Searched defs:sqlite3Isquote (Results 1 – 4 of 4) sorted by relevance
20434 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro20445 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
20587 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro20598 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
20625 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro20636 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro