Home
last modified time | relevance | path

Searched defs:nKey (Results 1 – 3 of 3) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_Component.h248 OMX_U8 nKey[128]; member
288 OMX_U8 nKey [128]; member
/third_party/sqlite/src/
Dshell.c9480 int nKey = STRLEN(zKey); in idxHashAdd() local
9511 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
9531 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
Dsqlite3.c14982 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member