Lines Matching refs:_cupsStrAlloc
512 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile()
521 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile()
528 pc->product = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
628 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
629 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
683 size->map.pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
684 size->map.ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
712 pc->custom_max_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
716 pc->custom_min_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
720 pc->source_option = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
767 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
768 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
816 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
817 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
847 pc->sides_option = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
849 pc->sides_1sided = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
851 pc->sides_2sided_long = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
853 pc->sides_2sided_short = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
874 pc->charge_info_uri = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
880 pc->password = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
892 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile()
1155 new_size->map.ppd = _cupsStrAlloc(ppd_size->name); in _ppdCacheCreateWithPPD()
1156 new_size->map.pwg = _cupsStrAlloc(pwg_name); in _ppdCacheCreateWithPPD()
1176 pc->custom_max_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()
1183 pc->custom_min_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()
1202 pc->source_option = _cupsStrAlloc(input_slot->keyword); in _ppdCacheCreateWithPPD()
1254 map->pwg = _cupsStrAlloc(pwg_name); in _ppdCacheCreateWithPPD()
1255 map->ppd = _cupsStrAlloc(choice->choice); in _ppdCacheCreateWithPPD()
1318 map->pwg = _cupsStrAlloc(pwg_name); in _ppdCacheCreateWithPPD()
1319 map->ppd = _cupsStrAlloc(choice->choice); in _ppdCacheCreateWithPPD()
1345 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()
1346 map->ppd = _cupsStrAlloc(choice->choice); in _ppdCacheCreateWithPPD()
1561 pc->sides_option = _cupsStrAlloc(duplex->keyword); in _ppdCacheCreateWithPPD()
1569 pc->sides_1sided = _cupsStrAlloc(choice->choice); in _ppdCacheCreateWithPPD()
1573 pc->sides_2sided_long = _cupsStrAlloc(choice->choice); in _ppdCacheCreateWithPPD()
1578 pc->sides_2sided_short = _cupsStrAlloc(choice->choice); in _ppdCacheCreateWithPPD()
1587 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithPPD()
1646 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithPPD()
1664 pc->product = _cupsStrAlloc(ppd->product); in _ppdCacheCreateWithPPD()
1821 pc->charge_info_uri = _cupsStrAlloc(ppd_attr->value); in _ppdCacheCreateWithPPD()
1830 pc->password = _cupsStrAlloc(ppd_attr->value); in _ppdCacheCreateWithPPD()
1840 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithPPD()