Searched defs:sqlite3_stricmp (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c7186 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
7191 SQLITE_API int sqlite3_stricmp(const char *, const char *);
11468 #define sqlite3StrICmp sqlite3_stricmp
21264 ** IMPLEMENTATION-OF: R-30243-02494 The sqlite3_stricmp() and
21270 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7186 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
7191 SQLITE_API int sqlite3_stricmp(const char *, const char *);
11468 #define sqlite3StrICmp sqlite3_stricmp
21264 ** IMPLEMENTATION-OF: R-30243-02494 The sqlite3_stricmp() and
21270 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ function
[all...]

Completed in 404 milliseconds