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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9569 Hash trigHash; /* All triggers indexed by name */ member in struct:Schema
11174 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
13430 + pSchema->trigHash.count
13435 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
13439 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
[all...]

Completed in 334 milliseconds