Home
last modified time | relevance | path

Searched refs:HTTP_FIELD_CONTENT_LANGUAGE (Results 1 – 19 of 19) sorted by relevance

/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/http-core/
H A Dhttp.h252 HTTP_FIELD_CONTENT_LANGUAGE, enumerator
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dhttp.h153 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dhttp.h153 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp.h163 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/print/cups/cups-2.3.3op2/cups/
H A Dhttp.h154 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h154 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h154 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h154 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/security/suricata/suricata-6.0.4/src/
H A Doutput-json-http.c113 HTTP_FIELD_CONTENT_LANGUAGE, enumerator
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h191 HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ enumerator
/dports/print/p5-Net-CUPS/Net-CUPS-0.64/fallback/
H A Dconst-c.inc2977 HTTP_FIELD_CONTENT_ENCODING HTTP_FIELD_CONTENT_LANGUAGE
2984 if (memEQ(name, "HTTP_FIELD_CONTENT_LANGUAGE", 27)) {
2986 *iv_return = HTTP_FIELD_CONTENT_LANGUAGE;
3458 {name=>"HTTP_FIELD_CONTENT_LANGUAGE", type=>"IV", macro=>"1"},
/dports/print/p5-Net-CUPS/Net-CUPS-0.64/
H A Dconst-c.inc2925 HTTP_FIELD_CONTENT_ENCODING HTTP_FIELD_CONTENT_LANGUAGE
2932 if (memEQ(name, "HTTP_FIELD_CONTENT_LANGUAGE", 27)) {
2934 *iv_return = HTTP_FIELD_CONTENT_LANGUAGE;
3399 {name=>"HTTP_FIELD_CONTENT_LANGUAGE", type=>"IV", macro=>"1"},
/dports/editors/lazarus/lazarus/components/printers/unix/
H A Dcupsdyn.pp373 HTTP_FIELD_CONTENT_LANGUAGE,
/dports/print/fpc-libcups/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp371 HTTP_FIELD_CONTENT_LANGUAGE,
/dports/lang/fpc-source/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp371 HTTP_FIELD_CONTENT_LANGUAGE,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp373 HTTP_FIELD_CONTENT_LANGUAGE,
/dports/editors/lazarus-qt5/lazarus/components/printers/unix/
H A Dcupsdyn.pp373 HTTP_FIELD_CONTENT_LANGUAGE,
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp373 HTTP_FIELD_CONTENT_LANGUAGE,
/dports/print/cups/cups-2.3.3op2/scheduler/
H A Dclient.c2190 httpSetField(con->http, HTTP_FIELD_CONTENT_LANGUAGE, con->language->language); in cupsdSendHeader()