Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c512 (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()
[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.c949 attr->values[0].string.language = _cupsStrAlloc(ipp_lang_code(language, code, in ippAddString()
955 attr->values[0].string.text = _cupsStrAlloc(ipp_get_code(value, code, in ippAddString()
958 attr->values[0].string.text = _cupsStrAlloc(ipp_lang_code(value, code, in ippAddString()
961 attr->values[0].string.text = _cupsStrAlloc(value); in ippAddString()
1298 value->string.language = _cupsStrAlloc(ipp_lang_code(language, code, in ippAddStrings()
1310 value->string.text = _cupsStrAlloc(ipp_get_code(*values++, code, sizeof(code))); in ippAddStrings()
1312 value->string.text = _cupsStrAlloc(ipp_lang_code(*values++, code, sizeof(code))); in ippAddStrings()
1314 value->string.text = _cupsStrAlloc(*values++); in ippAddStrings()
1557 dstval->string.text = _cupsStrAlloc(srcval->string.text); in ippCopyAttribute()
1583 dstval->string.language = _cupsStrAlloc(srcval->string.language); in ippCopyAttribute()
[all …]
Doptions.c136 temp->name = _cupsStrAlloc(name); in cupsAddOption()
152 temp->value = _cupsStrAlloc(value); in cupsAddOption()
Dstring-private.h191 extern char *_cupsStrAlloc(const char *s);
Dppd.c854 ppd->lang_encoding = _cupsStrAlloc("UTF-8"); in _ppdOpen()
875 ppd->nickname = _cupsStrAlloc((char *)utf8); in _ppdOpen()
878 ppd->nickname = _cupsStrAlloc(string); in _ppdOpen()
888 ppd->jcl_begin = _cupsStrAlloc(string); in _ppdOpen()
893 ppd->jcl_end = _cupsStrAlloc(string); in _ppdOpen()
898 ppd->jcl_ps = _cupsStrAlloc(string); in _ppdOpen()
992 ppd->fonts[ppd->num_fonts] = _cupsStrAlloc(name); in _ppdOpen()
1157 choice->code = _cupsStrAlloc(string); in _ppdOpen()
3374 *string = _cupsStrAlloc(lineptr); in ppd_read()
3496 *filter = _cupsStrAlloc(buffer); in ppd_update_filters()
Ddest-options.c683 dinfo->resource = _cupsStrAlloc(resource); in cupsCopyDestInfo()
1308 temp->color = _cupsStrAlloc(mdb->color); in cups_copy_media_db()
1310 temp->key = _cupsStrAlloc(mdb->key); in cups_copy_media_db()
1312 temp->info = _cupsStrAlloc(mdb->info); in cups_copy_media_db()
1314 temp->size_name = _cupsStrAlloc(mdb->size_name); in cups_copy_media_db()
1316 temp->source = _cupsStrAlloc(mdb->source); in cups_copy_media_db()
1318 temp->type = _cupsStrAlloc(mdb->type); in cups_copy_media_db()
Ddest.c1291 dest->name = _cupsStrAlloc(name); in cupsGetDestWithURI()
1941 dest->instance = _cupsStrAlloc(instance); in cupsGetNamedDest()
2596 dest->name = _cupsStrAlloc(name); in cups_add_dest()
2597 dest->instance = _cupsStrAlloc(instance); in cups_add_dest()
2871 device->domain = _cupsStrAlloc(replyDomain); in cups_dnssd_get_device()
2887 device->regtype = _cupsStrAlloc(regtype); in cups_dnssd_get_device()
2914 device->dest.name = _cupsStrAlloc(name); in cups_dnssd_get_device()
2915 device->domain = _cupsStrAlloc(replyDomain); in cups_dnssd_get_device()
2916 device->regtype = _cupsStrAlloc(regtype); in cups_dnssd_get_device()
2934 device->fullName = _cupsStrAlloc(fullName); in cups_dnssd_get_device()
Drequest.c1113 cg->last_status_message = _cupsStrAlloc(_cupsLangString(cg->lang_default, in _cupsSetError()
1117 cg->last_status_message = _cupsStrAlloc(message); in _cupsSetError()
Dhttp.c2614 http->default_accept_encoding = value ? _cupsStrAlloc(value) : NULL; in httpSetDefaultField()
2621 http->default_server = value ? _cupsStrAlloc(value) : NULL; in httpSetDefaultField()
2628 http->default_user_agent = value ? _cupsStrAlloc(value) : NULL; in httpSetDefaultField()
3680 http->accept_encoding = _cupsStrAlloc(value); in http_add_field()
3687 http->allow = _cupsStrAlloc(value); in http_add_field()
3694 http->server = _cupsStrAlloc(value); in http_add_field()
3701 http->authentication_info = _cupsStrAlloc(value); in http_add_field()
Dlibcups2.def44 _cupsStrAlloc
Dstring.c48 _cupsStrAlloc(const char *s) /* I - String */ in _cupsStrAlloc() function
Dtls-darwin.c400 tls_keypath = _cupsStrAlloc(filename); in cupsSetServerCredentials()
402 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
417 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
Dtls-gnutls.c282 tls_keypath = _cupsStrAlloc(path); in cupsSetServerCredentials()
284 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
Dencode.c768 if ((attr->values[j].string.text = _cupsStrAlloc(val)) == NULL) in cupsEncodeOptions2()
Darray.c797 (cups_acopy_func_t)_cupsStrAlloc, in _cupsArrayNewStrings()
Dppd-mark.c895 cparam->current.custom_string = _cupsStrAlloc(choice + 7); in ppd_mark_option()