Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:mDNS_VACB

1224 			char mDNS_VACB[mDNS_VACB_Size];
1225 #define mDNS_VACB_Lim (&mDNS_VACB[mDNS_VACB_Size])
1356 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1398 case 4: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%d.%d.%d.%d%s",
1400 case 6: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%02X:%02X:%02X:%02X:%02X:%02X",
1402 case 8: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X",
1404 case 16: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB),
1408 default: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%s", "<< ERROR: Must specify address size "
1420 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1421 i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
1466 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1471 if (s + *a >= &mDNS_VACB[254]) { s += DebugSNPrintF(s, mDNS_VACB_Remain(s), "<<NAME TOO LONG>>"); break; }
1475 i = (size_t)(s - mDNS_VACB);
1476 s = mDNS_VACB; // Reset s back to the start of the buffer
1493 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1507 s = mDNS_VACB; // Reset s back to the start of the buffer
1516 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1523 CFStringGetBytes(cfStr, range, kCFStringEncodingUTF8, '^', false, (UInt8*)mDNS_VACB, (CFIndex)sizeof(mDNS_VACB), &m);
1529 i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%s", "ERROR: <invalid CF object>" );
1542 DebugGetErrorString(err, mDNS_VACB, sizeof(mDNS_VACB));
1543 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1558 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1559 i = DebugHexDump(kDebugLevelMax, 0, NULL, 0, 0, NULL, 0, a, a, size, flags, mDNS_VACB, sizeof(mDNS_VACB));
1566 DebugNumVersionToString(version, mDNS_VACB);
1567 s = mDNS_VACB; // Adjust s to point to the start of the buffer, not the end
1578 default: s = mDNS_VACB;
1579 i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB