Home
last modified time | relevance | path

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

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Component.h265 OMX_U8 nKey[128]; member
305 OMX_U8 nKey [128]; member
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h1972 const void *pKey, int nKey /* The key */
1985 const void *pKey, int nKey /* The new key */
/external/sqlite/dist/
Dsqlite3.h4301 const void *pKey, int nKey /* The key */
4314 const void *pKey, int nKey /* The new key */
Dsqlite3.c4707 const void *pKey, int nKey /* The key */
4720 const void *pKey, int nKey /* The new key */
6102 void *pKey; int nKey; /* Key associated with this element */ member
6131 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const void *pKey, int nKey, void *pData);
6132 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const void *pKey, int nKey);
6133 SQLITE_PRIVATE HashElem *sqlite3HashFindElem(const Hash*, const void *pKey, int nKey);
6152 #define sqliteHashKeysize(E) ((E)->nKey)
6711 i64 nKey,
6716 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
17041 static int intHash(const void *pKey, int nKey){
[all …]