Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c55 #define Calloc(n,s) (char*)xcalloc((n),(s)) macro
165 tbl->bins = (st_table_entry **)Calloc(size, sizeof(st_table_entry*));
330 new_bins = (st_table_entry**)Calloc(new_num_bins, sizeof(st_table_entry*));
365 Calloc((unsigned)num_bins, sizeof(st_table_entry*));

Completed in 7 milliseconds