OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_EXTERN
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl
16
# 1) Adds
SQLITE_EXTERN
in front of the declaration of global variables,
85
if {[regexp {define
SQLITE_EXTERN
extern} $line]} {
mksqlite3c.tcl
187
regsub {^
SQLITE_EXTERN
} $line {} line
190
} elseif {[regexp {^(
SQLITE_EXTERN
)?void \(\*sqlite3IoTrace\)} $line]} {
191
regsub {^
SQLITE_EXTERN
} $line {} line
/external/chromium_org/third_party/sqlite/src/src/
sqlite.h.in
48
#ifndef
SQLITE_EXTERN
49
# define
SQLITE_EXTERN
extern
139
SQLITE_EXTERN
const char sqlite3_version[];
[
all
...]
sqliteInt.h
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
48
#ifndef
SQLITE_EXTERN
49
# define
SQLITE_EXTERN
extern
144
SQLITE_API
SQLITE_EXTERN
const char sqlite3_version[];
[
all
...]
sqlite3.c
591
#ifndef
SQLITE_EXTERN
592
# define
SQLITE_EXTERN
extern
[
all
...]
Completed in 63 milliseconds