iMaxPrintJobs 408 source3/param/loadparm.c int iMaxPrintJobs;
iMaxPrintJobs 2550 source3/param/loadparm.c .ptr = &sDefault.iMaxPrintJobs,
iMaxPrintJobs 9588 source3/param/loadparm.c int maxjobs = LP_SNUM_OK(snum) ? ServicePtrs[snum]->iMaxPrintJobs : sDefault.iMaxPrintJobs;
iMaxPrintJobs 205 source4/param/loadparm.c int iMaxPrintJobs;
iMaxPrintJobs 437 source4/param/loadparm.c {"max print jobs", P_INTEGER, P_LOCAL, LOCAL_VAR(iMaxPrintJobs), NULL, NULL},
iMaxPrintJobs 2250 source4/param/loadparm.c lp_ctx->sDefault->iMaxPrintJobs = 1000;
iMaxPrintJobs 2629 source4/param/loadparm.c int maxjobs = (service != NULL) ? service->iMaxPrintJobs : sDefault->iMaxPrintJobs;