Searched refs:spec_t (Results 1 – 2 of 2) sorted by relevance
20 } spec_t; typedef28 spec_t *spec_arr;91 spec_t *spec_arr = data->spec_arr; in process_line()179 maxnspec = UINT_MAX / sizeof(spec_t); in init()205 malloc(sizeof(spec_t) * data->nspec))) in init()208 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); in init()249 spec_t *spec_arr = data->spec_arr; in lookup()
36 } spec_t; typedef50 spec_t *spec_arr;224 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf) in compile_regex()285 spec_t *spec_arr = data->spec_arr; in process_line()408 spec_t *spec_copy = NULL; in init()454 maxnspec = UINT_MAX / sizeof(spec_t); in init()496 malloc(sizeof(spec_t) * data->nspec))) in init()498 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); in init()509 spec_copy = malloc(sizeof(spec_t) * data->nspec); in init()516 &data->spec_arr[i], sizeof(spec_t)); in init()[all …]