Searched refs:pDbname (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dattach.c294 Expr *pDbname, /* Name of the database to use internally */
308 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pDbname)) ||
334 sqlite3ExprCode(pParse, pDbname, regArgs+1);
353 sqlite3ExprDelete(db, pDbname);
360 ** DETACH pDbname
362 void sqlite3Detach(Parse *pParse, Expr *pDbname){ argument
376 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
382 ** ATTACH p AS pDbname KEY pKey
384 void sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Exp argument
288 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c76331 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
76405 sqlite3Detach(Parse *pParse, Expr *pDbname) argument
76427 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c85565 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
85639 sqlite3Detach(Parse *pParse, Expr *pDbname) argument
85660 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c85585 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
85659 sqlite3Detach(Parse *pParse, Expr *pDbname) argument
85680 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
[all...]

Completed in 419 milliseconds