Searched refs:trigHash (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | trigger.c | 90 if( sqliteHashFind(&(db->aDb[iDb].trigHash), zName,pName->n+1) ){ 219 sqliteHashInsert(&db->aDb[nt->iDb].trigHash, 407 pTrigger = sqliteHashFind(&(db->aDb[j].trigHash), zName, nName+1); 498 sqliteHashInsert(&(db->aDb[pTrigger->iDb].trigHash), zName, nName+1, 0);
|
H A D | attach.c | 90 sqliteHashInit(&aNew->trigHash, SQLITE_HASH_STRING, 0);
|
H A D | sqliteInt.h | 269 Hash trigHash; /* All triggers indexed by name */ member in struct:Db 960 * 1. In the "trigHash" hash table (part of the sqlite* that represents the
|
H A D | build.c | 232 temp2 = pDb->trigHash; 233 sqliteHashInit(&pDb->trigHash, SQLITE_HASH_STRING, 0);
|
H A D | main.c | 496 sqliteHashInit(&db->aDb[i].trigHash, SQLITE_HASH_STRING, 0);
|
Completed in 43 milliseconds