Searched defs:pFrom (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c10247 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member in struct:FKey
10248 FKey *pNextFrom; /* Next foreign key in pFrom */
10257 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
10258 int iFrom; /* Index of column in pFrom */
17299 sqlite3_mutex_methods const *pFrom; local
17303 pFrom = sqlite3DefaultMutex();
17305 pFrom = sqlite3NoopMutex();
17307 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
17308 memcpy(&pTo->xMutexFree, &pFrom->xMutexFree,
17310 pTo->xMutexAlloc = pFrom
55202 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
58304 sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom) argument
58971 sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType) argument
58987 sqlite3VdbeMemCopy(Mem *pTo, const Mem *pFrom) argument
59011 sqlite3VdbeMemMove(Mem *pTo, Mem *pFrom) argument
63967 Vdbe *pFrom = (Vdbe*)pFromStmt; local
63994 Vdbe *pFrom = (Vdbe*)pFromStmt; local
79003 Table *pFrom = p->pFrom; local
85572 SrcList *pFrom; local
97657 sqlite3IndexedByLookup(Parse *pParse, struct SrcList_item *pFrom) argument
97705 struct SrcList_item *pFrom; local
97973 struct SrcList_item *pFrom; local
100113 transferParseError(Parse *pTo, Parse *pFrom) argument
126218 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10247 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member in struct:FKey
10248 FKey *pNextFrom; /* Next foreign key in pFrom */
10257 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
10258 int iFrom; /* Index of column in pFrom */
17299 sqlite3_mutex_methods const *pFrom; local
17303 pFrom = sqlite3DefaultMutex();
17305 pFrom = sqlite3NoopMutex();
17307 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
17308 memcpy(&pTo->xMutexFree, &pFrom->xMutexFree,
17310 pTo->xMutexAlloc = pFrom
55213 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
58315 sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom) argument
58982 sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType) argument
58998 sqlite3VdbeMemCopy(Mem *pTo, const Mem *pFrom) argument
59022 sqlite3VdbeMemMove(Mem *pTo, Mem *pFrom) argument
63978 Vdbe *pFrom = (Vdbe*)pFromStmt; local
64005 Vdbe *pFrom = (Vdbe*)pFromStmt; local
79014 Table *pFrom = p->pFrom; local
85583 SrcList *pFrom; local
97668 sqlite3IndexedByLookup(Parse *pParse, struct SrcList_item *pFrom) argument
97716 struct SrcList_item *pFrom; local
97984 struct SrcList_item *pFrom; local
100124 transferParseError(Parse *pTo, Parse *pFrom) argument
126247 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
[all...]

Completed in 918 milliseconds