Searched defs:SoApi (Results 1 – 1 of 1) sorted by relevance
51 struct SoApi struct53 snort::BaseApi base;55 const uint8_t* rule;56 unsigned length;59 SoAuxFunc pinit; // initialize global plugin data60 SoAuxFunc pterm; // clean-up pinit()62 SoAuxFunc tinit; // initialize thread-local plugin data63 SoAuxFunc tterm; // clean-up tinit()66 SoNewFunc ctor; // get eval with optional instance data67 SoDelFunc dtor; // clean up instance data