ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Macros | |
#define | __ZE_ENTROPY_H |
Functions | |
double | entropy_monogram (char *, size_t) |
double | entropy_token_class (char *, size_t) |
bool | message_entropy (char *, char *) |
bool | message_extract_http_urls (char *, char *) |
bool | text_buffer_entropy (char *, size_t, double *, double *, double *) |
#define __ZE_ENTROPY_H |
Definition at line 38 of file ze-entropy.h.
double entropy_monogram | ( | char * | , |
size_t | |||
) |
Definition at line 107 of file ze-entropy.c.
double entropy_token_class | ( | char * | , |
size_t | |||
) |
Definition at line 325 of file ze-entropy.c.
bool message_entropy | ( | char * | , |
char * | |||
) |
Definition at line 587 of file ze-entropy.c.
bool message_extract_http_urls | ( | char * | , |
char * | |||
) |
Definition at line 695 of file ze-entropy.c.
bool text_buffer_entropy | ( | char * | , |
size_t | , | ||
double * | , | ||
double * | , | ||
double * | |||
) |
Definition at line 210 of file ze-entropy.c.