OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txtLen
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-client.c
100
uint16_t
txtLen
;
563
registration->
txtLen
= rdlen;
575
uint16_t
txtLen
, const void *txtRecord,
614
reg->
txtLen
=
txtLen
;
615
if (
txtLen
!= 0) {
616
reg->txtRecord = malloc(
txtLen
);
621
memcpy(reg->txtRecord, txtRecord,
txtLen
);
1459
dns_rdata_raw_data_to_wire(&towire, reg->txtRecord, reg->
txtLen
);
/src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c
723
const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t
txtLen
, const unsigned char *txt, void *context)
732
const unsigned char *max = txt +
txtLen
;
829
static void ShowTXTRecord(uint16_t
txtLen
, const unsigned char *txtRecord)
832
const unsigned char *max = txtRecord +
txtLen
;
864
const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t
txtLen
, const unsigned char *txtRecord, void *context)
885
if (!errorCode &&
txtLen
> 1) { printf("\n"); ShowTXTRecord(
txtLen
, txtRecord); }
1779
uint16_t
txtLen
= 1;
1784
if ( (DNSServiceRegister( 0, flags, interfaceIndex, name, regtype, domain, host, port,
txtLen
, txtRecord, callBack, context) == 0)
1785
|| (DNSServiceRegister(&sdRef, flags, interfaceIndex, name, 0, domain, host, port,
txtLen
, txtRecord, callBack, context) == 0
[
all
...]
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
3356
size_t
txtLen
; // Service instance's TXT record data length.
4730
size_t
txtLen
; // Service TXT record data len.
4807
err = RecordDataFromArgString( gRegister_TXT, &context->txtPtr, &context->
txtLen
);
4931
context->type, context->domain, NULL, htons( context->port ), (uint16_t) context->
txtLen
, context->txtPtr,
4939
context->domain, NULL, htons( context->port ), (uint16_t) context->
txtLen
, context->txtPtr,
4974
FPrintF( stdout, "TXT data: %#{txt}\n", inContext->txtPtr, inContext->
txtLen
);
6817
if( instance->
txtLen
== 0 ) continue;
6820
Indent( 3 ), instance->
txtLen
, instance->
txtLen
!= 1, 's' );
6821
if( instance->
txtLen
> 1
[
all
...]
Completed in 79 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026