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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtrigger.c90 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 Dattach.c90 sqliteHashInit(&aNew->trigHash, SQLITE_HASH_STRING, 0);
H A DsqliteInt.h269 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 Dbuild.c232 temp2 = pDb->trigHash;
233 sqliteHashInit(&pDb->trigHash, SQLITE_HASH_STRING, 0);
H A Dmain.c496 sqliteHashInit(&db->aDb[i].trigHash, SQLITE_HASH_STRING, 0);

Completed in 43 milliseconds