Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
u8 | matchAll |
u8 | matchOne |
u8 | matchSet |
u8 | noCase |
u8 compareInfo::matchAll |
Definition at line 117652 of file sqlite3.c.
Referenced by likeFunc(), patternCompare(), and sqlite3IsLikeFunction().
u8 compareInfo::matchOne |
Definition at line 117653 of file sqlite3.c.
Referenced by likeFunc(), patternCompare(), and sqlite3IsLikeFunction().
u8 compareInfo::matchSet |
Definition at line 117654 of file sqlite3.c.
Referenced by likeFunc(), patternCompare(), and sqlite3IsLikeFunction().
u8 compareInfo::noCase |
Definition at line 117655 of file sqlite3.c.
Referenced by patternCompare().