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

/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2774 int nKey; local
3305 int nKey = 0; local
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7377 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
21852 static unsigned int strHash(const char *z, int nKey){ argument
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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c12263 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member in struct:BtreePayload
57610 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */ member in struct:CellInfo
57653 i64 nKey; /* Size of pKey, or last integer key */ member in struct:BtCursor
58893 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
73854 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
74006 vdbeAssertFieldCountWithinLimits( int nKey, const void *pKey, const KeyInfo *pKeyInfo ) argument
76598 vdbeUnpackRecord( KeyInfo *pKeyInfo, int nKey, const void *pKey ) argument
84967 int nKey; /* Number of bytes in key */ member in struct:PmaReader
86506 int nKey = pReader->nKey; local
87301 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
87342 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
96714 int nKey; local
101726 int nKey = pIdx->nKeyCol; local
102544 i16 nKey; /* Number of memory cells in the row key */ local
114037 int nKey; /* Number of sorting key columns, including OP_Sequence */ local
114451 int nKey; local
114716 int nKey; local
120634 int nKey = 0; /* Number of elements in regKey for WITHOUT ROWID */ local
121528 int nKey; local
141408 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
142935 int nKey; local
148675 int nKey = pKey->n; local
149642 fts3StrHash(const void *pKey, int nKey) argument
149660 fts3BinHash(const void *pKey, int nKey) argument
149765 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
149848 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
149870 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
153507 int nKey = fts3HashKeysize(pE); local
155979 fts3IncrmergeLoad( Fts3Table *p, sqlite3_int64 iAbsLevel, int iIdx, const char *zKey, int nKey, IncrmergeWriter *pWriter ) argument
156717 int nKey = pCsr->nTerm; local
175917 jsonLabelCompare(JsonNode *pNode, const char *zKey, u32 nKey) argument
175946 u32 i, j, nKey; local
184481 int nKey; /* Length of zKey[] in bytes */ member in struct:Fts5HashEntry
[all...]

Completed in 716 milliseconds