Lines Matching refs:http_t
23 static int add_printer_to_class(http_t *http, char *printer, char *pclass);
24 static int default_printer(http_t *http, char *printer);
25 static int delete_printer(http_t *http, char *printer);
26 static int delete_printer_from_class(http_t *http, char *printer,
28 static int delete_printer_option(http_t *http, char *printer,
30 static int enable_printer(http_t *http, char *printer);
32 static cups_ptype_t get_printer_type(http_t *http, char *printer, char *uri,
34 static int set_printer_options(http_t *http, char *printer,
50 http_t *http; /* Connection to server */ in main()
686 add_printer_to_class(http_t *http, /* I - Server connection */ in add_printer_to_class()
809 default_printer(http_t *http, /* I - Server connection */ in default_printer()
858 delete_printer(http_t *http, /* I - Server connection */ in delete_printer()
907 http_t *http, /* I - Server connection */ in delete_printer_from_class()
1057 delete_printer_option(http_t *http, /* I - Server connection */ in delete_printer_option()
1109 enable_printer(http_t *http, /* I - Server connection */ in enable_printer()
1171 http_t *http; /* Connection to printer */ in get_printer_ppd()
1263 get_printer_type(http_t *http, /* I - Server connection */ in get_printer_type()
1323 http_t *http, /* I - Server connection */ in set_printer_options()