mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
Add windows DLL support
(with AVX2 flag removed currently)
This commit is contained in:
committed by
Chang, Harry
parent
49592833a7
commit
e395cd3166
36
hs_runtime.def
Normal file
36
hs_runtime.def
Normal file
@@ -0,0 +1,36 @@
|
||||
; Hyperscan DLL export definitions
|
||||
|
||||
LIBRARY hs_runtime
|
||||
|
||||
EXPORTS
|
||||
hs_alloc_scratch
|
||||
hs_clone_scratch
|
||||
hs_close_stream
|
||||
hs_compress_stream
|
||||
hs_copy_stream
|
||||
hs_database_info
|
||||
hs_database_size
|
||||
hs_deserialize_database
|
||||
hs_deserialize_database_at
|
||||
hs_expand_stream
|
||||
hs_free_database
|
||||
hs_free_scratch
|
||||
hs_open_stream
|
||||
hs_reset_and_copy_stream
|
||||
hs_reset_and_expand_stream
|
||||
hs_reset_stream
|
||||
hs_scan
|
||||
hs_scan_stream
|
||||
hs_scan_vector
|
||||
hs_scratch_size
|
||||
hs_serialize_database
|
||||
hs_serialized_database_info
|
||||
hs_serialized_database_size
|
||||
hs_set_allocator
|
||||
hs_set_database_allocator
|
||||
hs_set_misc_allocator
|
||||
hs_set_scratch_allocator
|
||||
hs_set_stream_allocator
|
||||
hs_stream_size
|
||||
hs_valid_platform
|
||||
hs_version
|
Reference in New Issue
Block a user