Searched refs:allow_networking (Results 1 – 2 of 2) sorted by relevance
/external/libcups/scheduler/ |
D | process.c | 72 int allow_networking)/* I - Allow networking off machine? */ in cupsdCreateProfile() argument 94 …LOG_DEBUG2, "cupsdCreateProfile(job_id=%d, allow_networking=%d) = NULL", job_id, allow_networking); in cupsdCreateProfile() 105 …LOG_DEBUG2, "cupsdCreateProfile(job_id=%d, allow_networking=%d) = NULL", job_id, allow_networking); in cupsdCreateProfile() 325 if (allow_networking) in cupsdCreateProfile() 353 …, "cupsdCreateProfile(job_id=%d,allow_networking=%d) = \"%s\"", job_id, allow_networking, profile); in cupsdCreateProfile() 357 …LOG_DEBUG2, "cupsdCreateProfile(job_id=%d, allow_networking=%d) = NULL", job_id, allow_networking); in cupsdCreateProfile()
|
D | cupsd.h | 199 extern void *cupsdCreateProfile(int job_id, int allow_networking);
|