Home
last modified time | relevance | path

Searched refs:SQLITE_API (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h51 #ifndef SQLITE_API
52 # define SQLITE_API macro
385 SQLITE_API int SQLITE_STDCALL sqlite3_exec(
2965 SQLITE_API int SQLITE_STDCALL sqlite3_open(
2969 SQLITE_API int SQLITE_STDCALL sqlite3_open16(
2973 SQLITE_API int SQLITE_STDCALL sqlite3_open_v2(
3289 SQLITE_API int SQLITE_STDCALL sqlite3_prepare(
4782 SQLITE_API int SQLITE_STDCALL sqlite3_key(
4786 SQLITE_API int SQLITE_STDCALL sqlite3_key_v2(
4800 SQLITE_API int SQLITE_STDCALL sqlite3_rekey(
[all …]
H A Dsqlite3.c258 #ifndef SQLITE_API
259 # define SQLITE_API macro
5111 SQLITE_API char *sqlite3_temp_directory;
20023 SQLITE_API int sqlite3_diskfull = 0;
25670 SQLITE_API int sqlite3_diskfull = 0;
28837 SQLITE_API int sqlite3_sync_count = 0;
32055 SQLITE_API int sqlite3_hostid_num = 0;
33189 SQLITE_API int sqlite3_diskfull = 0;
35953 SQLITE_API int sqlite3_sync_count = 0;
70813 SQLITE_API int sqlite3_sort_count = 0;
[all …]

Completed in 363 milliseconds