| Package | Description |
|---|---|
| org.bytedeco.hyperscan | |
| org.bytedeco.hyperscan.global |
| Modifier and Type | Method and Description |
|---|---|
hs_platform_info_t |
hs_platform_info_t.cpu_features(long setter) |
hs_platform_info_t |
hs_platform_info_t.position(long position) |
hs_platform_info_t |
hs_platform_info_t.reserved1(long setter) |
hs_platform_info_t |
hs_platform_info_t.reserved2(long setter) |
hs_platform_info_t |
hs_platform_info_t.tune(int setter) |
| Modifier and Type | Method and Description |
|---|---|
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_ext_multi(PointerPointer expressions,
IntPointer flags,
IntPointer ids,
PointerPointer ext,
int elements,
int mode,
hs_platform_info_t platform,
PointerPointer db,
PointerPointer error)
The multiple regular expression compiler with extended parameter support.
|
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_multi(PointerPointer expressions,
IntPointer flags,
IntPointer ids,
SizeTPointer lens,
int elements,
int mode,
hs_platform_info_t platform,
PointerPointer db,
PointerPointer error)
The multiple pure literal expression compiler.
|
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(BytePointer expression,
int flags,
long len,
int mode,
hs_platform_info_t platform,
PointerPointer db,
PointerPointer error)
The basic pure literal expression compiler.
|
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_multi(PointerPointer expressions,
IntPointer flags,
IntPointer ids,
int elements,
int mode,
hs_platform_info_t platform,
PointerPointer db,
PointerPointer error)
The multiple regular expression compiler.
|
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(BytePointer expression,
int flags,
int mode,
hs_platform_info_t platform,
PointerPointer db,
PointerPointer error)
The basic regular expression compiler.
|
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_populate_platform(hs_platform_info_t platform)
Populates the platform information based on the current host.
|
Copyright © 2020. All rights reserved.