Searched refs:_cupsSNMPIsOIDPrefixed (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dsnmp-private.h117 extern int _cupsSNMPIsOIDPrefixed(cups_snmp_t *packet,
H A Dsnmp.c203 * '_cupsSNMPIsOIDPrefixed()' - Test whether a SNMP response uses the specified
210 _cupsSNMPIsOIDPrefixed( function
221 DEBUG_printf(("4_cupsSNMPIsOIDPrefixed(packet=%p, prefix=%p)", packet,
226 DEBUG_puts("5_cupsSNMPIsOIDPrefixed: Returning 0");
240 DEBUG_puts("5_cupsSNMPIsOIDPrefixed: Returning 0");
245 DEBUG_printf(("5_cupsSNMPIsOIDPrefixed: Returning %d",
609 if (!_cupsSNMPIsOIDPrefixed(&packet, prefix) ||
/macosx-10.10.1/cups-408/cups/backend/
H A Dsnmp-supplies.c802 if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerColorantValue) &&
826 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesColorantIndex))
845 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesDescription))
935 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesLevel))
954 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesMaxCapacity) &&
976 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesClass))
995 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesType))
1014 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesSupplyUnit))

Completed in 137 milliseconds