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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dserver.c57 DefaultProfile = cupsdCreateProfile(0);
H A Dcupsd.h206 extern void *cupsdCreateProfile(int job_id);
H A Dprocess.c17 * cupsdCreateProfile() - Create an execution profile for a subprocess.
67 * 'cupsdCreateProfile()' - Create an execution profile for a subprocess.
71 cupsdCreateProfile(int job_id) /* I - Job ID or 0 for none */ function
89 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCreateProfile(job_id=%d) = NULL",
97 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCreateProfile(job_id=%d) = NULL",
202 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCreateProfile(job_id=%d) = \"%s\"",
207 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCreateProfile(job_id=%d) = NULL",
H A Djob.c4495 job->profile = cupsdCreateProfile(job->id);

Completed in 282 milliseconds