Searched refs:content_type (Results 1 - 17 of 17) sorted by relevance

/forgerock/openam-v13/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DAuthViewBeanBase.java96 String content_type = AuthClientUtils.getContentType(client_type);
108 response.setContentType(content_type+";charset="+charset);
/forgerock/openam/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DAuthViewBeanBase.java96 String content_type = AuthClientUtils.getContentType(client_type);
108 response.setContentType(content_type+";charset="+charset);
/forgerock/web-agents-v4/source/
H A Dcache.c323 int am_get_pdp_cache_entry(am_request_t *request, const char *key, char **data, size_t *data_sz, char **content_type) { argument
407 *content_type = malloc(element->size[CONTENT_TYPE_LENGTH] + 1);
408 if (*content_type != NULL) {
409 memcpy(*content_type, element->value + size, element->size[CONTENT_TYPE_LENGTH]);
410 (*content_type)[element->size[CONTENT_TYPE_LENGTH]] = '\0';
425 const char *file, const char *content_type) {
439 if (ISINVALID(key) || ISINVALID(url) || ISINVALID(file) || ISINVALID(content_type)) {
445 content_type_length = strlen(content_type);
533 mem3cpy(cache_entry_data->value, url, url_length, file, file_length, content_type, content_type_length);
424 am_add_pdp_cache_entry(am_request_t *request, const char *key, const char *url, const char *file, const char *content_type) argument
H A Dutility.h305 int am_get_pdp_cache_entry(am_request_t *r, const char *key, char **data, size_t *data_sz, char **content_type);
306 int am_add_pdp_cache_entry(am_request_t *r, const char *key, const char *url, const char *file, const char *content_type);
H A Dam.h251 const char *content_type; member in struct:am_request
H A Dprocess.c313 if (r->method == AM_REQUEST_POST && !ISVALID(r->content_type)) {
1872 char *data = NULL /* url\0file\0 format */, *content_type = NULL; local
1875 pdp_status = am_get_pdp_cache_entry(r, key, &data, &url_sz, &content_type);
1880 thisfunc, key, LOGEMPTY(data), LOGEMPTY(file), LOGEMPTY(content_type));
1908 r->am_set_custom_response_f(r, AM_SPACE_CHAR, content_type);
1937 content_type);
1955 r->am_set_custom_response_f(r, AM_SPACE_CHAR, content_type);
1976 AM_FREE(data, content_type);
2080 am_add_pdp_cache_entry(r, key, repost_uri, file, r->content_type);
2082 am_add_pdp_cache_entry(r, key, repost_uri, "0", r->content_type);
[all...]
H A Dnet_client_ssl.c581 static void net_ssl_msg_callback(int writep, int version, int content_type, argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java616 String content_type = AMI18NUtils.getContentType(agentType);
617 return content_type;
623 String content_type = getContentType();
626 res.setContentType(content_type+";charset="+jCharset);
/forgerock/web-agents-v4/tests/
H A Dtest_notifications.c39 static am_status_t set_custom_response(struct am_request * request, const char * data, const char * content_type) argument
H A Dtest_setup_requests.c300 .content_type = "application/xml",
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java617 String content_type = AMI18NUtils.getContentType(agentType);
618 return content_type;
624 String content_type = getContentType();
627 res.setContentType(content_type+";charset="+jCharset);
/forgerock/web-agents-v4/source/apache/
H A Dagent.c429 sr->content_type = cont_type;
679 am_request.content_type = apr_table_get(req->headers_in, "Content-Type");
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c565 am_request.content_type = get_request_header(ctx, HTTP_HDR_CONTENT_TYPE);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c615 am_request.content_type = get_request_header(ctx, HTTP_HDR_CONTENT_TYPE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2653 String content_type = conn.getHeaderField("Content-Type");
2654 if (content_type != null) {
2655 origRequestData.put("CONTENT_TYPE", content_type);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2660 String content_type = conn.getHeaderField("Content-Type");
2661 if (content_type != null) {
2662 origRequestData.put("CONTENT_TYPE", content_type);
/forgerock/web-agents-v4/source/iis/
H A Dagent.c909 d.content_type = get_server_variable(ctx, d.instance_id, "CONTENT_TYPE");

Completed in 69 milliseconds