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

/external/sqlite/dist/orig/
H A Dsqlite3.c2973 ** returned in *ppDb, even if an error occurs. The only exception is that
2975 ** a NULL will be written into *ppDb instead of a pointer to the [sqlite3]
3194 sqlite3 **ppDb /* OUT: SQLite db handle */
3198 sqlite3 **ppDb /* OUT: SQLite db handle */
3202 sqlite3 **ppDb, /* OUT: SQLite db handle */
133459 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
133777 sqlite3_open_v2( const char *filename, sqlite3 **ppDb, int flags, const char *zVfs ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2973 ** returned in *ppDb, even if an error occurs. The only exception is that
2975 ** a NULL will be written into *ppDb instead of a pointer to the [sqlite3]
3194 sqlite3 **ppDb /* OUT: SQLite db handle */
3198 sqlite3 **ppDb /* OUT: SQLite db handle */
3202 sqlite3 **ppDb, /* OUT: SQLite db handle */
133477 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
133795 sqlite3_open_v2( const char *filename, sqlite3 **ppDb, int flags, const char *zVfs ) argument
[all...]

Completed in 450 milliseconds