1 /* Generated by the protocol buffer compiler. DO NOT EDIT! */ 2 /* Generated from: constants.proto */ 3 4 /* Do not generate deprecated warnings for self */ 5 #ifndef PROTOBUF_C__NO_DEPRECATED 6 #define PROTOBUF_C__NO_DEPRECATED 7 #endif 8 9 #include "constants.pb-c.h" 10 static const ProtobufCEnumValue status__enum_values_by_number[8] = 11 { 12 { "Success", "STATUS__Success", 0 }, 13 { "InvalidSecScheme", "STATUS__InvalidSecScheme", 1 }, 14 { "InvalidProto", "STATUS__InvalidProto", 2 }, 15 { "TooManySessions", "STATUS__TooManySessions", 3 }, 16 { "InvalidArgument", "STATUS__InvalidArgument", 4 }, 17 { "InternalError", "STATUS__InternalError", 5 }, 18 { "CryptoError", "STATUS__CryptoError", 6 }, 19 { "InvalidSession", "STATUS__InvalidSession", 7 }, 20 }; 21 static const ProtobufCIntRange status__value_ranges[] = { 22 {0, 0},{0, 8} 23 }; 24 static const ProtobufCEnumValueIndex status__enum_values_by_name[8] = 25 { 26 { "CryptoError", 6 }, 27 { "InternalError", 5 }, 28 { "InvalidArgument", 4 }, 29 { "InvalidProto", 2 }, 30 { "InvalidSecScheme", 1 }, 31 { "InvalidSession", 7 }, 32 { "Success", 0 }, 33 { "TooManySessions", 3 }, 34 }; 35 const ProtobufCEnumDescriptor status__descriptor = 36 { 37 PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC, 38 "Status", 39 "Status", 40 "Status", 41 "", 42 8, 43 status__enum_values_by_number, 44 8, 45 status__enum_values_by_name, 46 1, 47 status__value_ranges, 48 NULL,NULL,NULL,NULL /* reserved[1234] */ 49 }; 50