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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c5016 ** pStmt associated with the [database connection] pDb. ^If pStmt is NULL
5018 ** associated with the database connection pDb. ^If no prepared statement
5025 SQLITE_API sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt);
57586 findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb) argument
63935 sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt) argument
65038 Db *pDb; member in struct:vdbeExecUnion::OP_SetCookie_stack_vars
65053 Db *pDb; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
65192 Db *pDb; member in struct:vdbeExecUnion::OP_CreateTable_stack_vars
79297 Db *pDb; local
80521 Db *pDb = 0; local
81486 Db *pDb = &db->aDb[iDb]; local
81507 Db *pDb = &db->aDb[i]; local
81523 struct Db *pDb = &db->aDb[i]; local
81627 Db *pDb; local
81688 Db *pDb; local
82683 Db *pDb = &db->aDb[iDb]; local
82948 Db *pDb; local
83087 Db *pDb = &db->aDb[iDb]; local
83558 Db *pDb; /* The specific table containing the indexed database */ local
84658 Db *pDb = &db->aDb[i]; local
84775 Db *pDb; /* A single database */ local
89062 Db *pDb; /* Database only autoinc table */ local
89122 Db *pDb = &db->aDb[p->iDb]; local
89297 Db *pDb; /* The database containing table being inserted into */ local
92253 Db *pDb; local
93620 Db *pDb; local
101048 Db *pDb = 0; /* Database to detach at end of vacuum */ local
112978 struct Db *pDb = &db->aDb[j]; local
[all...]
H A Dsqlite3.h4466 ** pStmt associated with the [database connection] pDb. ^If pStmt is NULL
4468 ** associated with the database connection pDb. ^If no prepared statement
4475 SQLITE_API sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt);

Completed in 413 milliseconds