#include "modparam.h"#include "dprint.h"#include "mem/mem.h"#include <sys/types.h>#include <regex.h>#include <string.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, len, _str::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, s, _str::s, and str. Referenced by set_mod_param(), and yyparse(). |
1.3.9.1