Searched defs:lang (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/dav/fs/
H A Ddbm.c272 ** This introduced the xml:lang value into the property value's
349 const char *lang = value; local
351 /* skip past the xml:lang value */
352 value += strlen(lang) + 1;
364 else if (*lang != '\0') {
367 s = apr_psprintf(pool, "<%s xml:lang=\"%s\">%s</%s>" DEBUG_CR,
368 name+1, lang, value, name+1);
371 s = apr_psprintf(pool, "<ns%s xml:lang=\"%s\">%s</ns%s>" DEBUG_CR,
372 name, lang, value, name);
626 /* generate a text blob for the xml:lang plu
[all...]
/httpd/modules/dav/main/
H A Dprops.c54 ** The first string is the xml:lang value for the property. An empty
55 ** string signifies that a lang value was not in context for the value.
108 ** We do store the xml:lang value (if any) that applies to the context
109 ** of the <propname1> element. Whether the xml:lang attribute is on
399 const char *lang; local
404 if ((lang = apr_table_get(propdb->subreq->headers_out,
406 value = lang;
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c144 char *lang; local
149 for (lang = lang_line;*lang;lang++) {
150 if ((*lang == ',') || (*lang == ';')) {
151 *lang = '\0';
155 lang = derive_codepage_from_lang(r->pool, lang_line);
157 if (lang && (apr_xlate_open(&convset, to_charset, lang,
1885 char *lang; local
[all...]
/httpd/modules/mappers/
H A Dmod_negotiation.c97 const char *lang)
106 *langp = lang;
208 apr_array_header_t *content_languages; /* list of lang. for this variant */
252 float default_lang_quality; /* fiddle lang q for variants with no lang */
1451 static int find_lang_index(apr_array_header_t *accept_langs, char *lang) argument
1456 if (!lang || !accept_langs) {
1463 if (!strncmp(lang, *alang, strlen(*alang))) {
1577 char *lang, *p; local
1588 /* lang i
96 set_language_priority(cmd_parms *cmd, void *n_, const char *lang) argument
1709 char *lang = ((char **) (variant->content_languages->elts))[j]; local
2246 variant_has_language(var_rec *variant, const char *lang) argument
2455 char *lang; local
[all...]
/httpd/modules/metadata/
H A Dmod_mime_magic.c2343 char **lang = ((char **)r->content_languages->elts) + n; local
2344 *lang = apr_pstrdup(r->pool, *lang);

Completed in 31 milliseconds