Searched refs:trap (Results 1 – 3 of 3) sorted by relevance
44 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() local132 if (error != NULL || trap != NULL) { in nxt_wasmtime_execute_hook()143 wasm_trap_t *trap = NULL; in nxt_wasmtime_execute_request() local154 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() local314 if (error != NULL || trap != NULL) { in nxt_wasmtime_init_memory()[all …]
66 nxt_uint_t trap; in nxt_http_parse_target() local74 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() local262 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()
42 # /bin/sh -c "(...)" is to intercept "Killed", "Abort trap",