Home
last modified time | relevance | path

Searched refs:nxt_mp_free (Results 1 – 24 of 24) sorted by relevance

/unit/src/
H A Dnxt_array.c35 nxt_mp_free(array->mem_pool, array->elts); in nxt_array_destroy()
38 nxt_mp_free(array->mem_pool, array); in nxt_array_destroy()
70 nxt_mp_free(array->mem_pool, array->elts); in nxt_array_add()
H A Dnxt_port_rpc.c161 nxt_mp_free(port->mem_pool, reg); in nxt_port_rpc_register_handler_ex()
360 nxt_mp_free(port->mem_pool, reg); in nxt_port_rpc_handler()
452 nxt_mp_free(port->mem_pool, reg); in nxt_port_rpc_remove_peer()
485 nxt_mp_free(port->mem_pool, reg); in nxt_port_rpc_cancel()
H A Dnxt_mp.h87 NXT_EXPORT void nxt_mp_free(nxt_mp_t *mp, void *p);
H A Dnxt_buf.c214 nxt_mp_free(mp, b); in nxt_buf_completion()
291 nxt_mp_free(mp, b); in nxt_buf_ts_completion()
H A Dnxt_job.c77 nxt_mp_free(job->mem_pool, job); in nxt_job_destroy()
H A Dnxt_http_chunk_parse.c265 nxt_mp_free(mp, b); in nxt_http_chunk_buf_completion()
H A Dnxt_buf.h241 nxt_mp_free((mp), (b))
H A Dnxt_port_socket.c1063 nxt_mp_free(ctx, p); in nxt_port_lvlhsh_frag_free()
1115 nxt_mp_free(port->mem_pool, fmsg); in nxt_port_frag_start()
1123 nxt_mp_free(port->mem_pool, fmsg); in nxt_port_frag_start()
1235 nxt_mp_free(port->mem_pool, fmsg); in nxt_port_read_msg_process()
H A Dnxt_credential.c276 nxt_mp_free(mp, saved); in nxt_credential_groups_get()
H A Dnxt_conn_proxy.c886 nxt_mp_free(source->mem_pool, b); in nxt_conn_proxy_shutdown()
982 nxt_mp_free(p->client->mem_pool, p->client_buffer); in nxt_conn_proxy_completion()
983 nxt_mp_free(p->client->mem_pool, p->peer_buffer); in nxt_conn_proxy_completion()
H A Dnxt_http_static.c841 nxt_mp_free(r->mem_pool, b); in nxt_http_static_body_handler()
915 nxt_mp_free(r->mem_pool, b); in nxt_http_static_buf_completion()
1101 nxt_mp_free(data, p); in nxt_http_static_mtypes_hash_free()
H A Dnxt_port_memory.c191 nxt_mp_free(mp, b); in nxt_port_mmap_buf_completion()
573 nxt_mp_free(mp, b); in nxt_port_mmap_get_buf()
H A Dnxt_mp.c784 nxt_mp_free(nxt_mp_t *mp, void *p) in nxt_mp_free() function
1074 nxt_mp_free(pool, p); in nxt_mp_lvlhsh_free()
H A Dnxt_process.c789 nxt_mp_free(main_port->mem_pool, buf); in nxt_process_whoami()
802 nxt_mp_free(main_port->mem_pool, buf); in nxt_process_whoami()
H A Dnxt_port.c44 nxt_mp_free(mp, port); in nxt_port_mp_cleanup()
H A Dnxt_event_engine.c675 nxt_mp_free(engine->mem_pool, p); in nxt_event_engine_mem_free()
H A Dnxt_script.c535 nxt_mp_free(mp, b); in nxt_script_buf_completion()
H A Dnxt_h1proto_websocket.c488 nxt_mp_free(c->mem_pool, b); in nxt_h1p_ws_io_read_handler()
H A Dnxt_cert.c1118 nxt_mp_free(mp, b); in nxt_cert_buf_completion()
H A Dnxt_http_request.c766 nxt_mp_free(r->mem_pool, b); in nxt_http_request_mem_buf_completion()
H A Dnxt_runtime.c1545 nxt_mp_free(rt->mem_pool, process); in nxt_runtime_process_release()
H A Dnxt_conf.c1716 nxt_mp_free(data, p); in nxt_conf_object_hash_free()
H A Dnxt_router.c484 nxt_mp_free(b->data, b); in nxt_router_start_app_process_handler()
/unit/src/test/
H A Dnxt_mp_test.c73 nxt_mp_free(mp, blocks[n]); in nxt_mp_test()