Searched defs:pFrom (Results 1 – 16 of 16) 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 | 227 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local
|
| H A D | trigger.c | 534 SrcList *pFrom, /* FROM clause for an UPDATE-FROM, or NULL */ in sqlite3TriggerUpdateStep() 1134 static void transferParseError(Parse *pTo, Parse *pFrom){ in transferParseError()
|
| H A D | whereexpr.c | 976 SrcList *pFrom, /* The FROM clause */ in exprMightBeIndexed2() 1001 SrcList *pFrom, /* The FROM clause */ in exprMightBeIndexed()
|
| H A D | backup.c | 721 int sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom){ in sqlite3BtreeCopyFile()
|
| H A D | select.c | 5248 int sqlite3IndexedByLookup(Parse *pParse, SrcItem *pFrom){ in sqlite3IndexedByLookup() 5355 static int cannotBeFunction(Parse *pParse, SrcItem *pFrom){ in cannotBeFunction() 5447 SrcItem *pFrom /* The FROM clause term to check */ in resolveFromTermToCte() 5647 int sqlite3ExpandSubquery(Parse *pParse, SrcItem *pFrom){ in sqlite3ExpandSubquery() 5728 SrcItem *pFrom; in selectExpander() local 6136 SrcItem *pFrom; in selectAddSubqueryTypeInfo() local
|
| H A D | delete.c | 148 SrcList *pFrom; in sqlite3MaterializeView() local
|
| H A D | vdbeapi.c | 1721 Vdbe *pFrom = (Vdbe*)pFromStmt; in sqlite3TransferBindings() local 1748 Vdbe *pFrom = (Vdbe*)pFromStmt; in sqlite3_transfer_bindings() local
|
| 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() 4792 WherePath *pFrom; /* An element of aFrom[] that we are working on */ in wherePathSolver() local
|
| H A D | sqliteInt.h | 2423 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member 3906 SrcList *pFrom; /* FROM clause for UPDATE statement (if any) */ member
|
| H A D | btree.c | 7777 static void copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC){ in copyNodeContent()
|
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 378 static void reorder(int *pFrom){ in reorder()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | spellfix.c | 921 EditDist3From *pFrom = &pStr->a[i]; in editDist3FromStringNew() local 991 EditDist3FromString *pFrom, /* The FROM string */ in editDist3Core() 1189 EditDist3FromString *pFrom; in editDist3SqlFunc() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 1282 static int fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte){ in fts3SegReaderRequire()
|