Home
last modified time | relevance | path

Searched refs:nKey (Results 1 – 5 of 5) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h5182 const void *pKey, int nKey /* The key */
5187 const void *pKey, int nKey /* The key */
5200 const void *pKey, int nKey /* The new key */
5205 const void *pKey, int nKey /* The new key */
Dsqlite3.c5459 const void *pKey, int nKey /* The key */
5464 const void *pKey, int nKey /* The key */
5477 const void *pKey, int nKey /* The new key */
5482 const void *pKey, int nKey /* The new key */
12529 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member
58674 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */
58717 i64 nKey; /* Size of pKey, or last integer key */
59722 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
59838 pCur->nKey = sqlite3BtreeIntegerKey(pCur);
59842 pCur->nKey = sqlite3BtreePayloadSize(pCur);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h5182 const void *pKey, int nKey /* The key */
5187 const void *pKey, int nKey /* The key */
5200 const void *pKey, int nKey /* The new key */
5205 const void *pKey, int nKey /* The new key */
Dsqlite3.c5459 const void *pKey, int nKey /* The key */
5464 const void *pKey, int nKey /* The key */
5477 const void *pKey, int nKey /* The new key */
5482 const void *pKey, int nKey /* The new key */
12529 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member
58674 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */
58717 i64 nKey; /* Size of pKey, or last integer key */
59722 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
59838 pCur->nKey = sqlite3BtreeIntegerKey(pCur);
59842 pCur->nKey = sqlite3BtreePayloadSize(pCur);
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1331 void PVRShellInit::KeyPressed(PVRShellKeyName nKey) in KeyPressed() argument
1333 nLastKeyPressed = nKey; in KeyPressed()