HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_compileoption_get (Results 1 - 4 of 4) sorted by null

  /external/sqlite/dist/
sqlite3.h 157 ** ^The sqlite3_compileoption_get() function allows iterating
160 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
162 ** sqlite3_compileoption_get().
165 ** and sqlite3_compileoption_get() may be omitted by specifying the
173 SQLITE_API const char *sqlite3_compileoption_get(int N);
    [all...]
sqlite3.h.orig 157 ** ^The sqlite3_compileoption_get() function allows iterating
160 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
162 ** sqlite3_compileoption_get().
165 ** and sqlite3_compileoption_get() may be omitted by specifying the
173 SQLITE_API const char *sqlite3_compileoption_get(int N);
    [all...]
sqlite3.c 704 ** ^The sqlite3_compileoption_get() function allows iterating
707 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
709 ** sqlite3_compileoption_get().
712 ** and sqlite3_compileoption_get() may be omitted by specifying the
720 SQLITE_API const char *sqlite3_compileoption_get(int N);
11943 SQLITE_API const char *sqlite3_compileoption_get(int N){ function
84826 #define sqlite3_compileoption_get macro
    [all...]
sqlite3.c.orig 700 ** ^The sqlite3_compileoption_get() function allows iterating
703 ** sqlite3_compileoption_get() returns a NULL pointer. ^The SQLITE_
705 ** sqlite3_compileoption_get().
708 ** and sqlite3_compileoption_get() may be omitted by specifying the
716 SQLITE_API const char *sqlite3_compileoption_get(int N);
    [all...]

Completed in 133 milliseconds