Home
last modified time | relevance | path

Searched refs:pythonmod_env (Results 1 – 3 of 3) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dpythonmod.c79 struct pythonmod_env { struct
269 struct pythonmod_env* pe = (struct pythonmod_env*)calloc(1, sizeof(struct pythonmod_env)); in pythonmod_init()
487 struct pythonmod_env* pe = env->modinfo[id]; in pythonmod_deinit()
524 struct pythonmod_env* pe = (struct pythonmod_env*)qstate->env->modinfo[id]; in pythonmod_inform_super()
560 struct pythonmod_env* pe = (struct pythonmod_env*)qstate->env->modinfo[id]; in pythonmod_operate()
627 struct pythonmod_env* pe = (struct pythonmod_env*)env->modinfo[id]; in pythonmod_get_mem()
/dports/dns/unbound/unbound-1.14.0/pythonmod/doc/modules/
H A Denv.rst10 See :class:`pythonmod_env`.
H A Dstruct.rst483 pythonmod_env section in Scriptable structures
486 .. class:: pythonmod_env