Home
last modified time | relevance | path

Searched refs:nxt_memzero (Results 26 – 50 of 51) sorted by relevance

123

/unit/src/
H A Dnxt_thread_time.c118 nxt_memzero(&now, sizeof(nxt_monotonic_time_t)); in nxt_time_thread()
H A Dnxt_application.c960 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_app_set_logs()
973 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_app_set_logs()
1121 nxt_memzero(init, sizeof(nxt_unit_init_t)); in nxt_unit_default_init()
H A Dnxt_select_engine.c93 nxt_memzero(&engine->u.select, sizeof(nxt_select_engine_t)); in nxt_select_free()
H A Dnxt_router_access_log.c82 nxt_memzero(&alcf, sizeof(nxt_router_access_log_conf_t)); in nxt_router_access_log_create()
H A Dnxt_http_route.c439 nxt_memzero(&mtcf, sizeof(mtcf)); in nxt_http_route_match_create()
659 nxt_memzero(&acf, sizeof(acf)); in nxt_http_action_init()
667 nxt_memzero(action, sizeof(nxt_http_action_t)); in nxt_http_action_init()
1442 nxt_memzero(segments, n * sizeof(nxt_str_t)); in nxt_http_pass_segments()
H A Dnxt_kqueue_engine.c240 nxt_memzero(&engine->u.kqueue, sizeof(nxt_kqueue_engine_t)); in nxt_kqueue_free()
570 nxt_memzero(&sa, sizeof(struct sigaction)); in nxt_kqueue_add_signal()
H A Dnxt_http_static.c372 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_http_static_send_ready()
418 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_http_static_send_ready()
H A Dnxt_cert.c888 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_cert_store_load()
1151 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_cert_store_get_handler()
H A Dnxt_var.c510 nxt_memzero(&parts, sizeof(nxt_array_t)); in nxt_var_interpreter()
H A Dnxt_eventport_engine.c148 nxt_memzero(&engine->u.eventport, sizeof(nxt_eventport_engine_t)); in nxt_eventport_free()
H A Dnxt_file.c54 nxt_memzero(&how, sizeof(how)); in nxt_file_openat2()
H A Dnxt_poll_engine.c132 nxt_memzero(&engine->u.poll, sizeof(nxt_poll_engine_t)); in nxt_poll_free()
H A Dnxt_pollset_engine.c160 nxt_memzero(&engine->u.pollset, sizeof(nxt_pollset_engine_t)); in nxt_pollset_free()
H A Dnxt_devpoll_engine.c165 nxt_memzero(&engine->u.devpoll, sizeof(nxt_devpoll_engine_t)); in nxt_devpoll_free()
H A Dnxt_event_engine.c692 nxt_memzero(b, NXT_BUF_MEM_SIZE); in nxt_event_engine_buf_mem_alloc()
H A Dnxt_php_sapi.c1016 nxt_memzero(&ctx, sizeof(ctx)); in nxt_php_request_handler()
1142 nxt_memzero(handle, sizeof(zend_file_handle)); in nxt_zend_stream_init_fp()
H A Dnxt_runtime.c793 nxt_memzero(&rt->capabilities, sizeof(nxt_capabilities_t)); in nxt_runtime_conf_init()
1489 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_runtime_pid_file_create()
H A Dnxt_main_process.c1676 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_main_file_store()
1712 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_main_port_access_log_handler()
H A Dnxt_lvlhsh.c471 nxt_memzero(lvl, size * (sizeof(void *))); in nxt_lvlhsh_convert_bucket_to_level()
H A Dnxt_port_memory.c75 nxt_memzero(port_mmaps->elts + port_mmaps->cap, in nxt_port_mmap_at()
H A Dnxt_epoll_engine.c350 nxt_memzero(&engine->u.epoll, sizeof(nxt_epoll_engine_t)); in nxt_epoll_free()
H A Dnxt_router.c985 nxt_memzero(report, sizeof(nxt_status_report_t)); in nxt_router_status_handler()
1710 nxt_memzero(app, sizeof(nxt_app_t)); in nxt_router_conf_create()
1755 nxt_memzero(app_joint, sizeof(nxt_app_joint_t)); in nxt_router_conf_create()
1960 nxt_memzero(&lscf, sizeof(lscf)); in nxt_router_conf_create()
H A Dnxt_h1proto.c925 nxt_memzero(b->file, sizeof(nxt_file_t)); in nxt_h1p_request_body_read()
1809 nxt_memzero(h1p, offsetof(nxt_h1proto_t, conn)); in nxt_h1p_keepalive()
H A Dnxt_openssl.c1149 nxt_memzero(conf->tickets->tickets,
/unit/src/test/
H A Dnxt_cq_test.c455 nxt_memzero(wi, nprocs * sizeof(nxt_worker_info_t)); in main()

123