Searched refs:pKey (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/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);
7403 /* #define sqliteHashKey(E) ((E)->pKey) // NOT USED */
8078 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
21925 unsigned int h = strHash(elem->pKey, elem->nKey) % new_size;
21938 const char *pKey, /* The key we are searching for */
21954 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKe
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
47835 void *pKey; /* Saved key that was cursor's last known position */ member in struct:BtCursor
48844 void *pKey = sqlite3Malloc( (int)pCur->nKey ); local
48908 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
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
63890 Mem *pKey; /* MEM cell holding key for the record */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars
71105 void *pKey; local
71123 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
71152 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
74513 char *pKey; local
77772 KeyInfo *pKey; local
78724 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
81468 KeyInfo *pKey; /* KeyInfo for index */ local
82917 KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(db, nBytes); local
86038 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local
88381 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local
88505 KeyInfo *pKey; /* Key information for an index */ local
98619 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local
105322 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx); local
113976 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
119921 const struct Fts3Keyword *pKey = &aKeyword[ii]; 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
120785 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
120806 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
120828 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14005 const char *pKey; /* Key associated with this element */ member in struct:HashElem
14012 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
14013 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
14031 /* #define sqliteHashKey(E) ((E)->pKey) // NOT USED */
15390 ** an arbitrary key and no data. These btrees have pKey,nKey set to the
15396 ** the key and passed in the nKey field. The pKey field is zero.
15405 ** pKey always NULL encoded key
15406 ** nKey the ROWID length of pKey
15420 const void *pKey; /* Key content for indexes. NULL for tables */ member in struct:BtreePayload
15421 sqlite3_int64 nKey; /* Size of pKey fo
33340 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
33410 sqlite3HashFind(const Hash *pH, const char *pKey) argument
33430 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
64463 void *pKey; /* Saved key that was cursor last known position */ member in struct:BtCursor
65638 void *pKey; local
65768 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
82391 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
82556 vdbeAssertFieldCountWithinLimits( int nKey, const void *pKey, const KeyInfo *pKeyInfo ) argument
91030 Mem *pKey; /* MEM cell holding key for the record */ local
97420 void *pKey; local
97445 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
97486 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
111133 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
115020 KeyInfo *pKey; /* KeyInfo for index */ local
116765 KeyInfo *pKey; local
169624 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
177093 const struct Fts3Keyword *pKey = &aKeyword[ii]; local
178052 fts3StrHash(const void *pKey, int nKey) argument
178070 fts3BinHash(const void *pKey, int nKey) argument
178175 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
178237 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
178258 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
178280 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]

Completed in 1102 milliseconds