Home
last modified time | relevance | path

Searched refs:_cupsStrAlloc (Results 1 – 17 of 17) sorted by relevance

/external/libcups/cups/
Dppd-cache.c510 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile()
519 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile()
526 pc->product = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
626 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
627 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
681 size->map.pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
682 size->map.ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
710 pc->custom_max_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
714 pc->custom_min_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
718 pc->source_option = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
[all …]
Dutil.c654 temp->dest = _cupsStrAlloc(dest); in cupsGetJobs2()
655 temp->user = _cupsStrAlloc(user); in cupsGetJobs2()
656 temp->format = _cupsStrAlloc(format); in cupsGetJobs2()
657 temp->title = _cupsStrAlloc(title); in cupsGetJobs2()
Dipp.c953 attr->values[0].string.language = _cupsStrAlloc(ipp_lang_code(language, code, in ippAddString()
959 attr->values[0].string.text = _cupsStrAlloc(ipp_get_code(value, code, in ippAddString()
962 attr->values[0].string.text = _cupsStrAlloc(ipp_lang_code(value, code, in ippAddString()
965 attr->values[0].string.text = _cupsStrAlloc(value); in ippAddString()
1302 value->string.language = _cupsStrAlloc(ipp_lang_code(language, code, in ippAddStrings()
1314 value->string.text = _cupsStrAlloc(ipp_get_code(*values++, code, sizeof(code))); in ippAddStrings()
1316 value->string.text = _cupsStrAlloc(ipp_lang_code(*values++, code, sizeof(code))); in ippAddStrings()
1318 value->string.text = _cupsStrAlloc(*values++); in ippAddStrings()
1565 dstval->string.text = _cupsStrAlloc(srcval->string.text); in ippCopyAttribute()
1644 dstval->string.language = _cupsStrAlloc(srcval->string.language); in ippCopyAttribute()
[all …]
Doptions.c106 temp->name = _cupsStrAlloc(name); in cupsAddOption()
122 temp->value = _cupsStrAlloc(value); in cupsAddOption()
Dstring-private.h192 extern char *_cupsStrAlloc(const char *s);
Dppd.c852 ppd->lang_encoding = _cupsStrAlloc("UTF-8"); in _ppdOpen()
873 ppd->nickname = _cupsStrAlloc((char *)utf8); in _ppdOpen()
876 ppd->nickname = _cupsStrAlloc(string); in _ppdOpen()
886 ppd->jcl_begin = _cupsStrAlloc(string); in _ppdOpen()
891 ppd->jcl_end = _cupsStrAlloc(string); in _ppdOpen()
896 ppd->jcl_ps = _cupsStrAlloc(string); in _ppdOpen()
990 ppd->fonts[ppd->num_fonts] = _cupsStrAlloc(name); in _ppdOpen()
1155 choice->code = _cupsStrAlloc(string); in _ppdOpen()
3341 *string = _cupsStrAlloc(lineptr); in ppd_read()
3463 *filter = _cupsStrAlloc(buffer); in ppd_update_filters()
Ddest.c1501 dest->name = _cupsStrAlloc(name); in cupsGetDestWithURI()
2076 dest->instance = _cupsStrAlloc(instance); in cupsGetNamedDest()
2729 dest->name = _cupsStrAlloc(name); in cups_add_dest()
2730 dest->instance = _cupsStrAlloc(instance); in cups_add_dest()
2995 device->domain = _cupsStrAlloc(replyDomain); in cups_dnssd_get_device()
3011 device->regtype = _cupsStrAlloc(regtype); in cups_dnssd_get_device()
3038 device->dest.name = _cupsStrAlloc(serviceName); in cups_dnssd_get_device()
3039 device->domain = _cupsStrAlloc(replyDomain); in cups_dnssd_get_device()
3040 device->regtype = _cupsStrAlloc(regtype); in cups_dnssd_get_device()
3058 device->fullName = _cupsStrAlloc(fullName); in cups_dnssd_get_device()
Ddest-options.c659 dinfo->resource = _cupsStrAlloc(resource); in cupsCopyDestInfo()
1226 temp->color = _cupsStrAlloc(mdb->color); in cups_copy_media_db()
1228 temp->key = _cupsStrAlloc(mdb->key); in cups_copy_media_db()
1230 temp->info = _cupsStrAlloc(mdb->info); in cups_copy_media_db()
1232 temp->size_name = _cupsStrAlloc(mdb->size_name); in cups_copy_media_db()
1234 temp->source = _cupsStrAlloc(mdb->source); in cups_copy_media_db()
1236 temp->type = _cupsStrAlloc(mdb->type); in cups_copy_media_db()
Drequest.c1101 cg->last_status_message = _cupsStrAlloc(_cupsLangString(cg->lang_default, in _cupsSetError()
1105 cg->last_status_message = _cupsStrAlloc(message); in _cupsSetError()
Dtls-darwin.c398 tls_keypath = _cupsStrAlloc(filename); in cupsSetServerCredentials()
400 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
415 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
Dlibcups2.def58 _cupsStrAlloc
Dhttp.c2599 http->default_accept_encoding = value ? _cupsStrAlloc(value) : NULL; in httpSetDefaultField()
2606 http->default_server = value ? _cupsStrAlloc(value) : NULL; in httpSetDefaultField()
2613 http->default_user_agent = value ? _cupsStrAlloc(value) : NULL; in httpSetDefaultField()
2667 http->accept_encoding = _cupsStrAlloc(value); in httpSetField()
2674 http->allow = _cupsStrAlloc(value); in httpSetField()
2681 http->server = _cupsStrAlloc(value); in httpSetField()
Dstring.c48 _cupsStrAlloc(const char *s) /* I - String */ in _cupsStrAlloc() function
Dtls-gnutls.c280 tls_keypath = _cupsStrAlloc(path); in cupsSetServerCredentials()
282 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
Darray.c797 (cups_acopy_func_t)_cupsStrAlloc, in _cupsArrayNewStrings()
Dencode.c768 if ((attr->values[j].string.text = _cupsStrAlloc(val)) == NULL) in cupsEncodeOptions2()
Dppd-mark.c881 cparam->current.custom_string = _cupsStrAlloc(choice + 7); in ppd_mark_option()