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

  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 77 const ResourceRecord *TXT;
264 txtRecord, txtLen, // TXT data, length
447 if (answer->rrtype == kDNSType_TXT && x->TXT == answer) x->TXT = mDNSNULL;
452 if (answer->rrtype == kDNSType_TXT) x->TXT = answer;
453 if (x->SRV && x->TXT && x->callback)
459 x->SRV->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, x->context);
500 x->TXT = mDNSNULL
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 262 else if (!strcasecmp(s, "TXT" )) return(kDNSServiceType_TXT);
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;
455 printf("%-47s TXT ", n);
457 while (txt < max)
459 const unsigned char *const end = txt + 1 + txt[0];
460 txt++; // Skip over length byte
462 while (txt<end)
464 if (*txt == '\\' || *txt == '\"') printf("\\")
988 unsigned char txt[2048] = ""; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 

Completed in 65 milliseconds