• Home
  • Raw
  • Download

Lines Matching refs:mDNS_VACB

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