Go to the documentation of this file.
24 #ifndef SURICATA_DATASETS_STRING_H
25 #define SURICATA_DATASETS_STRING_H
42 uint32_t
StringHash(uint32_t hash_seed,
void *s);
uint32_t StringJsonGetLength(void *s)
uint32_t StringHash(uint32_t hash_seed, void *s)
int StringJsonSet(void *dst, void *src)
bool StringCompare(void *a, void *b)
void StringJsonFree(void *s)
uint32_t StringGetLength(void *s)
int StringSet(void *dst, void *src)
int StringAsBase64(const void *s, char *out, size_t out_size)
struct StringType StringType