Searched refs:nKey (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h4230 const void *pKey, int nKey /* The key */
4243 const void *pKey, int nKey /* The new key */
H A Dsqlite3.c4783 const void *pKey, int nKey /* The key */
4796 const void *pKey, int nKey /* The new key */
7377 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
7384 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData);
7385 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey);
7404 /* #define sqliteHashKeysize(E) ((E)->nKey) // NOT USED */
8078 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
21852 static unsigned int strHash(const char *z, int nKey){ argument
21854 assert( nKey>=0 );
21855 while( nKey >
21936 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument
22000 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument
22030 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument
47791 i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ member in struct:CellInfo
47834 i64 nKey; /* Size of pKey, or last integer key */ member in struct:BtCursor
48908 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
52102 u32 nKey; local
52300 u32 nKey; local
53506 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
54937 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
61185 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
63942 int nKey; member in struct:vdbeExecUnion::OP_IdxInsert_stack_vars
70397 int nKey; /* Number of bytes in key */ member in struct:VdbeSorterIter
71123 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
71152 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
78499 int nKey; local
99102 int nKey; local
113976 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
115196 int nKey; local
119929 int nKey = pKey->n; local
120600 fts3StrHash(const void *pKey, int nKey) argument
120618 fts3BinHash(const void *pKey, int nKey) argument
120723 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
120806 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
120828 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
123723 int nKey = fts3HashKeysize(pE); local
[all...]

Completed in 526 milliseconds