Home | History | Annotate | Download | only in dist

Lines Matching refs:trigHash

8823   Hash trigHash;       /* All triggers indexed by name */
10408 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
12558 + pSchema->trigHash.count
12563 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
12567 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
78964 temp2 = pSchema->trigHash;
78965 sqlite3HashInit(&pSchema->trigHash);
78998 sqlite3HashInit(&p->trigHash);
92531 for(p=sqliteHashFirst(&pTmpSchema->trigHash); p; p=sqliteHashNext(p)){
92642 if( sqlite3HashFind(&(db->aDb[iDb].pSchema->trigHash),
92781 Hash *pHash = &db->aDb[iDb].pSchema->trigHash;
92966 pTrigger = sqlite3HashFind(&(db->aDb[j].pSchema->trigHash), zName, nName);
93054 Hash *pHash = &(db->aDb[iDb].pSchema->trigHash);