Home | History | Annotate | Download | only in orig

Lines Matching defs:tblHash

9625   Hash tblHash;        /* All tables indexed by name */
13461 pSchema->tblHash.count
13466 nByte += sqlite3MallocSize(pSchema->tblHash.ht);
13474 for(p=sqliteHashFirst(&pSchema->tblHash); p; p=sqliteHashNext(p)){
79990 for(k=sqliteHashFirst(&pSchema->tblHash); k; k=sqliteHashNext(k)){
81475 p = sqlite3HashFind(&db->aDb[j].pSchema->tblHash, zName, nName);
81758 p = sqlite3HashInsert(&pDb->pSchema->tblHash, zTabName,
82829 pOld = sqlite3HashInsert(&pSchema->tblHash, p->zName,
83035 for(i=sqliteHashFirst(&db->aDb[idx].pSchema->tblHash); i;i=sqliteHashNext(i)){
83074 pHash = &pDb->pSchema->tblHash;
84899 for(k=sqliteHashFirst(&pDb->pSchema->tblHash); k; k=sqliteHashNext(k)){
85426 temp1 = pSchema->tblHash;
85434 sqlite3HashInit(&pSchema->tblHash);
85462 sqlite3HashInit(&p->tblHash);
93217 pTbls = &db->aDb[i].pSchema->tblHash;
99645 pTab = sqlite3HashFind(&pLink->pTabSchema->tblHash, pLink->table, n);
99849 return sqlite3HashFind(&pTrigger->pTabSchema->tblHash, pTrigger->table, n);
101866 pOld = sqlite3HashInsert(&pSchema->tblHash, zName, nName, pTab);