Searched refs:sqlite3HashInsert (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 8041 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData); 23169 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert() function 84551 pIndex = sqlite3HashInsert(pHash, zIdxName, len, 0); 84710 TESTONLY ( Index *pOld = ) sqlite3HashInsert( 84754 p = sqlite3HashInsert(&pDb->pSchema->tblHash, zTabName, 86074 pOld = sqlite3HashInsert(&pSchema->tblHash, p->zName, 86724 pNextTo = (FKey *)sqlite3HashInsert(&p->pSchema->fkeyHash, 87272 p = sqlite3HashInsert(&pIndex->pSchema->idxHash, 88585 pDel = sqlite3HashInsert(&db->aCollSeq, pColl[0].zName, nName, pColl); 92801 sqlite3HashInsert(&pTab->pSchema->fkeyHash, z, sqlite3Strlen30(z), p); [all …]
|