Searched refs:pFrom (Results 1 – 1 of 1) sorted by relevance
19580 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member22480 SQLITE_PRIVATE void sqlite3RenameTokenRemap(Parse*, const void *pTo, const void *pFrom);30202 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local30207 pFrom = multiThreadedCheckMutex(); in sqlite3MutexInit()30209 pFrom = sqlite3DefaultMutex(); in sqlite3MutexInit()30212 pFrom = sqlite3NoopMutex(); in sqlite3MutexInit()30214 pTo->xMutexInit = pFrom->xMutexInit; in sqlite3MutexInit()30215 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()30216 pTo->xMutexFree = pFrom->xMutexFree; in sqlite3MutexInit()30217 pTo->xMutexEnter = pFrom->xMutexEnter; in sqlite3MutexInit()[all …]