Searched refs:trigHash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9338 Hash trigHash; /* All triggers indexed by name */ member in struct:Schema
10948 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
13153 + pSchema->trigHash.count
13158 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
13162 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
[all...]

Completed in 335 milliseconds