Searched refs:txtLen (Results 1 - 19 of 19) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c73 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;
71 InternalTXTRecordSearch( uint16_t txtLen, const void *txtRecord, const char *key, unsigned long *keylen ) argument
272 TXTRecordContainsKey( uint16_t txtLen, const void *txtRecord, const char *key ) argument
283 TXTRecordGetValuePtr( uint16_t txtLen, const void *txtRecord, const char *key, uint8_t *valueLen ) argument
298 TXTRecordGetCount( uint16_t txtLen, const void *txtRecord ) argument
311 TXTRecordGetItemAtIndex( uint16_t txtLen, const void *txtRecord, uint16_t itemIndex, uint16_t keyBufLen, char *key, uint8_t *valueLen, const void **value ) argument
[all...]
H A Ddns_sd.h996 * txtLen: The length of the txtRecord, in bytes. Must be zero if the txtRecord is NULL.
1000 * Passing NULL for the txtRecord is allowed as a synonym for txtLen=1, txtRecord="",
1034 uint16_t txtLen,
1304 * txtLen: The length of the txt record, in bytes.
1336 uint16_t txtLen,
2236 * if (TXTRecordContainsKey(txtLen, txtRecord, "key")) then do something
2237 * val1ptr = TXTRecordGetValuePtr(txtLen, txtRecord, "key1", &len1);
2238 * val2ptr = TXTRecordGetValuePtr(txtLen, txtRecord, "key2", &len2);
2264 * txtLen: The size of the received TXT Record.
2276 uint16_t txtLen,
[all...]
H A Ddnssd_clientshim.c232 uint16_t txtLen,
261 if (size < txtLen)
262 size = txtLen;
279 txtRecord, txtLen, // TXT data, length
222 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t notAnIntPort, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callback, void *context ) argument
H A Ddnssd_clientstub.c1474 uint16_t txtLen,
1501 len += 2 * sizeof(uint16_t); // port, txtLen
1502 len += txtLen;
1516 put_uint16(txtLen, &ptr);
1517 put_rdata(txtLen, txtRecord, &ptr);
1464 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t PortInNetworkByteOrder, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callBack, void *context ) argument
/external/skia/gm/
H A Dtextblobshader.cpp25 size_t txtLen = strlen(txt); local
26 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr));
27 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
H A Dtextblob.cpp79 size_t txtLen = strlen(fText); variable
80 int glyphCount = p.textToGlyphs(fText, txtLen, nullptr);
83 p.textToGlyphs(fText, txtLen, fGlyphs.begin());
/external/skqp/gm/
H A Dtextblobshader.cpp25 size_t txtLen = strlen(txt); local
26 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr));
27 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
H A Dtextblob.cpp79 size_t txtLen = strlen(fText); variable
80 int glyphCount = p.textToGlyphs(fText, txtLen, nullptr);
83 p.textToGlyphs(fText, txtLen, fGlyphs.begin());
/external/mdnsresponder/mDNSWindows/DLLStub/
H A DDLLStub.cpp162 uint16_t txtLen,
174 ret = func( sdRef, flags, interfaceIndex, name, regtype, domain, host, port, txtLen, txtRecord, callBack, context );
573 uint16_t txtLen,
584 ret = func( txtLen, txtRecord, key );
594 uint16_t txtLen,
604 ret = func( txtLen, txtRecord );
652 uint16_t txtLen,
664 ret = func( txtLen, txtRecord, key, valueLen );
674 uint16_t txtLen,
689 ret = func( txtLen, txtRecor
152 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t port, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callBack, void *context ) argument
571 TXTRecordContainsKey( uint16_t txtLen, const void *txtRecord, const char *key ) argument
592 TXTRecordGetCount( uint16_t txtLen, const void *txtRecord ) argument
650 TXTRecordGetValuePtr( uint16_t txtLen, const void *txtRecord, const char *key, uint8_t *valueLen ) argument
672 TXTRecordGetItemAtIndex( uint16_t txtLen, const void *txtRecord, uint16_t itemIndex, uint16_t keyBufLen, char *key, uint8_t *valueLen, const void **value ) argument
[all...]
/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSD.cpp182 uint16_t txtLen = 0; local
222 txtLen = realTXTRecord->GetLen();
225 err = DNSServiceRegister( &sref, flags, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), domainUTF8.c_str(), hostUTF8.c_str(), port, txtLen, txtRecord, ( DNSServiceRegisterReply ) &RegisterReply, object );
601 uint16_t txtLen,
646 sprintf( buf, "txtLen = %d", txtLen );
649 if ( txtLen > 0 )
651 record->SetBytes( txtRecord, txtLen );
592 ResolveReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullNameUTF8, const char *hostNameUTF8, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context ) argument
H A DDNSSDService.cpp510 uint16_t txtLen = 0; local
590 txtLen = realTXTRecord->GetLen();
598 err = DNSServiceRegister( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), ( domainUTF8.size() > 0 ) ? domainUTF8.c_str() : NULL, hostUTF8.c_str(), htons( port ), txtLen, txtRecord, ( DNSServiceRegisterReply ) &RegisterReply, object );
1536 uint16_t txtLen,
1610 if ( txtLen > 0 )
1614 record->SetBytes( txtRecord, txtLen );
1526 ResolveReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullNameUTF8, const char *hostNameUTF8, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context ) argument
H A DDNSSDService.h282 uint16_t txtLen,
/external/mdnsresponder/Clients/
H A Ddns-sd.c418 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) argument
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); }
417 zonedata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txt, void *context) argument
547 resolve_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
/external/skia/tests/
H A DTextBlobTest.cpp161 const size_t txtLen = strlen(txt); local
162 const int glyphCount = p.textToGlyphs(txt, txtLen, nullptr);
168 p.textToGlyphs(txt, txtLen, buffer.glyphs);
/external/skqp/tests/
H A DTextBlobTest.cpp161 const size_t txtLen = strlen(txt); local
162 const int glyphCount = p.textToGlyphs(txt, txtLen, nullptr);
168 p.textToGlyphs(txt, txtLen, buffer.glyphs);
/external/libcups/cups/
H A Dhttp-support.c122 uint16_t port, uint16_t txtLen,
2138 uint16_t txtLen, /* I - Length of TXT record */
2154 DEBUG_printf(("4http_resolve_cb(sdRef=%p, flags=%x, interfaceIndex=%u, errorCode=%d, fullName=\"%s\", hostTarget=\"%s\", port=%u, txtLen=%u, txtRecord=%p, context=%p)", (void *)sdRef, flags, interfaceIndex, errorCode, fullName, hostTarget, port, txtLen, (void *)txtRecord, context));
2161 (value = TXTRecordGetValuePtr(txtLen, txtRecord, "UUID",
2206 !TXTRecordGetValuePtr(txtLen, txtRecord, "printer-type", &valueLen))
2217 if ((value = TXTRecordGetValuePtr(txtLen, txtRecord, reskey,
2130 http_resolve_cb( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullName, const char *hostTarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
/external/mdnsresponder/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp535 uint16_t txtLen,
551 if (txtLen > 0)
556 txtRecordBytes = new Byte[txtLen];
558 memcpy(p, txtRecord, txtLen);
526 ResolveCallback( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char * fullname, const char * hosttarget, uint16_t notAnIntPort, uint16_t txtLen, const char * txtRecord, void * context ) argument
H A Ddnssd_NET.h366 uint16_t txtLen,
577 * if (TXTRecordContainsKey(txtLen, txtRecord, "key")) then do something
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c240 uint16_t txtLen,

Completed in 367 milliseconds