Searched refs:sqlite3_open_file_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_common.h106 int sqlite3_open_file_count = 0; variable
107 #define OpenCounter(X) sqlite3_open_file_count+=(X)
H A Dtest1.c5490 extern int sqlite3_open_file_count;
5733 (char*)&sqlite3_open_file_count, TCL_LINK_INT);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22059 SQLITE_API int sqlite3_open_file_count = 0; local
22060 #define OpenCounter(X) sqlite3_open_file_count+=(X)
24387 SQLITE_API int sqlite3_open_file_count = 0; local
24388 #define OpenCounter(X) sqlite3_open_file_count+=(X)
31172 SQLITE_API int sqlite3_open_file_count = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19310 SQLITE_API int sqlite3_open_file_count = 0; local
19311 #define OpenCounter(X) sqlite3_open_file_count+=(X)
24524 SQLITE_API int sqlite3_open_file_count = 0; local
24525 #define OpenCounter(X) sqlite3_open_file_count+=(X)
31996 SQLITE_API int sqlite3_open_file_count = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19310 SQLITE_API int sqlite3_open_file_count = 0; local
19311 #define OpenCounter(X) sqlite3_open_file_count+=(X)
24531 SQLITE_API int sqlite3_open_file_count = 0; local
24532 #define OpenCounter(X) sqlite3_open_file_count+=(X)
32016 SQLITE_API int sqlite3_open_file_count = 0; local
[all...]

Completed in 660 milliseconds