Home | History | Annotate | Download | only in lib

Lines Matching full:calloc

2840 	      sub_top->path = calloc (sizeof (state_array_t),
3406 calloc (sizeof (re_dfastate_t *), SBC_MAX);
3500 (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), SBC_MAX);
3531 (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), 2 * SBC_MAX);
4366 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
4393 new_entry = calloc (1, sizeof (re_sub_match_last_t));