Searched refs:pstops_doc_t (Results 1 – 1 of 1) sorted by relevance
/external/libcups/filter/ |
D | pstops.c | 111 } pstops_doc_t; typedef 137 static pstops_page_t *add_page(pstops_doc_t *doc, const char *label); 139 static int check_range(pstops_doc_t *doc, int page); 142 static ssize_t copy_comments(cups_file_t *fp, pstops_doc_t *doc, 145 static void copy_dsc(cups_file_t *fp, pstops_doc_t *doc, 148 static void copy_non_dsc(cups_file_t *fp, pstops_doc_t *doc, 151 static ssize_t copy_page(cups_file_t *fp, pstops_doc_t *doc, 154 static ssize_t copy_prolog(cups_file_t *fp, pstops_doc_t *doc, 157 static ssize_t copy_setup(cups_file_t *fp, pstops_doc_t *doc, 160 static ssize_t copy_trailer(cups_file_t *fp, pstops_doc_t *doc, [all …]
|