Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Doptions.c83 int optionset_alloc, optionset_count; variable
211 optionset_count = 0; in options_init()
286 for (i = 0; i < optionset_count; i++) in options_free()
291 optionset_count = 0; in options_free()
1459 if (idx < 0 || idx >= optionset_count) { in optionset_name()
1470 for (i = 0; i < optionset_count; i++) { in optionset()
1475 if (optionset_count == optionset_alloc) { in optionset()
1478 for (i = optionset_count; i < optionset_alloc; i++) in optionset()
1482 optionsets[optionset_count] = strdup(name); in optionset()
1483 optionset_count++; in optionset()
[all …]