Searched refs:_cupsSNMPIsOIDPrefixed (Results 1 – 3 of 3) sorted by relevance
/external/libcups/backend/ |
D | snmp-supplies.c | 803 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/ |
D | snmp-private.h | 110 extern int _cupsSNMPIsOIDPrefixed(cups_snmp_t *packet,
|
D | snmp.c | 208 _cupsSNMPIsOIDPrefixed( in _cupsSNMPIsOIDPrefixed() function 607 if (!_cupsSNMPIsOIDPrefixed(&packet, prefix) || in _cupsSNMPWalk()
|