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
55215 copyNodeContent(MemPage *pFrom, MemPage *pTo, int *pRC) argument
58317 sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom) argument
58984 sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType) argument
59000 sqlite3VdbeMemCopy(Mem *pTo, const Mem *pFrom) argument
59024 sqlite3VdbeMemMove(Mem *pTo, Mem *pFrom) argument
63980 Vdbe *pFrom = (Vdbe*)pFromStmt; local
64007 Vdbe *pFrom = (Vdbe*)pFromStmt; local
79016 Table *pFrom = p->pFrom; local
85585 SrcList *pFrom; local
97670 sqlite3IndexedByLookup(Parse *pParse, struct SrcList_item *pFrom) argument
97718 struct SrcList_item *pFrom; local
97986 struct SrcList_item *pFrom; local
100126 transferParseError(Parse *pTo, Parse *pFrom) argument
126249 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
[all...]

Completed in 460 milliseconds