Searched refs:txtRecordStringLength (Results 1 – 1 of 1) sorted by relevance
86 size_t txtRecordStringLength = strlen(kADBDNSServiceTxtRecords[index]); in register_mdns_service() local89 txtRecordStringLength // string bytes in register_mdns_service()92 txtRecord[0] = (char)txtRecordStringLength; in register_mdns_service()93 memcpy(txtRecord.data() + 1, kADBDNSServiceTxtRecords[index], txtRecordStringLength); in register_mdns_service()