![]() |
yumapro
24.10-6
YumaPro SDK
|
YumaPro Module tags handler. More...
Go to the source code of this file.
Functions | |
status_t | agt_modtags_init (void) |
Initialize YumaPro module tags feature. More... | |
status_t | agt_modtags_init2 (void) |
Initialize YumaPro module tags feature (phase 2) More... | |
void | agt_modtags_cleanup (void) |
Cleanup the module static data. More... | |
status_t | agt_modtags_setup_filter (xml_msg_hdr_t *msg, val_value_t *inputval, val_value_t **errval) |
Setup a modtag filter in the specified msg. More... | |
boolean | agt_modtags_check_filter (xml_msg_hdr_t *msg, val_value_t *val) |
Check a modtag filter in the specified msg applies to the value. More... | |
void * | agt_modtags_find_modtag (const xmlChar *tagstr) |
Find a modtag; return opaque pointer. More... | |
boolean | agt_modtags_check_modtag (void *v_modtag, xmlns_id_t nsid) |
Check a modtag filter for NACM. More... | |
YumaPro Module tags handler.