Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.h24 static void req_destroy(napi_env env, void *nativeObject, void *finalize_hint);
H A Dunit.cpp679 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
1152 Unit::req_destroy(napi_env env, void *r, void *finalize_hint) in req_destroy() function in Unit