Home
last modified time | relevance | path

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

/external/libcups/tools/
Dippeveps.c351 int num_media_col = 0; /* Number of media-col values */ in get_options() local
381 num_media_col = cupsParseOptions(value, 0, &media_col); in get_options()
389 num_media_col = cupsAddOption("media-size-name", value, 0, &media_col); in get_options()
393 if ((value = cupsGetOption("media-size-name", num_media_col, media_col)) != NULL) in get_options()
397 else if ((value = cupsGetOption("media-size", num_media_col, media_col)) != NULL) in get_options()
442 if ((value = cupsGetOption("media-source", num_media_col, media_col)) != NULL) in get_options()
448 if ((value = cupsGetOption("media-type", num_media_col, media_col)) != NULL) in get_options()
516 cupsFreeOptions(num_media_col, media_col); in get_options()