Home
last modified time | relevance | path

Searched refs:python_script (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp159 const char *python_script) in ScriptSummaryFormat() argument
164 if (python_script) in ScriptSummaryFormat()
165 m_python_script.assign(python_script); in ScriptSummaryFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h359 const char *python_script = nullptr);
/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h445 struct config_strlist* python_script; member
H A Dconfig_file.c268 cfg->python_script = NULL; in config_create()
624 else S_STRLIST("python-script:", python_script) in config_set_option()
1078 else O_LST(opt, "python-script", python_script) in config_get_option()
1465 config_delstrlist(cfg->python_script); in config_delete()
H A Dconfigparser.y2852 if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, $2))
/freebsd-12.1/contrib/unbound/contrib/
H A Dfastrpz.patch3186 config_delstrlist(cfg->python_script);