Searched refs:_cupsStrAlloc (Results 1 – 17 of 17) sorted by relevance
/external/libcups/cups/ |
D | ppd-cache.c | 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() [all …]
|
D | util.c | 654 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()
|
D | ipp.c | 949 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 …]
|
D | options.c | 136 temp->name = _cupsStrAlloc(name); in cupsAddOption() 152 temp->value = _cupsStrAlloc(value); in cupsAddOption()
|
D | ppd.c | 854 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()
|
D | string-private.h | 191 extern char *_cupsStrAlloc(const char *s);
|
D | dest-options.c | 683 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()
|
D | dest.c | 1291 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()
|
D | request.c | 1113 cg->last_status_message = _cupsStrAlloc(_cupsLangString(cg->lang_default, in _cupsSetError() 1117 cg->last_status_message = _cupsStrAlloc(message); in _cupsSetError()
|
D | http.c | 2614 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()
|
D | libcups2.def | 44 _cupsStrAlloc
|
D | tls-darwin.c | 400 tls_keypath = _cupsStrAlloc(filename); in cupsSetServerCredentials() 402 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials() 417 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
|
D | string.c | 48 _cupsStrAlloc(const char *s) /* I - String */ in _cupsStrAlloc() function
|
D | tls-gnutls.c | 282 tls_keypath = _cupsStrAlloc(path); in cupsSetServerCredentials() 284 tls_common_name = _cupsStrAlloc(common_name); in cupsSetServerCredentials()
|
D | encode.c | 768 if ((attr->values[j].string.text = _cupsStrAlloc(val)) == NULL) in cupsEncodeOptions2()
|
D | array.c | 797 (cups_acopy_func_t)_cupsStrAlloc, in _cupsArrayNewStrings()
|
D | ppd-mark.c | 895 cparam->current.custom_string = _cupsStrAlloc(choice + 7); in ppd_mark_option()
|