Searched refs:cupsdCreateProfile (Results 1 – 5 of 5) sorted by relevance
40 DefaultProfile = cupsdCreateProfile(0, 1); in cupsdStartServer()
199 extern void *cupsdCreateProfile(int job_id, int allow_networking);
71 cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */ in cupsdCreateProfile() function
561 const char *profile = cupsdCreateProfile(42, 0); in main()
4875 job->profile = cupsdCreateProfile(job->id, 0); in start_job()4876 job->bprofile = cupsdCreateProfile(job->id, 1); in start_job()