Home | History | Annotate | Download | only in cups

Lines Matching refs:_cupsGetDests

1300  * '_cupsGetDests()' - Get destinations from a server.
1323 _cupsGetDests(http_t *http, /* I - Connection to server or
1380 DEBUG_printf(("_cupsGetDests(http=%p, op=%x(%s), name=\"%s\", dests=%p, type=%x, mask=%x)", (void *)http, op, ippOpString(op), name, (void *)dests, type, mask));
1388 DEBUG_printf(("1_cupsGetDests: Default media is '%s'.", media_default));
1508 DEBUG_printf(("1_cupsGetDests: Setting media to '%s'.", media_default));
1916 if (!_cupsGetDests(http, op, dest_name, &dest, 0, 0))
2115 num_temps = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &temps, 0, 0);
3620 num_dests = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &dests, type, mask);