Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Doptions.c83 int optionset_alloc, optionset_count; variable
210 optionset_alloc = 8; in options_init()
212 optionsets = calloc(optionset_alloc, sizeof(char *)); in options_init()
290 optionset_alloc = 0; in options_free()
1475 if (optionset_count == optionset_alloc) { in optionset()
1476 optionset_alloc *= 2; in optionset()
1477 optionsets = realloc(optionsets, optionset_alloc * sizeof(char *)); in optionset()
1478 for (i = optionset_count; i < optionset_alloc; i++) in optionset()