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

/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2775 void *pKey; local
3304 void *pKey = 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
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-stable/contrib/sqlite3/
H A Dsqlite3.c11223 const char *pKey; /* Key associated with this element */ member in struct:HashElem
12262 const void *pKey; /* Key content for indexes. NULL for tables */ member in struct:BtreePayload
28818 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
28887 sqlite3HashFind(const Hash *pH, const char *pKey) argument
28911 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
57654 void *pKey; /* Saved key that was cursor last known position */ member in struct:BtCursor
58767 void *pKey; local
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
81443 Mem *pKey; /* MEM cell holding key for the record */ local
87276 void *pKey; 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
96944 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
100151 KeyInfo *pKey; /* KeyInfo for index */ local
101727 KeyInfo *pKey; local
141408 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
148667 const struct Fts3Keyword *pKey = &aKeyword[ii]; 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
149827 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
149848 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
149870 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]

Completed in 648 milliseconds