Home
last modified time | relevance | path

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

/unit/src/wasm/
H A Dnxt_rt_wasmtime.c44 if (error == NULL && trap == NULL) { in nxt_wasmtime_err_msg()
52 wasm_trap_message(trap, &error_message); in nxt_wasmtime_err_msg()
53 wasm_trap_delete(trap); in nxt_wasmtime_err_msg()
122 wasm_trap_t *trap = NULL; in nxt_wasmtime_execute_hook() local
132 if (error != NULL || trap != NULL) { in nxt_wasmtime_execute_hook()
143 wasm_trap_t *trap = NULL; in nxt_wasmtime_execute_request() local
154 if (error != NULL || trap != NULL) { in nxt_wasmtime_execute_request()
155 nxt_wasmtime_err_msg(error, trap, in nxt_wasmtime_execute_request()
302 wasm_trap_t *trap = NULL; in nxt_wasmtime_init_memory() local
314 if (error != NULL || trap != NULL) { in nxt_wasmtime_init_memory()
[all …]
/unit/src/
H A Dnxt_http_parse.c66 nxt_uint_t trap; in nxt_http_parse_target() local
74 trap = nxt_http_target_chars[ch]; \ in nxt_http_parse_target()
76 if (nxt_slow_path(trap != 0)) { \ in nxt_http_parse_target()
78 return trap; \ in nxt_http_parse_target()
165 nxt_http_target_traps_e trap; in nxt_http_parse_request_line() local
262 trap = nxt_http_parse_target(&p, end); in nxt_http_parse_request_line()
264 switch (trap) { in nxt_http_parse_request_line()
319 trap = nxt_http_parse_target(&p, end); in nxt_http_parse_request_line()
321 switch (trap) { in nxt_http_parse_request_line()
/unit/auto/
H A Dfeature42 # /bin/sh -c "(...)" is to intercept "Killed", "Abort trap",