#include "types.h"
#include "fsmTree.h"
#include "decoderTree.h"
Go to the source code of this file.
|
int | getSeeStateEncoder (fsmTree_t tree, Uint allCount, Uint pos, Uint numMasked, const Uchar *text, Uint alphasize) |
| Returns the contents of the SEE table for the encoder. More...
|
|
int | getSeeStateDecoder (decoderTree_t tree, Uint allCount, Uint pos, Uint numMasked, const Uchar *text, Uint alphasize) |
| Returns the contents of the SEE table for the encoder. More...
|
|
void | updateSee (Uint state, BOOL escape, Uint alphasize) |
| Updates the SEE table. More...
|
|
void | initSee () |
| Initalizes the SEE table. More...
|
|
Returns the contents of the SEE table for the encoder.
Definition at line 82 of file see.c.
Returns the contents of the SEE table for the encoder.
- Parameters
-
[in] | tree | current node of the tree |
[in] | allCount | total number of symbols observed in this state |
[in] | pos | position of the current character in the input text |
[in] | numMasked | number of masked characters in the current state |
[in] | text | input text |
[in] | alphasize | text alphabet size |
- Returns
Definition at line 44 of file see.c.
Initalizes the SEE table.
Definition at line 139 of file see.c.
Updates the SEE table.
Definition at line 120 of file see.c.
SEE table structure.
Definition at line 27 of file see.h.