OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_API
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
50
** The SQLITE_EXTERN and
SQLITE_API
macros are used to instruct the
74
#ifndef
SQLITE_API
75
# define
SQLITE_API
188
SQLITE_API
SQLITE_EXTERN const char sqlite3_version[];
189
SQLITE_API
const char *sqlite3_libversion(void);
190
SQLITE_API
const char *sqlite3_sourceid(void);
191
SQLITE_API
int sqlite3_libversion_number(void);
216
SQLITE_API
int sqlite3_compileoption_used(const char *zOptName);
217
SQLITE_API
const char *sqlite3_compileoption_get(int N);
259
SQLITE_API
int sqlite3_threadsafe(void)
[
all
...]
sqlite3.c
371
** The SQLITE_EXTERN and
SQLITE_API
macros are used to instruct the
395
#ifndef
SQLITE_API
396
# define
SQLITE_API
509
SQLITE_API
const char sqlite3_version[] = SQLITE_VERSION;
510
SQLITE_API
const char *sqlite3_libversion(void);
511
SQLITE_API
const char *sqlite3_sourceid(void);
512
SQLITE_API
int sqlite3_libversion_number(void);
537
SQLITE_API
int sqlite3_compileoption_used(const char *zOptName);
538
SQLITE_API
const char *sqlite3_compileoption_get(int N);
580
SQLITE_API
int sqlite3_threadsafe(void)
[
all
...]
shell.c
[
all
...]
Completed in 124 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026