static int |
hyperscan.hs_compile_ext_multi(byte[] expressions,
int[] flags,
int[] ids,
hs_expr_ext_t ext,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_ext_multi(ByteBuffer expressions,
IntBuffer flags,
IntBuffer ids,
hs_expr_ext_t ext,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_ext_multi(BytePointer expressions,
IntPointer flags,
IntPointer ids,
hs_expr_ext_t ext,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_lit_multi(byte[] expressions,
int[] flags,
int[] ids,
SizeTPointer lens,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_lit_multi(ByteBuffer expressions,
IntBuffer flags,
IntBuffer ids,
SizeTPointer lens,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_lit_multi(BytePointer expressions,
IntPointer flags,
IntPointer ids,
SizeTPointer lens,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_lit(BytePointer expression,
int flags,
long len,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_lit(String expression,
int flags,
long len,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_multi(byte[] expressions,
int[] flags,
int[] ids,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_multi(ByteBuffer expressions,
IntBuffer flags,
IntBuffer ids,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_multi(BytePointer expressions,
IntPointer flags,
IntPointer ids,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile(BytePointer expression,
int flags,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile(String expression,
int flags,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_ext_info(BytePointer expression,
int flags,
hs_expr_ext_t ext,
hs_expr_info_t info,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_ext_info(String expression,
int flags,
hs_expr_ext_t ext,
hs_expr_info_t info,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_info(BytePointer expression,
int flags,
hs_expr_info_t info,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_info(String expression,
int flags,
hs_expr_info_t info,
hs_compile_error_t error) |
static int |
hyperscan.hs_free_compile_error(hs_compile_error_t error)
Free an error structure generated by \ref hs_compile(), \ref
hs_compile_multi() or \ref hs_compile_ext_multi().
|