Home
last modified time | relevance | path

Searched refs:sqlite3HashInsert (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c79513 pIndex = sqlite3HashInsert(pHash, zIdxName, len, 0);
79657 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
79698 p = sqlite3HashInsert(&pDb->pSchema->tblHash, zTabName,
80769 pOld = sqlite3HashInsert(&pSchema->tblHash, p->zName,
81406 pNextTo = (FKey *)sqlite3HashInsert(&p->pSchema->fkeyHash,
81931 p = sqlite3HashInsert(&pIndex->pSchema->idxHash,
83109 pDel = sqlite3HashInsert(&db->aCollSeq, pColl[0].zName, nName, pColl);
86856 sqlite3HashInsert(&pTab->pSchema->fkeyHash, z, sqlite3Strlen30(z), p);
97459 pTrig = sqlite3HashInsert(pHash, zName, sqlite3Strlen30(zName), pTrig);
97740 pTrigger = sqlite3HashInsert(pHash, zName, sqlite3Strlen30(zName), 0);
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c110542 pIndex = sqlite3HashInsert(pHash, zIdxName, 0);
110706 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
110755 p = sqlite3HashInsert(&pDb->pSchema->tblHash, zTabName, 0);
112553 pOld = sqlite3HashInsert(&pSchema->tblHash, p->zName, p);
113281 pNextTo = (FKey *)sqlite3HashInsert(&p->pSchema->fkeyHash,
113960 p = sqlite3HashInsert(&pIndex->pSchema->idxHash,
120124 sqlite3HashInsert(&pTab->pSchema->fkeyHash, z, p);
130864 if( zName && sqlite3HashInsert(&ht, zName, pCol)==pCol ){
136191 pTrig = sqlite3HashInsert(pHash, zName, pTrig);
136502 pTrigger = sqlite3HashInsert(pHash, zName, 0);
[all …]