Searched refs:PPDsByMakeModel (Results 1 – 1 of 1) sorted by relevance
124 *PPDsByMakeModel = NULL; variable295 cupsArrayAdd(PPDsByMakeModel, ppd); in add_ppd()1119 cupsArrayRemove(PPDsByMakeModel, ppd); in list_ppds()1281 if (limit <= 0 || limit > cupsArrayCount(PPDsByMakeModel)) in list_ppds()1282 count = cupsArrayCount(PPDsByMakeModel); in list_ppds()1301 for (ppd = (ppd_info_t *)cupsArrayFirst(PPDsByMakeModel); in list_ppds()1303 ppd = (ppd_info_t *)cupsArrayNext(PPDsByMakeModel)) in list_ppds()1419 for (ppd = (ppd_info_t *)cupsArrayFirst(PPDsByMakeModel); in list_ppds()1421 ppd = (ppd_info_t *)cupsArrayNext(PPDsByMakeModel)) in list_ppds()1439 matches = PPDsByMakeModel; in list_ppds()[all …]