HomeSort by relevance Sort by last modified time
    Searched refs:CMC_enum (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmcext.h 35 CMC_enum line_term;
38 CMC_enum req_password;
39 CMC_enum req_service;
40 CMC_enum req_user;
47 #define CMC_X_COM_READY ((CMC_enum) 0)
48 #define CMC_X_COM_NOT_READY ((CMC_enum) 1)
49 #define CMC_X_COM_DEFER ((CMC_enum) 2)
56 #define CMC_X_COM_NORMAL ((CMC_enum) 0)
57 #define CMC_X_COM_URGENT ((CMC_enum) 1)
58 #define CMC_X_COM_LOW ((CMC_enum) 2
    [all...]
xcmc.h 24 typedef CMC_sint32 CMC_enum;
87 CMC_enum name_type;
89 CMC_enum role;
94 #define CMC_TYPE_UNKNOWN ((CMC_enum) 0)
95 #define CMC_TYPE_INDIVIDUAL ((CMC_enum) 1)
96 #define CMC_TYPE_GROUP ((CMC_enum) 2)
98 #define CMC_ROLE_TO ((CMC_enum) 0)
99 #define CMC_ROLE_CC ((CMC_enum) 1)
100 #define CMC_ROLE_BCC ((CMC_enum) 2)
101 #define CMC_ROLE_ORIGINATOR ((CMC_enum) 3
    [all...]

Completed in 73 milliseconds