Home | History | Annotate | Download | only in orig

Lines Matching refs:trigHash

15074   Hash trigHash;       /* All triggers indexed by name */
17010 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
19466 + pSchema->trigHash.count
19471 nByte += sqlite3_msize(pSchema->trigHash.ht);
19475 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
106522 temp2 = pSchema->trigHash;
106523 sqlite3HashInit(&pSchema->trigHash);
106559 sqlite3HashInit(&p->trigHash);
124997 for(p=sqliteHashFirst(&pTmpSchema->trigHash); p; p=sqliteHashNext(p)){
125121 if( sqlite3HashFind(&(db->aDb[iDb].pSchema->trigHash),zName) ){
125261 Hash *pHash = &db->aDb[iDb].pSchema->trigHash;
125468 pTrigger = sqlite3HashFind(&(db->aDb[j].pSchema->trigHash), zName);
125543 pHash = &(db->aDb[iDb].pSchema->trigHash);