Searched refs:jobparams_t (Results 1 – 5 of 5) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | spooler.c | 41 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_cups() 107 int find_ppdfile(const char *user_default_path, jobparams_t *job) in find_ppdfile() 168 int find_default_printer(const char *user_default_path, jobparams_t *job) in find_default_printer() 195 void init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_direct()
|
D | spooler.h | 31 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job); 32 void init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job);
|
D | foomaticrip.h | 94 } jobparams_t; typedef 97 jobparams_t * get_current_job();
|
D | foomaticrip.c | 99 jobparams_t *job = NULL; 101 jobparams_t * get_current_job() in get_current_job() 759 jobparams_t * create_job() in create_job() 761 jobparams_t *job = calloc(1, sizeof(jobparams_t)); in create_job() 776 void free_job(jobparams_t *job) in free_job()
|
D | options.c | 1151 jobparams_t *job = get_current_job(); in unhtmlify()
|