/unit/src/test/ |
H A D | nxt_utf8_file_name_test.c | 67 nxt_memzero(&uc_file, sizeof(nxt_file_t)); in nxt_utf8_file_name_test() 72 nxt_memzero(&lc_file, sizeof(nxt_file_t)); in nxt_utf8_file_name_test()
|
H A D | nxt_http_parse_test.c | 550 nxt_memzero(&rp, sizeof(nxt_http_request_parse_t)); in nxt_http_parse_test() 587 nxt_memzero(&hash, sizeof(nxt_lvlhsh_t)); in nxt_http_parse_test() 594 nxt_memzero(&hash, sizeof(nxt_lvlhsh_t)); in nxt_http_parse_test() 605 nxt_memzero(&hash, sizeof(nxt_lvlhsh_t)); in nxt_http_parse_test() 673 nxt_memzero(&rp, sizeof(nxt_http_request_parse_t)); in nxt_http_parse_test_bench()
|
H A D | nxt_lvlhsh_test.c | 154 nxt_memzero(&lh, sizeof(nxt_lvlhsh_t)); in nxt_lvlhsh_test()
|
/unit/src/ |
H A D | nxt_socket_msg.h | 85 nxt_memzero(cmsg, sizeof(struct cmsghdr)); in nxt_socket_msg_oob_init() 105 nxt_memzero(cmsg, sizeof(struct cmsghdr)); in nxt_socket_msg_oob_init()
|
H A D | nxt_controller.c | 168 nxt_memzero(&ctrl_init, sizeof(nxt_controller_init_t)); in nxt_controller_prefork() 223 nxt_memzero(&file, sizeof(nxt_file_t)); in nxt_controller_file_read() 336 nxt_memzero(&vldt, sizeof(nxt_conf_validation_t)); in nxt_controller_start() 1088 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_request() 1170 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_config() 1274 nxt_memzero(&vldt, sizeof(nxt_conf_validation_t)); in nxt_controller_process_config() 1357 nxt_memzero(&vldt, sizeof(nxt_conf_validation_t)); in nxt_controller_process_config() 1483 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_cert() 1646 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_cert_save() 2059 nxt_memzero(&pretty, sizeof(nxt_conf_json_pretty_t)); in nxt_controller_response() [all …]
|
H A D | nxt_buf.c | 40 nxt_memzero(b, NXT_BUF_MEM_SIZE); in nxt_buf_mem_alloc() 69 nxt_memzero(b, NXT_BUF_MEM_SIZE + sizeof(nxt_buf_ts_t)); in nxt_buf_mem_ts_alloc() 105 nxt_memzero(b, NXT_BUF_FILE_SIZE); in nxt_buf_file_alloc()
|
H A D | nxt_list.c | 71 nxt_memzero(p, list->size); in nxt_list_zero_add()
|
H A D | nxt_mem_zone.c | 254 nxt_memzero(start, reserved); in nxt_mem_zone_pages() 436 nxt_memzero(p, size); in nxt_mem_zone_zalloc() 563 nxt_memzero(map, slot->map_size); in nxt_mem_zone_alloc_small() 911 nxt_memzero(&page[1], (count - 1) * sizeof(nxt_mem_zone_page_t)); in nxt_mem_zone_free_pages() 920 nxt_memzero(next_page, sizeof(nxt_mem_zone_page_t)); in nxt_mem_zone_free_pages()
|
H A D | nxt_job_resolve.c | 42 nxt_memzero(&hint, sizeof(struct addrinfo)); in nxt_job_resolve()
|
H A D | nxt_signal.c | 76 nxt_memzero(&sa, sizeof(struct sigaction)); in nxt_signal_action()
|
H A D | nxt_nncq.h | 92 nxt_memzero((void *) q->entries, NXT_NNCQ_SIZE * sizeof(nxt_nncq_atomic_t)); in nxt_nncq_init()
|
H A D | nxt_aix_send_file.c | 58 nxt_memzero(&sfp, sizeof(struct sf_parms)); in nxt_aix_event_conn_io_send_file()
|
H A D | nxt_app_nncq.h | 94 nxt_memzero((void *) q->entries, in nxt_app_nncq_init()
|
H A D | nxt_malloc.c | 57 nxt_memzero(p, size); in nxt_zalloc()
|
H A D | nxt_macosx_sendfile.c | 77 nxt_memzero(&hdtr, sizeof(struct sf_hdtr)); in nxt_macosx_event_conn_io_sendfile()
|
H A D | nxt_freebsd_sendfile.c | 81 nxt_memzero(&hdtr, sizeof(struct sf_hdtr)); in nxt_freebsd_event_conn_io_sendfile()
|
H A D | nxt_vector.c | 132 nxt_memzero(item, vector->item_size); in nxt_vector_zero_add()
|
H A D | nxt_array.c | 92 nxt_memzero(p, array->size); in nxt_array_zero_add()
|
H A D | nxt_http_source.c | 82 nxt_memzero(stream, sizeof(nxt_stream_source_t)); in nxt_http_source_handler() 100 nxt_memzero(&hs->u.status_parse, sizeof(nxt_http_status_parse_t)); in nxt_http_source_handler() 228 nxt_memzero(&hs->u.header, sizeof(nxt_http_split_header_parse_t)); in nxt_http_source_status_filter()
|
H A D | nxt_job.c | 51 nxt_memzero(job, size); in nxt_job_init()
|
H A D | nxt_sha1.c | 74 nxt_memzero(&ctx->buffer[used], free); in nxt_sha1_final() 80 nxt_memzero(&ctx->buffer[used], free - 8); in nxt_sha1_final() 115 nxt_memzero(ctx, sizeof(*ctx)); in nxt_sha1_final()
|
H A D | nxt_fastcgi_source.c | 156 nxt_memzero(stream, sizeof(nxt_stream_source_t)); in nxt_fastcgi_source_handler() 181 nxt_memzero(&fs->u.header, sizeof(nxt_http_split_header_parse_t)); in nxt_fastcgi_source_handler() 302 nxt_memzero(b->mem.free, size); in nxt_fastcgi_request_create()
|
H A D | nxt_port_rpc.c | 389 nxt_memzero(&msg, sizeof(msg)); in nxt_port_rpc_remove_peer() 390 nxt_memzero(&buf, sizeof(buf)); in nxt_port_rpc_remove_peer()
|
H A D | nxt_work_queue.c | 91 nxt_memzero(cache, sizeof(nxt_work_queue_cache_t)); in nxt_work_queue_cache_create()
|
H A D | nxt_string.h | 36 #define nxt_memzero(buf, length) \ macro
|