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

/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7377 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
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-10.2-release/contrib/sqlite3/
H A Dsqlite3.c7883 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
22583 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument
22647 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument
22677 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument
49116 void *pKey; /* Saved key that was cursor's last known position */ member in struct:BtCursor
50161 void *pKey = sqlite3Malloc( (int)pCur->nKey ); local
50224 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
55016 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
56471 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
62852 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
65683 Mem *pKey; /* MEM cell holding key for the record */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars
73158 void *pKey; local
73176 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
73205 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
76797 char *pKey; local
80741 KeyInfo *pKey; local
81767 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
84575 KeyInfo *pKey; /* KeyInfo for index */ local
85997 KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(db, nBytes); local
89258 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local
91672 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local
91790 KeyInfo *pKey; /* Key information for an index */ local
94600 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local
102607 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); local
109897 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx); local
119001 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
125566 const struct Fts3Keyword *pKey = &aKeyword[ii]; local
126515 fts3StrHash(const void *pKey, int nKey) argument
126533 fts3BinHash(const void *pKey, int nKey) argument
126638 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
126700 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
126721 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
126743 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]

Completed in 724 milliseconds