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

/external/chromium_org/third_party/sqlite/src/src/
H A Dstatus.c175 + pSchema->trigHash.count
180 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
184 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
H A Dcallback.c415 temp2 = pSchema->trigHash;
416 sqlite3HashInit(&pSchema->trigHash);
452 sqlite3HashInit(&p->trigHash);
H A Dtrigger.c58 for(p=sqliteHashFirst(&pTmpSchema->trigHash); p; p=sqliteHashNext(p)){
170 if( sqlite3HashFind(&(db->aDb[iDb].pSchema->trigHash),
311 Hash *pHash = &db->aDb[iDb].pSchema->trigHash;
499 pTrigger = sqlite3HashFind(&(db->aDb[j].pSchema->trigHash), zName, nName);
593 pHash = &(db->aDb[iDb].pSchema->trigHash);
H A DsqliteInt.h691 Hash trigHash; /* All triggers indexed by name */ member in struct:Schema
2289 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9036 Hash trigHash; /* All triggers indexed by name */ member in struct:Schema
10634 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
12797 + pSchema->trigHash.count
12802 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
12806 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10348 Hash trigHash; /* All triggers indexed by name */ member in struct:Schema
12047 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
14505 + pSchema->trigHash.count
14510 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
14514 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10348 Hash trigHash; /* All triggers indexed by name */ member in struct:Schema
12047 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
14505 + pSchema->trigHash.count
14510 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
14514 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
[all...]

Completed in 659 milliseconds