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);
37618 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, void *data){ in sqlite3HashInsert() function
123538 pIndex = sqlite3HashInsert(pHash, zIdxName, 0);
123790 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
123849 p = sqlite3HashInsert(&pDb->pSchema->tblHash, zTabName, 0);
124381 sqlite3HashInsert(pHash, pRet->zName, 0);
124439 if( sqlite3HashInsert(pHash, pRet->zName, &pRet->retTrig)
125914 pOld = sqlite3HashInsert(&pSchema->tblHash, p->zName, p);
126675 pNextTo = (FKey *)sqlite3HashInsert(&p->pSchema->fkeyHash,
127360 p = sqlite3HashInsert(&pIndex->pSchema->idxHash,
[all …]