| H A D | sqlite3.c | 4751 const void *pKey, int nKey /* The key */ 4764 const void *pKey, int nKey /* The new key */ 7345 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem 7352 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData); 7353 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey); 7371 /* #define sqliteHashKey(E) ((E)->pKey) // NOT USED */ 8046 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, 21828 unsigned int h = strHash(elem->pKey, elem->nKey) % new_size; 21841 const char *pKey, /* The key we are searching for */ 21857 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKe 21839 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument 21903 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument 21933 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument 47091 void *pKey; /* Saved key that was cursor's last known position */ member in struct:BtCursor 48100 void *pKey = sqlite3Malloc( (int)pCur->nKey ); local 48164 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument 52751 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument 54182 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument 60387 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, char *pSpace, int szSpace ) argument 63128 Mem *pKey; /* MEM cell holding key for the record */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars 72714 char *pKey; local 75976 KeyInfo *pKey; local 76928 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument 79654 KeyInfo *pKey; /* KeyInfo for index */ local 81074 KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(db, nBytes); local 84191 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local 86517 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local 86641 KeyInfo *pKey; /* Key information for an index */ local 96606 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local 103103 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx); local 111738 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem 117294 const struct Fts3Keyword *pKey = &aKeyword[ii]; local 117969 fts3StrHash(const void *pKey, int nKey) argument 117987 fts3BinHash(const void *pKey, int nKey) argument 118092 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument 118154 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument 118175 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument 118197 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument [all...] |