Home
last modified time | relevance | path

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

/external/libcups/cups/
Dsnmp.c816 case CUPS_ASN1_INTEGER : in asn1_debug()
950 else if (asn1_get_type(&bufptr, bufend) != CUPS_ASN1_INTEGER) in asn1_decode_snmp()
971 else if (asn1_get_type(&bufptr, bufend) != CUPS_ASN1_INTEGER) in asn1_decode_snmp()
979 if (asn1_get_type(&bufptr, bufend) != CUPS_ASN1_INTEGER) in asn1_decode_snmp()
987 if (asn1_get_type(&bufptr, bufend) != CUPS_ASN1_INTEGER) in asn1_decode_snmp()
1028 case CUPS_ASN1_INTEGER : in asn1_decode_snmp()
1117 case CUPS_ASN1_INTEGER : in asn1_encode_snmp()
1200 case CUPS_ASN1_INTEGER : in asn1_encode_snmp()
1442 **buffer = CUPS_ASN1_INTEGER; in asn1_set_integer()
Dsnmp-private.h47 CUPS_ASN1_INTEGER = 0x02, /* INTEGER or ENUMERATION */ enumerator
Dtestsnmp.c141 case CUPS_ASN1_INTEGER : in print_packet()