KHSEL_LilyRunExec
Function Usage
Performs input data matching at runtime based on the output mask.
Function Syntax
hs_error_t KHSEL_LilyRunExec(const struct RoseEngine *rose, hs_scratch_t *scratch);
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
rose |
RoseEngine object, which stores the output at compile time and is used as the input at runtime. |
Not null |
Input |
scratch |
Temporary memory space required for input data. |
Not null |
Input |
Return Value
Error code of the matching result.
Parent topic: Function Syntax