Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c14827 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
37619 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, void *data){ in sqlite3HashInsert() function
123564 pIndex = sqlite3HashInsert(pHash, zIdxName, 0);
123816 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
123875 p = sqlite3HashInsert(&pDb->pSchema->tblHash, zTabName, 0);
124407 sqlite3HashInsert(pHash, pRet->zName, 0);
124465 if( sqlite3HashInsert(pHash, pRet->zName, &pRet->retTrig)
125940 pOld = sqlite3HashInsert(&pSchema->tblHash, p->zName, p);
126701 pNextTo = (FKey *)sqlite3HashInsert(&p->pSchema->fkeyHash,
127385 p = sqlite3HashInsert(&pIndex->pSchema->idxHash,
[all …]