Searched refs:pDb (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c4907 ** pStmt associated with the [database connection] pDb. ^If pStmt is NULL
4909 ** associated with the database connection pDb. ^If no prepared statement
4916 SQLITE_API sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt);
56533 findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb) argument
62830 sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt) argument
63819 Db *pDb; member in struct:vdbeExecUnion::OP_SetCookie_stack_vars
63834 Db *pDb; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
63973 Db *pDb; member in struct:vdbeExecUnion::OP_CreateTable_stack_vars
77660 Db *pDb; local
78584 Db *pDb = 0; local
79549 Db *pDb = &db->aDb[iDb]; local
79570 Db *pDb = &db->aDb[i]; local
79586 struct Db *pDb = &db->aDb[i]; local
79690 Db *pDb; local
79751 Db *pDb; local
80746 Db *pDb = &db->aDb[iDb]; local
81011 Db *pDb; local
81235 Db *pDb = &db->aDb[iDb]; local
81601 Db *pDb; /* The specific table containing the indexed database */ local
82700 Db *pDb = &db->aDb[i]; local
82817 Db *pDb; /* A single database */ local
87106 Db *pDb; /* Database only autoinc table */ local
87165 Db *pDb = &db->aDb[p->iDb]; local
87340 Db *pDb; /* The database containing table being inserted into */ local
90275 Db *pDb; local
91626 Db *pDb; local
99034 Db *pDb = 0; /* Database to detach at end of vacuum */ local
110884 struct Db *pDb = &db->aDb[j]; local
[all...]
H A Dsqlite3.h4354 ** pStmt associated with the [database connection] pDb. ^If pStmt is NULL
4356 ** associated with the database connection pDb. ^If no prepared statement
4363 SQLITE_API sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt);

Completed in 402 milliseconds