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()175 maxnspec = UINT_MAX / sizeof(spec_t); in init()201 malloc(sizeof(spec_t) * data->nspec))) in init()204 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); in init()245 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()400 spec_t *spec_copy = NULL; in init()446 maxnspec = UINT_MAX / sizeof(spec_t); in init()488 malloc(sizeof(spec_t) * data->nspec))) in init()490 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); in init()501 spec_copy = malloc(sizeof(spec_t) * data->nspec); in init()508 &data->spec_arr[i], sizeof(spec_t)); in init()[all …]