Function hyperscan_sys::hs_database_size
source · [−]pub unsafe extern "C" fn hs_database_size(
database: *const hs_database_t,
database_size: *mut usize
) -> hs_error_t
Expand description
Provides the size of the given database in bytes.
@param database Pointer to compiled pattern database.
@param database_size On success, the size of the compiled database in bytes is placed in this parameter.
@return @ref HS_SUCCESS on success, other values on failure.