Home
last modified time | relevance | path

Searched refs:resp_destroy (Results 1 – 2 of 2) sorted by relevance

/unit/src/nodejs/unit-http/
H A Dunit.h25 static void resp_destroy(napi_env env, void *nativeObject, void *finalize_hint);
H A Dunit.cpp703 req_data->resp_ref = wrap(res, req, resp_destroy); in create_response()
1165 Unit::resp_destroy(napi_env env, void *r, void *finalize_hint) in resp_destroy() function in Unit