Searched defs:ppDb (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_server.c332 int sqlite3_client_open(const char *zDatabaseName, sqlite3 **ppDb){ argument
337 *ppDb = msg.pDb;
H A Dmain.c1795 sqlite3 **ppDb, /* OUT: Returned database handle */
1803 *ppDb = 0;
2041 *ppDb = db;
2050 sqlite3 **ppDb
2052 return openDatabase(zFilename, ppDb,
2057 sqlite3 **ppDb, /* OUT: SQLite db handle */
2061 return openDatabase(filename, ppDb, flags, zVfs);
2070 sqlite3 **ppDb
2077 assert( ppDb );
2078 *ppDb
1793 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned flags, const char *zVfs ) argument
2055 sqlite3_open_v2( const char *filename, sqlite3 **ppDb, int flags, const char *zVfs ) argument
[all...]
H A Dtest1.c103 int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb){ argument
108 *ppDb = p->db;
110 *ppDb = (sqlite3*)sqlite3TestTextToPtr(zA);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2873 ** returned in *ppDb, even if an error occurs. The only exception is that
2875 ** a NULL will be written into *ppDb instead of a pointer to the [sqlite3]
2957 sqlite3 **ppDb /* OUT: SQLite db handle */
2961 sqlite3 **ppDb /* OUT: SQLite db handle */
2965 sqlite3 **ppDb, /* OUT: SQLite db handle */
109038 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned flags, const char *zVfs ) argument
109300 sqlite3_open_v2( const char *filename, sqlite3 **ppDb, int flags, const char *zVfs ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c2756 ** returned in *ppDb, even if an error occurs. The only exception is that
2758 ** a NULL will be written into *ppDb instead of a pointer to the [sqlite3]
2978 sqlite3 **ppDb /* OUT: SQLite db handle */
2982 sqlite3 **ppDb /* OUT: SQLite db handle */
2986 sqlite3 **ppDb, /* OUT: SQLite db handle */
124566 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
124843 sqlite3_open_v2( const char *filename, sqlite3 **ppDb, int flags, const char *zVfs ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2756 ** returned in *ppDb, even if an error occurs. The only exception is that
2758 ** a NULL will be written into *ppDb instead of a pointer to the [sqlite3]
2978 sqlite3 **ppDb /* OUT: SQLite db handle */
2982 sqlite3 **ppDb /* OUT: SQLite db handle */
2986 sqlite3 **ppDb, /* OUT: SQLite db handle */
124586 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
124863 sqlite3_open_v2( const char *filename, sqlite3 **ppDb, int flags, const char *zVfs ) argument
[all...]

Completed in 4367 milliseconds