Searched refs:dstLength (Results 1 – 1 of 1) sorted by relevance
264 size_t dstLength = CEIL(CEIL(txtLen * 4, 3), 4) * 4 + 1; in MDnsSdListenerResolveCallback() local266 char *dst = (char *)malloc(dstLength); in MDnsSdListenerResolveCallback()267 b64_ntop(txtRecord, txtLen, dst, dstLength); in MDnsSdListenerResolveCallback()