Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15433 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
38858 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, void *data){ in sqlite3HashInsert() function
126897 pIndex = sqlite3HashInsert(pHash, zIdxName, 0);
127149 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
127208 p = sqlite3HashInsert(&pDb->pSchema->tblHash, zTabName, 0);
127743 sqlite3HashInsert(pHash, pRet->zName, 0);
127801 if( sqlite3HashInsert(pHash, pRet->zName, &pRet->retTrig)
129279 pOld = sqlite3HashInsert(&pSchema->tblHash, p->zName, p);
130041 pNextTo = (FKey *)sqlite3HashInsert(&p->pSchema->fkeyHash,
130725 p = sqlite3HashInsert(&pIndex->pSchema->idxHash,
[all …]