Home
last modified time | relevance | path

Searched defs:keyBuf (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.cpp270 char keyBuf[ 64 ]; in GetKeyAtIndex() local
316 char keyBuf[ 64 ]; in GetValueAtIndex() local
/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c160 char *keyBuf; in getpythonregpath() local
188 char keyBuf[MAX_PATH+1]; in getpythonregpath() local
/external/python/cpython2/PC/
Dgetpathp.c236 TCHAR *keyBuf = NULL; in getpythonregpath() local
274 TCHAR keyBuf[MAX_PATH+1]; in getpythonregpath() local
/external/icu/icu4c/source/i18n/
Dzonemeta.cpp715 char keyBuf[ZID_KEY_MAX + 1]; in getZoneIdByMetazone() local
/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp1179 static int32_t calcKeyIncremental(UCollator *coll, const UChar* text, int32_t len, uint8_t *keyBuf,… in calcKeyIncremental()