Searched refs:TXTRecordGetValuePtr (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/test/
H A Dippdiscover.c701 if ((value = TXTRecordGetValuePtr(txtLen, txtRecord, "rp",
742 if ((value = TXTRecordGetValuePtr(txtLen, txtRecord, "ty",
751 if ((value = TXTRecordGetValuePtr(txtLen, txtRecord, "pdl",
760 if ((value = TXTRecordGetValuePtr(txtLen, txtRecord, "printer-type",
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp1757 if ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "rp", &len ) ) != NULL )
1768 if ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "pdl", &len ) ) != NULL )
1779 if ( ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "usb_mfg", &len ) ) != NULL ) ||
1780 ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "usb_manufacturer", &len ) ) != NULL ) )
1791 if ( ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "usb_mdl", &len ) ) != NULL ) ||
1792 ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "usb_model", &len ) ) != NULL ) )
1803 if ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "ty", &len ) ) != NULL )
1814 if ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "product", &len ) ) != NULL )
1825 if ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "note", &len ) ) != NULL )
1836 if ( ( val = TXTRecordGetValuePtr( inTXTSiz
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/FirefoxExtension/
H A DCDNSSDService.cpp365 value = TXTRecordGetValuePtr( txtLen, txtRecord, "path", &valueLen );
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A DTXTRecord.cpp214 rawValue = TXTRecordGetValuePtr( ( uint16_t ) m_byteArray.size(), &m_byteArray[ 0 ], keyUTF8.c_str(), &rawValueLen );
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientlib.c283 const void * DNSSD_API TXTRecordGetValuePtr function
H A Ddns_sd.h2396 * val1ptr = TXTRecordGetValuePtr(txtLen, txtRecord, "key1", &len1);
2397 * val2ptr = TXTRecordGetValuePtr(txtLen, txtRecord, "key2", &len2);
2441 /* TXTRecordGetValuePtr()
2462 const void * DNSSD_API TXTRecordGetValuePtr
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-support.c2060 !TXTRecordGetValuePtr(txtLen, txtRecord, "printer-type", &valueLen))
2071 if ((value = TXTRecordGetValuePtr(txtLen, txtRecord, reskey,
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.cpp685 path = (uint8_t*) TXTRecordGetValuePtr(txtLen, txtData, kTXTRecordKeyPath, &pathSize);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLStub/
H A DDLLStub.cpp650 TXTRecordGetValuePtr function
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp1144 v = TXTRecordGetValuePtr(txtRecord->Length, p1, pKey->c_str(), &valueLen);

Completed in 124 milliseconds