Home
last modified time | relevance | path

Searched defs:nKey (Results 1 - 6 of 6) sorted by relevance

/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c116 int SqliteKey(void *db, const void *pKey, int nKey) in SqliteKey() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp340 napi_value nKey; in ConvertParameters() local
/third_party/openmax/api/1.1.2/
H A DOMX_Component.h248 OMX_U8 nKey[128]; member
288 OMX_U8 nKey [128]; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1835 napi_value nKey; in ConvertRouterDataInfos() local
2070 napi_value nKey; in ConvertParameters() local
2555 std::string nKey; in ParseParameters() local
/third_party/sqlite/src/
H A Dshell.c9593 int nKey = STRLEN(zKey); in idxHashAdd() local
9624 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind() argument
9644 idxHashSearch(IdxHash *pHash, const char *zKey, int nKey) idxHashSearch() argument
[all...]
H A Dsqlite3.c15728 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...]

Completed in 170 milliseconds