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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dattach.c91 sqliteHashInit(&aNew->aFKey, SQLITE_HASH_STRING, 1);
H A Dbuild.c234 sqliteHashClear(&pDb->aFKey);
312 ** foreign keys from the sqlite.aFKey hash table. But it does destroy
337 ** should have already been unlinked from the db->aFKey hash table
342 assert( sqliteHashFind(&db->aDb[pTable->iDb].aFKey,
373 pF2 = sqliteHashFind(&db->aDb[i].aFKey, pF1->zTo, nTo);
375 sqliteHashInsert(&db->aDb[i].aFKey, pF1->zTo, nTo, pF1->pNextTo);
983 pFKey->pNextTo = sqliteHashFind(&db->aDb[p->iDb].aFKey, pFKey->zTo, nTo);
984 sqliteHashInsert(&db->aDb[p->iDb].aFKey, pFKey->zTo, nTo, pFKey);
1346 ** is not linked into db->aFKey at this point - that does not happen
H A DsqliteInt.h270 Hash aFKey; /* Foreign keys indexed by to-table */ member in struct:Db
536 ** The sqlite.aFKey hash table stores pointers to this structure
H A Dmain.c497 sqliteHashInit(&db->aDb[i].aFKey, SQLITE_HASH_STRING, 1);

Completed in 35 milliseconds