OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_open_file_count
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_common.h
106
int
sqlite3_open_file_count
= 0;
variable
107
#define OpenCounter(X)
sqlite3_open_file_count
+=(X)
test1.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
22059
SQLITE_API int
sqlite3_open_file_count
= 0;
local
24387
SQLITE_API int
sqlite3_open_file_count
= 0;
local
31172
SQLITE_API int
sqlite3_open_file_count
= 0;
local
[
all
...]
Completed in 47 milliseconds