Home
last modified time | relevance | path

Searched refs:func_init (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.c88 PyObject* func_init; member
554 if ((pe->func_init = PyDict_GetItemString(pe->dict, "init_standard")) == NULL) in pythonmod_init()
557 if ((pe->func_init = PyDict_GetItemString(pe->dict, "init")) == NULL) in pythonmod_init()
563 Py_XINCREF(pe->func_init); in pythonmod_init()
592 res = PyObject_CallFunction(pe->func_init, "iO", id, py_init_arg); in pythonmod_init()
609 Py_XDECREF(pe->func_init); in pythonmod_init()
644 Py_XDECREF(pe->func_init); in pythonmod_deinit()
/netbsd-src/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c55 …double (*func_init) (int n, mpfr_t * z, mpfr_t * x, mpfr_t * y); /* compute the time for one call … member
184 t = arrayfunc[i].func_init (NB_RAND_FLOAT, zptr, xptr, yptr); in compute_score()
/netbsd-src/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c55 …double (*func_init) (int n, mpc_t * z, mpc_t * x, mpc_t * y); /* compute the time for one call (no… member
222 t = arrayfunc[i].func_init (NB_RAND_CPLX, zptr, xptr, yptr); in compute_score()
/netbsd-src/external/bsd/unbound/dist/dynlibmod/
H A Ddynlibmod.c118 de->func_init = (func_init_t)(void*)initializer; in dynlibmod_init()
163 return de->func_init(env, id); in dynlibmod_init()
H A Ddynlibmod.h120 func_init_t func_init; member