Home
last modified time | relevance | path

Searched defs:pTo (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbemem.c1060 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 Dmutex.c228 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit() local
H A Dbackup.c721 int sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom){ in sqlite3BtreeCopyFile()
H A Dmemdb.c770 unsigned char *pTo = pOut + szPage*(sqlite3_int64)(pgno-1); in sqlite3_serialize() local
H A Dfkey.c914 Table *pTo; /* Parent table of foreign key pFKey */ in sqlite3FkCheck() local
H A Dvdbeapi.c1722 Vdbe *pTo = (Vdbe*)pToStmt; in sqlite3TransferBindings() local
1749 Vdbe *pTo = (Vdbe*)pToStmt; in sqlite3_transfer_bindings() local
H A Dtrigger.c1134 static void transferParseError(Parse *pTo, Parse *pFrom){ in transferParseError()
H A Danalyze.c347 static void sampleCopy(StatAccum *p, StatSample *pTo, StatSample *pFrom){ in sampleCopy()
H A Dalter.c795 void sqlite3RenameTokenRemap(Parse *pParse, const void *pTo, const void *pFrom){ in sqlite3RenameTokenRemap()
H A Dwhere.c2251 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 Dbuild.c3581 Token *pTo, /* Name of the other table */ in sqlite3CreateForeignKey()
H A Dbtree.c7777 static void copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC){ in copyNodeContent()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c1755 SessionTable *pTo; /* Table zTbl */ in sqlite3session_diff() local