Utility functions
Enumerations
OrcCompileResult
typedef enum {
ORC_COMPILE_RESULT_OK = 0,
ORC_COMPILE_RESULT_UNKNOWN_COMPILE = 0x100,
ORC_COMPILE_RESULT_MISSING_RULE = 0x101,
ORC_COMPILE_RESULT_UNKNOWN_PARSE = 0x200,
ORC_COMPILE_RESULT_PARSE = 0x201,
ORC_COMPILE_RESULT_VARIABLE = 0x202
} OrcCompileResult;
Members
ORC_COMPILE_RESULT_OK
(0)
–
ORC_COMPILE_RESULT_UNKNOWN_COMPILE
(256)
–
ORC_COMPILE_RESULT_MISSING_RULE
(257)
–
ORC_COMPILE_RESULT_UNKNOWN_PARSE
(512)
–
ORC_COMPILE_RESULT_PARSE
(513)
–
ORC_COMPILE_RESULT_VARIABLE
(514)
–
Aliases
orc_bool
typedef unsigned int orc_bool
orc_intptr
typedef intptr_t orc_intptr
The results of the search are