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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c6253 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
19535 static unsigned int strHash(const char *z, int nKey){ argument
19619 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument
19683 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument
19713 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument
37023 i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ member in struct:CellInfo
37070 i64 nKey; /* Size of pKey, or last integer key */ member in struct:BtCursor
38204 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
41246 u32 nKey; local
41444 u32 nKey; local
42629 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
44034 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
49851 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, char *pSpace, int szSpace ) argument
52533 int nKey; member in struct:vdbeExecUnion::OP_IdxInsert_stack_vars
65578 int nKey; local
85378 int nKey; local
98378 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
101255 int nKey = pKey->n; local
101919 fts3StrHash(const void *pKey, int nKey) argument
101937 fts3BinHash(const void *pKey, int nKey) argument
102042 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
102125 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
102147 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
104570 int nKey = fts3HashKeysize(pE); local
[all...]

Completed in 393 milliseconds