Home
last modified time | relevance | path

Searched defs:pName (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/src/
H A Dattach.c35 static int resolveAttachExpr(NameContext *pName, Expr *pExpr) in resolveAttachExpr()
509 const Token *pName /* Name of the view, trigger, or index */ in sqlite3FixInit()
H A Dbuild.c912 char *sqlite3NameFromToken(sqlite3 *db, const Token *pName){ in sqlite3NameFromToken()
962 int sqlite3FindDb(sqlite3 *db, Token *pName){ in sqlite3FindDb()
1225 Token *pName; /* Unqualified name of the table to create */ in sqlite3StartTable() local
2972 Token *pName = 0; in sqlite3CreateView() local
3458 void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr){ in sqlite3DropTable()
3923 Token *pName = 0; /* Unqualified name of the index to create */ in sqlite3CreateIndex() local
4557 void sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists){ in sqlite3DropIndex()
5169 void sqlite3Savepoint(Parse *pParse, int op, Token *pName){ in sqlite3Savepoint()
5574 Token *pName, /* Name of the common-table */ in sqlite3CteNew()
H A Dtrigger.c120 Token *pName; /* The unqualified db name */ in sqlite3BeginTrigger() local
456 Token *pName, /* The target name */ in triggerStepAllocate()
616 void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr){ in sqlite3DropTrigger()
H A Dpragma.c2545 const PragmaName *pName; /* Name of the pragma */ member
2835 const PragmaName *pName; in sqlite3PragmaVtabRegister() local
H A Dalter.c127 Token *pName /* The new table name. */ in sqlite3AlterRenameTable()
2125 void sqlite3AlterDropColumn(Parse *pParse, SrcList *pSrc, const Token *pName){ in sqlite3AlterDropColumn()
H A Dfkey.c735 void sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab){ in sqlite3FkDropTable()
H A Dvdbe.c8200 Mem *pName; in sqlite3VdbeExec() local
H A Dexpr.c1964 const Token *pName, /* Name to be added */ in sqlite3ExprListSetName()
H A Dtest1.c3142 const void *pName in test_collate_needed_cb()
H A DsqliteInt.h4119 const Token *pName; /* Name of the container - used for error messages */ member
/sqlite-3.40.0/ext/session/
H A Dtest_session.c149 Tcl_Obj *pName = Tcl_NewStringObj(zVar, -1); in test_tcl_integer() local
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1950 sqlite3_value *pName = 0; in zipfileStep() local