Home
last modified time | relevance | path

Searched refs:nKey (Results 1 - 4 of 4) sorted by relevance

/third_party/openmax/api/1.1.2/
H A DOMX_Component.h248 OMX_U8 nKey[128]; member
288 OMX_U8 nKey [128]; member
/third_party/sqlite/include/
H A Dsqlite3.h6153 const void *pKey, int nKey /* The key */
6158 const void *pKey, int nKey /* The key */
6171 const void *pKey, int nKey /* The new key */
6176 const void *pKey, int nKey /* The new key */
/third_party/sqlite/src/
H A Dsqlite3.c6462 const void *pKey, int nKey /* The key */
6467 const void *pKey, int nKey /* The key */
6480 const void *pKey, int nKey /* The new key */
6485 const void *pKey, int nKey /* The new key */
13976 /* #define sqliteHashKeysize(E) ((E)->nKey) // NOT USED */
15697 ** an arbitrary key and no data. These btrees have pKey,nKey set to the
15703 ** the key and passed in the nKey field. The pKey field is zero.
15713 ** nKey the ROWID length of pKey
15728 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member
68047 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */ global() member
68108 i64 nKey; /* Size of pKey, or last integer key */ global() member
69430 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) global() argument
86596 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) global() argument
86763 vdbeAssertFieldCountWithinLimits( int nKey, const void *pKey, const KeyInfo *pKeyInfo ) global() argument
89811 vdbeUnpackRecord( KeyInfo *pKeyInfo, int nKey, const void *pKey ) global() argument
100130 int nKey; /* Number of bytes in key */ global() member
101671 int nKey = pReader->nKey; global() local
102477 void *pKey; int nKey; /* Sorter key to copy into pOut */ global() local
102518 void *pKey; int nKey; /* Sorter key to compare pVal with */ global() local
116751 int nKey; global() local
119728 isDupColumn(Index *pIdx, int nKey, Index *pPk, int iCol) global() argument
123004 int nKey = pIdx->nKeyCol; global() local
124003 i16 nKey; /* Number of memory cells in the row key */ global() local
138274 int nKey; /* Number of PK columns for table pTab (>=1) */ global() member
138957 int nKey; /* Number of sorting key columns, including OP_Sequence */ global() local
139258 int nKey = 1; global() local
139658 int nKey; global() local
139882 int nKey; /* Number of key columns in sorter record */ global() local
139972 int nKey = pSort->aDefer[i].nKey; global() local
148173 int nKey = 0; /* Number of elements in regKey for WITHOUT ROWID */ global() local
149757 int nKey; global() local
179259 void *pKey; int nKey; /* Key associated with this element */ global() member
180886 int nKey; global() local
186761 int nKey = pKey->n; global() local
187712 fts3StrHash(const void *pKey, int nKey) global() argument
187730 fts3BinHash(const void *pKey, int nKey) global() argument
187835 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) global() argument
187918 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) global() argument
187940 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) global() argument
191611 int nKey = fts3HashKeysize(pE); global() local
194134 fts3IncrmergeLoad( Fts3Table *p, sqlite3_int64 iAbsLevel, int iIdx, const char *zKey, int nKey, IncrmergeWriter *pWriter ) global() argument
194919 int nKey = pCsr->nTerm; global() local
199318 jsonLabelCompare(JsonNode *pNode, const char *zKey, u32 nKey) global() argument
199348 u32 i, j, nKey; global() local
199882 u32 nKey; global() local
229510 int nKey; /* Length of key in bytes */ global() member
245262 sqlite3CodecSetPassword(KeyContext *keyCtx, const void *zKey, int nKey) global() argument
245341 sqlite3CodecInitKeyContext(CodecContext *ctx, Btree *p, const void *zKey, int nKey, int attachFlag, int hmacAlgo) global() argument
245411 sqlite3CodecInitContext(CodecContext *ctx, Btree *p, const void *zKey, int nKey, int nDb) global() argument
245414 sqlite3CodecInitContext(CodecContext *ctx, Btree *p, const void *zKey, int nKey) global() argument
245713 sqlite3CodecAttach(sqlite3* db, int nDb, const void *pKey, int nKey) global() argument
245756 sqlite3CodecGetKey(sqlite3* db, int nDb, void **pKey, int *nKey) global() argument
245778 sqlite3_key(sqlite3 *db, const void *pKey, int nKey) global() argument
245782 sqlite3_key_v2(sqlite3 *db, const char *zDb, const void *pKey, int nKey) global() argument
245790 sqlite3_rekey(sqlite3 *db, const void *pKey, int nKey) global() argument
245794 sqlite3_rekey_v2(sqlite3 *db, const char *zDb, const void *pKey, int nKey) global() argument
[all...]
H A Dshell.c9593 int nKey = STRLEN(zKey); in idxHashAdd() local
9594 int iHash = idxHashString(zKey, nKey); in idxHashAdd()
9599 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashAdd()
9603 pEntry = idxMalloc(pRc, sizeof(IdxHashEntry) + nKey+1 + nVal+1); in idxHashAdd()
9606 memcpy(pEntry->zKey, zKey, nKey); in idxHashAdd()
9608 pEntry->zVal = &pEntry->zKey[nKey+1]; in idxHashAdd()
9621 ** If zKey/nKey is present in the hash table, return a pointer to the
9624 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind() argument
9627 if( nKey< in idxHashFind()
9644 idxHashSearch(IdxHash *pHash, const char *zKey, int nKey) idxHashSearch() argument
[all...]

Completed in 173 milliseconds