OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_open_v2
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
main.c
2055
int
sqlite3_open_v2
(
function
[
all
...]
sqlite3ext.h
374
#define
sqlite3_open_v2
sqlite3_api->open_v2
macro
/external/sqlite/dist/orig/
sqlite3ext.h
398
#define
sqlite3_open_v2
sqlite3_api->open_v2
macro
sqlite3.c
771
** [
sqlite3_open_v2
()] interfaces are its constructors, and [sqlite3_close()]
836
** [
sqlite3_open_v2
()], and not previously closed.
91371
#define
sqlite3_open_v2
macro
114783
SQLITE_API int
sqlite3_open_v2
(
function
[
all
...]
/external/sqlite/dist/
sqlite3ext.h
398
#define
sqlite3_open_v2
sqlite3_api->open_v2
macro
sqlite3.c
771
** [
sqlite3_open_v2
()] interfaces are its constructors, and [sqlite3_close()]
836
** [
sqlite3_open_v2
()], and not previously closed.
91407
#define
sqlite3_open_v2
macro
114819
SQLITE_API int
sqlite3_open_v2
(
function
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
764
** [
sqlite3_open_v2
()] interfaces are its constructors, and [sqlite3_close()]
829
** [
sqlite3_open_v2
()], and not previously closed.
87063
#define
sqlite3_open_v2
macro
109507
SQLITE_API int
sqlite3_open_v2
(
function
[
all
...]
Completed in 136 milliseconds