Searched refs:ngx_calloc (Results 1 – 4 of 4) sorted by relevance
17 void *ngx_calloc(size_t size, ngx_log_t *log);
35 ngx_calloc(size_t size, ngx_log_t *log) in ngx_calloc() function
756 cycle->files = ngx_calloc(sizeof(ngx_connection_t *) * cycle->files_n * 2, in ngx_event_process_init()759 cycle->files = ngx_calloc(sizeof(ngx_connection_t *) * cycle->files_n, in ngx_event_process_init()
970 file->event = ngx_calloc(sizeof(ngx_event_t), log); in ngx_open_file_add_event()