HomeSort by relevance Sort by last modified time
    Searched defs:keyBuf (Results 1 - 9 of 9) sorted by null

  /external/mdnsresponder/mDNSWindows/DLLX/
TXTRecord.cpp 270 char keyBuf[ 64 ];
286 err = TXTRecordGetItemAtIndex( ( uint16_t ) m_byteArray.size(), &m_byteArray[ 0 ], ( uint16_t ) index, sizeof( keyBuf ), keyBuf, &rawValueLen, &rawValue );
292 ok = UTF8ToBSTR( keyBuf, temp );
316 char keyBuf[ 64 ];
332 err = TXTRecordGetItemAtIndex( ( uint16_t ) m_byteArray.size(), &m_byteArray[ 0 ], ( uint16_t ) index, sizeof( keyBuf ), keyBuf, &rawValueLen, &rawValue );
  /external/python/cpython2/PC/
getpathp.c 236 TCHAR *keyBuf = NULL;
243 keyBuf = keyBufPtr = malloc(sizeof(keyPrefix) +
246 if (keyBuf==NULL) goto done;
256 keyBuf, /* subkey */
274 TCHAR keyBuf[MAX_PATH+1];
278 DWORD rc = RegEnumKeyEx(newKey, index, keyBuf, &reqdSize,
283 keyBuf, /* subkey */
363 if (keyBuf)
364 free(keyBuf);
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 160 char *keyBuf;
166 keyBuf = alloca(sizeof(keyPrefix)-1 + versionLen + sizeof(keySuffix)); // chars only, plus 1 NULL.
168 memcpy(keyBuf, keyPrefix, sizeof(keyPrefix)-1);
169 memcpy(keyBuf+sizeof(keyPrefix)-1, PyWin_DLLVersionString, versionLen);
170 memcpy(keyBuf+sizeof(keyPrefix)-1+versionLen, keySuffix, sizeof(keySuffix)); // NULL comes with this one!
173 keyBuf,
188 char keyBuf[MAX_PATH+1];
194 index, keyBuf, MAX_PATH+1);
196 rc = RegQueryValue(newKey, keyBuf, NULL, &reqdSize);
210 index, keyBuf,MAX_PATH+1)
    [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 1178 char keyBuf[255];
1187 err = TXTRecordGetItemAtIndex(txtRecord->Length, p1, index, keyBufLen, keyBuf, &valueLen, (const void**) &value);
1194 *key = ConvertToString(keyBuf);
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 715 char keyBuf[ZID_KEY_MAX + 1];
723 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
724 keyBuf[keyLen] = 0;
728 ures_getByKey(rb, keyBuf, rb, &status);
733 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
734 keyBuf[keyLen] = 0;
735 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status);
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 2541 milliseconds