Searched refs:cupsdValidateDest (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.h186 extern const char *cupsdValidateDest(const char *uri,
H A Dipp.c801 if (!cupsdValidateDest(uri->values[0].string.text, &dtype, &printer))
1061 if (!cupsdValidateDest(attr->values[i].string.text, &dtype, &member))
3210 if (!cupsdValidateDest(uri->values[0].string.text, &dtype, &printer))
3397 if (!cupsdValidateDest(uri->values[0].string.text, &dtype, &printer))
5133 if (!cupsdValidateDest(uri->values[0].string.text, NULL, &printer))
5300 else if (!cupsdValidateDest(uri->values[0].string.text, &dtype, &printer))
5614 if (!cupsdValidateDest(uri->values[0].string.text, &dtype, &printer))
6177 else if ((dest = cupsdValidateDest(uri->values[0].string.text, &dtype,
6661 cupsdValidateDest(uri->values[0].string.text, &dtype, &dest))
6932 if (!cupsdValidateDest(ur
[all...]
H A Djob.c1663 if ((dest = cupsdValidateDest(attr->values[0].string.text, &(job->dtype),
H A Dprinters.c2774 * 'cupsdValidateDest()' - Validate a printer/class destination.
2778 cupsdValidateDest( function
2797 DEBUG_printf(("cupsdValidateDest(uri=\"%s\", dtype=%p, printer=%p)\n", uri,

Completed in 115 milliseconds