|
suricata
|

Go to the source code of this file.
Data Structures | |
| struct | StateQueue_ |
| Helper structure used by AC during state table creation. More... | |
Macros | |
| #define | STATE_QUEUE_CONTAINER_SIZE 65536 |
Typedefs | |
| typedef struct StateQueue_ | StateQueue |
| Helper structure used by AC during state table creation. More... | |
Functions | |
| StateQueue * | SCACStateQueueAlloc (void) |
| void | SCACStateQueueFree (StateQueue *q) |
Definition in file util-mpm-ac-queue.h.
| #define STATE_QUEUE_CONTAINER_SIZE 65536 |
Definition at line 29 of file util-mpm-ac-queue.h.
| typedef struct StateQueue_ StateQueue |
Helper structure used by AC during state table creation.
| StateQueue* SCACStateQueueAlloc | ( | void | ) |
Definition at line 22 of file util-mpm-ac-queue.c.
References FatalError, SCCalloc, StateQueue_::size, STATE_QUEUE_CONTAINER_SIZE, and StateQueue_::store.
| void SCACStateQueueFree | ( | StateQueue * | q | ) |
Definition at line 36 of file util-mpm-ac-queue.c.
References SCFree, and StateQueue_::store.