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

  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 73 uint16_t txtLen,
80 uint8_t *e = p + txtLen;
274 uint16_t txtLen,
280 return (InternalTXTRecordSearch(txtLen, txtRecord, key, &keylen) ? 1 : 0);
285 uint16_t txtLen,
292 uint8_t *item = InternalTXTRecordSearch(txtLen, txtRecord, key, &keylen);
300 uint16_t txtLen,
306 uint8_t *e = p + txtLen;
313 uint16_t txtLen,
324 uint8_t *e = p + txtLen;
    [all...]
dns_sd.h     [all...]
dnssd_clientshim.c 217 uint16_t txtLen,
246 if (size < txtLen)
247 size = txtLen;
264 txtRecord, txtLen, // TXT data, length
dnssd_clientstub.c 1111 uint16_t txtlen; local
    [all...]
  /external/chromium_org/third_party/skia/gm/
textblobshader.cpp 23 size_t txtLen = strlen(txt);
24 fGlyphs.append(p.textToGlyphs(txt, txtLen, NULL));
25 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
textblob.cpp 73 size_t txtLen = strlen(txt);
74 int glyphCount = p.textToGlyphs(txt, txtLen, NULL);
77 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
  /system/netd/server/
MDnsSdListener.h 38 uint16_t txtLen, const unsigned char *txtRecord, void *inContext);
MDnsSdListener.cpp 156 const char *domain, const char *host, int port, int txtLen, void *txtRecord) {
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback,
245 const char *hosttarget, uint16_t port, uint16_t txtLen,
258 asprintf(&msg, "%d %s %s %d %d", refNumber, quotedFullName, quotedHostTarget, port, txtLen);
263 ALOGD("resolve succeeded for %d finding %s at %s:%d with txtLen %d",
264 refNumber, fullname, hosttarget, port, txtLen);
  /external/mdnsresponder/Clients/
dns-sd.c 418 const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txt, void *context)
427 const unsigned char *max = txt + txtLen;
513 static void ShowTXTRecord(uint16_t txtLen, const unsigned char *txtRecord)
516 const unsigned char *max = txtRecord + txtLen;
548 const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txtRecord, void *context)
566 if (txtLen > 1) { printf("\n"); ShowTXTRecord(txtLen, txtRecord); }
    [all...]

Completed in 487 milliseconds