Go to the source code of this file.
|
void | MpmACTileRegister (void) |
| Register the aho-corasick mpm 'ks' originally developed by Ken Steele for Tilera Tile-Gx processor. More...
|
|
◆ SCACTileCtx
◆ SCACTileOutputTable
◆ SCACTilePatternList
◆ SCACTileSearchCtx
◆ SCACTileThreadCtx
◆ MpmACTileRegister()
void MpmACTileRegister |
( |
void |
| ) |
|
Register the aho-corasick mpm 'ks' originally developed by Ken Steele for Tilera Tile-Gx processor.
Definition at line 1460 of file util-mpm-ac-ks.c.
References MpmTableElmt_::AddPattern, MpmTableElmt_::AddPatternNocase, MpmTableElmt_::DestroyCtx, MpmTableElmt_::DestroyThreadCtx, MpmTableElmt_::InitCtx, MpmTableElmt_::InitThreadCtx, MPM_AC_KS, mpm_table, MpmTableElmt_::name, MpmTableElmt_::Prepare, MpmTableElmt_::PrintCtx, MpmTableElmt_::PrintThreadCtx, MpmTableElmt_::RegisterUnittests, SCACTileAddPatternCI(), SCACTileAddPatternCS(), SCACTileDestroyCtx(), SCACTileDestroyThreadCtx(), SCACTileInitCtx(), SCACTileInitThreadCtx(), SCACTilePreparePatterns(), SCACTilePrintInfo(), SCACTilePrintSearchStats(), SCACTileRegisterTests(), SCACTileSearch(), and MpmTableElmt_::Search.
Referenced by MpmTableSetup().