HomeSort by relevance Sort by last modified time
    Searched refs:cups_option_t (Results 1 - 25 of 30) sorted by null

1 2

  /external/libcups/cups/
options.c 27 static int cups_compare_options(cups_option_t *a, cups_option_t *b);
29 cups_option_t *option, int prev, int *rdiff);
43 cups_option_t **options) /* IO - Pointer to options */
45 cups_option_t *temp; /* Pointer to new option */
86 temp = (cups_option_t *)malloc(sizeof(cups_option_t));
88 temp = (cups_option_t *)realloc(*options, sizeof(cups_option_t) * (size_t)(num_options + 1));
102 memmove(temp + insert + 1, temp + insert, (size_t)(num_options - insert) * sizeof(cups_option_t));
    [all...]
testadmin.c 28 static void show_settings(int num_settings, cups_option_t *settings);
41 cups_option_t *settings; /* Settings */
100 cups_option_t *settings) /* I - Settings */
adminutil.h 75 cups_option_t **settings)
79 cups_option_t *settings)
ppd-private.h 119 cups_option_t *options; /* Options to apply */
143 cups_option_t *presets[_PWG_PRINT_COLOR_MODE_MAX][_PWG_PRINT_QUALITY_MAX];
168 extern int _cupsConvertOptions(ipp_t *request, ppd_file_t *ppd, _ppd_cache_t *pc, ipp_attribute_t *media_col_sup, ipp_attribute_t *doc_handling_sup, ipp_attribute_t *print_color_mode_sup, const char *user, const char *format, int copies, int num_options, cups_option_t *options);
179 cups_option_t **options);
182 cups_option_t *options,
217 cups_option_t **options,
cups.h 252 } cups_option_t; typedef in typeref:struct:cups_option_s
260 cups_option_t *options; /* Options */
351 cups_option_t *options);
354 int num_options, cups_option_t *options);
367 int num_options, cups_option_t **options);
369 cups_option_t *options);
371 cups_option_t *options);
373 cups_option_t *options);
375 cups_option_t **options);
407 cups_option_t *options) _CUPS_API_1_1_21
    [all...]
cups-private.h 75 cups_option_t *cupsd_settings;/* Server settings */
207 cups_option_t *defaults; /* Default options */
241 cups_option_t **values);
testoptions.c 32 cups_option_t *options; /* Options */
163 cups_option_t *option; /* Current option */
testcache.c 35 cups_option_t *options = NULL;/* Options */
ppd.h 368 extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _PPD_DEPRECATED;
418 cups_option_t *options,
453 cups_option_t **options)
459 cups_option_t **options)
testconflicts.c 39 cups_option_t *options; /* Options */
ppd-mark.c 54 cups_option_t *options) /* I - Options */
67 cups_option_t *optptr; /* Current option */
169 cups_option_t *preset;/* Current preset option */
610 cups_option_t **options, /* IO - Options */
735 cups_option_t *options, /* Options */
903 cups_option_t *vals, /* Values */
testdest.c 30 static void print_file(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *filename, int num_options, cups_option_t *options);
31 static void show_conflicts(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, int num_options, cups_option_t *options);
142 cups_option_t *options = NULL;/* Options */
191 cups_option_t *options = NULL;/* Options */
378 cups_option_t *options) /* I - Options */
446 cups_option_t *options) /* I - Options */
testcups.c 487 cups_option_t *aoption; /* Current option */
524 cups_option_t *option; /* Current option */
552 cups_option_t *aoption; /* Current option */
encode.c 339 cups_option_t *options) /* I - Options */
367 cups_option_t *options, /* I - Options */
379 cups_option_t *option; /* Current option */
382 cups_option_t *cols; /* Collection values */
dest-job.c 164 cups_option_t *options) /* I - Job options */
300 cups_option_t *options, /* I - Document options */
util.c 158 cups_option_t *options) /* I - Options */
708 cups_option_t *options) /* I - Options */
731 cups_option_t *options) /* I - Options */
752 cups_option_t *options) /* I - Options */
780 cups_option_t *options) /* I - Options */
getdevices.c 54 cups_option_t option; /* in/exclude-schemes option */
dest-options.c 55 cups_option_t *options,
57 cups_option_t **conflicts);
273 cups_option_t *options, /* I - Current options */
277 cups_option_t **conflicts, /* O - Conflicting options */
279 cups_option_t **resolved) /* O - Resolved options */
287 cups_option_t *myconf = NULL, /* My conflicting options */
    [all...]
ppd-conflicts.c 50 cups_option_t *options,
74 cups_option_t **options) /* O - Conflicting options */
174 cups_option_t **options) /* IO - Additional selected options */
179 cups_option_t *newopts; /* New options */
954 cups_option_t *options, /* I - Additional options */
    [all...]
adminutil.c 841 cups_option_t **settings) /* O - Settings */
850 cups_option_t *setting; /* Current setting */
1157 cups_option_t *settings) /* I - Settings */
    [all...]
dest.c 248 cups_option_t *doption, /* Current destination option */
275 dest->options = calloc(sizeof(cups_option_t), (size_t)parent->num_options);
772 cups_option_t *new_option, /* Current destination option */
811 if ((new_dest->options = calloc(sizeof(cups_option_t), (size_t)dest->num_options)) == NULL)
    [all...]
  /external/libcups/filter/
common.h 55 extern ppd_file_t *SetCommonOptions(int num_options, cups_option_t *options,
common.c 47 cups_option_t *options, /* I - Options */
pstops.c 65 cups_option_t *options; /* Options for this page */
74 cups_option_t *options; /* Document-wide options */
172 cups_option_t **options);
177 cups_option_t *options);
187 int num_options, cups_option_t *options);
202 cups_option_t *options; /* Print options */
    [all...]
testraster.c 185 cups_option_t *options);
217 cups_option_t *options; /* Options */
277 cups_option_t *options) /* I - Options */

Completed in 105 milliseconds

1 2