Searched refs:compareInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 134595 struct compareInfo { struct 134615 static const struct compareInfo globInfo = { '*', '?', '[', 0 }; argument 134618 static const struct compareInfo likeInfoNorm = { '%', '_', 0, 1 }; 134621 static const struct compareInfo likeInfoAlt = { '%', '_', 0, 0 }; 134671 const struct compareInfo *pInfo, /* Information about how to do the compare */ 134856 struct compareInfo *pInfo = sqlite3_user_data(context); 134857 struct compareInfo backupInfo; 136291 struct compareInfo *pInfo; 136295 pInfo = (struct compareInfo*)&likeInfoAlt; 136298 pInfo = (struct compareInfo*)&likeInfoNorm;
|