#include "sr_module.h"Go to the source code of this file.
Functions | |
| int | set_mod_param (char *_mod, char *_name, modparam_t _type, void *_val) |
| int | set_mod_param_regex (char *regex, char *name, modparam_t type, void *val) |
|
||||||||||||||||||||
|
Definition at line 44 of file modparam.c. References set_mod_param_regex(). |
|
||||||||||||||||||||
|
Definition at line 49 of file modparam.c. References DBG, sr_module::exports, find_param_export(), L_ERR, _str::len, len, LOG, modparam_t, module_exports::name, sr_module::next, PARAM_INT, PARAM_STR, PARAM_STRING, PARAM_TYPE_MASK, sr_module::path, pkg_free, pkg_malloc, _str::s, s, and str. Referenced by set_mod_param(), and yyparse(). |
1.3.9.1