Lines Matching refs:e

195     } catch (exception &e) {  in init()  local
196 napi.throw_error(e); in init()
237 } catch (exception &e) { in create() local
238 napi.throw_error(e); in create()
261 } catch (exception &e) { in create_server() local
262 napi.throw_error(e); in create_server()
338 } catch (exception &e) { in request_handler() local
339 nxt_unit_req_warn(req, "request_handler: %s", e.str); in request_handler()
379 } catch (exception &e) { in websocket_handler() local
380 nxt_unit_req_warn(ws->req, "websocket_handler: %s", e.str); in websocket_handler()
424 } catch (exception &e) { in close_handler() local
425 nxt_unit_req_warn(req, "close_handler: %s", e.str); in close_handler()
464 } catch (exception &e) { in shm_ack_handler() local
465 nxt_unit_warn(ctx, "shm_ack_handler: %s", e.str); in shm_ack_handler()
562 } catch (exception &e) { in quit() local
563 nxt_unit_debug(ctx, "quit: %s", e.str); in quit()
761 } catch (exception &e) { in request_read() local
778 } catch (exception &e) { in request_read() local
779 napi.throw_error(e); in request_read()
917 } catch (exception &e) { in response_send_headers() local
918 napi.throw_error(e); in response_send_headers()
1004 } catch (exception &e) { in response_write() local
1005 napi.throw_error(e); in response_write()
1033 } catch (exception &e) { in response_end() local
1034 napi.throw_error(e); in response_end()
1080 } catch (exception &e) { in websocket_send_frame() local
1093 } catch (exception &e) { in websocket_send_frame() local
1094 napi.throw_error(e); in websocket_send_frame()
1134 } catch (exception &e) { in websocket_set_sock() local
1135 napi.throw_error(e); in websocket_set_sock()