Home
last modified time | relevance | path

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

/external/libcups/backend/
Dsnmp-supplies.c803 if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerColorantValue) && in backend_walk_cb()
827 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesColorantIndex)) in backend_walk_cb()
846 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesDescription)) in backend_walk_cb()
936 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesLevel)) in backend_walk_cb()
955 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesMaxCapacity) && in backend_walk_cb()
977 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesClass)) in backend_walk_cb()
996 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesType)) in backend_walk_cb()
1015 else if (_cupsSNMPIsOIDPrefixed(packet, prtMarkerSuppliesSupplyUnit)) in backend_walk_cb()
/external/libcups/cups/
Dsnmp-private.h110 extern int _cupsSNMPIsOIDPrefixed(cups_snmp_t *packet,
Dsnmp.c208 _cupsSNMPIsOIDPrefixed( in _cupsSNMPIsOIDPrefixed() function
607 if (!_cupsSNMPIsOIDPrefixed(&packet, prefix) || in _cupsSNMPWalk()