Searched defs:pTo (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbemem.c | 1060 static SQLITE_NOINLINE void vdbeClrCopy(Mem *pTo, const Mem *pFrom, int eType){ in vdbeClrCopy() 1065 void sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType){ in sqlite3VdbeMemShallowCopy() 1081 int sqlite3VdbeMemCopy(Mem *pTo, const Mem *pFrom){ in sqlite3VdbeMemCopy() 1104 void sqlite3VdbeMemMove(Mem *pTo, Mem *pFrom){ in sqlite3VdbeMemMove()
|
| H A D | mutex.c | 228 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit() local
|
| H A D | backup.c | 721 int sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom){ in sqlite3BtreeCopyFile()
|
| H A D | memdb.c | 770 unsigned char *pTo = pOut + szPage*(sqlite3_int64)(pgno-1); in sqlite3_serialize() local
|
| H A D | fkey.c | 914 Table *pTo; /* Parent table of foreign key pFKey */ in sqlite3FkCheck() local
|
| H A D | vdbeapi.c | 1722 Vdbe *pTo = (Vdbe*)pToStmt; in sqlite3TransferBindings() local 1749 Vdbe *pTo = (Vdbe*)pToStmt; in sqlite3_transfer_bindings() local
|
| H A D | trigger.c | 1134 static void transferParseError(Parse *pTo, Parse *pFrom){ in transferParseError()
|
| H A D | analyze.c | 347 static void sampleCopy(StatAccum *p, StatSample *pTo, StatSample *pFrom){ in sampleCopy()
|
| H A D | alter.c | 795 void sqlite3RenameTokenRemap(Parse *pParse, const void *pTo, const void *pFrom){ in sqlite3RenameTokenRemap()
|
| H A D | where.c | 2251 static int whereLoopXfer(sqlite3 *db, WhereLoop *pTo, WhereLoop *pFrom){ in whereLoopXfer() 4793 WherePath *pTo; /* An element of aTo[] that we are working on */ in wherePathSolver() local
|
| H A D | build.c | 3581 Token *pTo, /* Name of the other table */ in sqlite3CreateForeignKey()
|
| H A D | btree.c | 7777 static void copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC){ in copyNodeContent()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 1755 SessionTable *pTo; /* Table zTbl */ in sqlite3session_diff() local
|