Home
last modified time | relevance | path

Searched defs:func (Results 1 – 6 of 6) sorted by path

/unit/src/
H A Dnxt_js.c240 nxt_str_t *func; in nxt_js_add_tpl() local
298 nxt_str_t *func; in nxt_js_compile() local
393 njs_function_t *func; in nxt_js_call() local
H A Dnxt_php_sapi.c194 zend_function *func; in PHP_MINIT_FUNCTION() local
/unit/src/python/
H A Dnxt_python_asgi.c71 PyObject *func; in nxt_python_asgi_check() local
145 PyObject *func; in nxt_python_asgi_init() local
/unit/src/wasm/
H A Dnxt_rt_wasmtime.c125 const nxt_wasm_func_t *func = &ctx->fh[hook].func; in nxt_wasmtime_execute_hook() local
148 const nxt_wasm_func_t *func = &ctx->fh[NXT_WASM_FH_REQUEST].func; in nxt_wasmtime_execute_request() local
173 wasmtime_func_callback_t func; in nxt_wasmtime_set_function_imports() member
308 const nxt_wasm_func_t *func = &ctx->fh[NXT_WASM_FH_MALLOC].func; in nxt_wasmtime_init_memory() local
415 const nxt_wasm_func_t *func = &ctx->fh[NXT_WASM_FH_FREE].func; in nxt_wasmtime_destroy() local
H A Dnxt_wasm.h107 nxt_wasm_func_t func; member
/unit/test/unit/
H A Dlog.py11 def print_log_on_assert(func): argument