Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Ducmstate.c206 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine()
/external/qemu/android/utils/
Dini.c112 iniFile_getPair( IniFile* i, in iniFile_getPair()
/external/sqlite/dist/
Dsqlite3.c6102 void *pKey; int nKey; /* Key associated with this element */ member
17067 static int strHash(const void *pKey, int nKey){ in strHash()
17085 static int binHash(const void *pKey, int nKey){ in binHash()
17225 const void *pKey, /* The key we are searching for */ in findElementGivenHash()
17290 SQLITE_PRIVATE HashElem *sqlite3HashFindElem(const Hash *pH, const void *pKey, int nKey){ in sqlite3HashFindElem()
17307 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const void *pKey, int nKey){ in sqlite3HashFind()
17328 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqlite3HashInsert()
29527 void *pKey; /* Saved key that was cursor's last known position */ member
30338 void *pKey = sqlite3_malloc(pCur->nKey); in saveCursorPosition() local
33643 const void *pKey, /* The key content for indices. Not used by tables */ in sqlite3BtreeMoveto()
[all …]