Searched defs:response (Results 1 - 11 of 11) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_ocsp.c134 OCSP_RESPONSE *response = NULL; local
150 response = modssl_dispatch_ocsp_request(ruri, to, request, c, pool);
153 if (!request || !response) {
158 int r = OCSP_response_status(response);
162 "OCSP response not successful: %d", rc);
168 basicResponse = OCSP_response_get1_basic(response);
171 "could not retrieve OCSP basic response");
189 "failed to verify the OCSP response");
203 "failed to retrieve OCSP response status");
211 /* Check whether the response i
[all...]
H A Dssl_util_ocsp.c102 /* send the request and get a response */
157 "empty response from OCSP server");
163 "response header line too long from OCSP server");
179 /* Read the OCSP response from the socket 'sd', using temporary memory
180 * BIO 'bio', and return the decoded OCSP response object, or NULL on
186 OCSP_RESPONSE *response; local
191 /* Using brigades for response parsing is much simpler than using
202 "bad response from OCSP server: %s",
209 * connection after the response anyway for HTTP/1.0. */
214 "OCSP response heade
289 OCSP_RESPONSE *response = NULL; local
[all...]
/httpd/modules/dav/main/
H A Dutil_lock.c278 /* add to the multistatus response */
299 dav_response **response)
304 *response = NULL;
354 /* manufacture a 207 error for the multistatus response */
355 *response = multi_status;
492 ** Returns OK or appropriate HTTP_* response and logs any errors.
296 dav_add_lock(request_rec *r, const dav_resource *resource, dav_lockdb *lockdb, dav_lock *lock, dav_response **response) argument
H A Dutil.c999 ** Don't issue this response if we're talking about the parent resource.
1492 ** error is necessary, response will point to it, else NULL.
1498 dav_response **response,
1515 if (depth && response == NULL) {
1518 ** ### a "response" ptr.
1522 "with depth>0, but no response ptr.");
1526 if (response != NULL)
1527 *response = NULL;
1620 *response = multi_status;
1647 ** we have to create a multistatus response (t
1494 dav_validate_request(request_rec *r, dav_resource *resource, int depth, dav_locktoken *locktoken, dav_response **response, int flags, dav_lockdb *lockdb) argument
2073 dav_response *response; local
[all...]
H A Dmod_dav.c32 * - it would be nice to be able to extend Apache's set of response
38 * - For PROPFIND, we batch up the entire response in memory before
309 ** Send a nice response back to the user. In most cases, Apache doesn't
311 ** function allows us to completely specify the response body.
322 /* begin the response now... */
335 /* the response has been sent. */
344 * Send a "standardized" error response based on the error's namespace & tag
385 /* the response has been sent. */
423 static void dav_send_one_response(dav_response *response, argument
430 if (response
579 dav_handle_err(request_rec *r, dav_error *err, dav_response *response) argument
[all...]
H A Dmod_dav.h223 ** feature, but it could be used in the future to collapse <response> elements
466 apr_text * xmlns; /* namespace decls for <response> elem */
469 /* holds the contents of a <response> element */
473 const char *desc; /* optional description at <response> level */
486 dav_error err; /* potential error response */
1272 dav_response **response);
1287 dav_response **response,
1299 the 424 DAV:response */
1643 dav_response *response; member in struct:__anon134
1860 ** in the response
[all...]
/httpd/modules/metadata/
H A Dmod_expires.c210 /* check_code() parse 'code' and return NULL or an error response
316 char *response, *real_code; local
327 if ((response = check_code(cmd->pool, code, &real_code)) == NULL) {
332 "'ExpiresByType ", mime, " ", code, "': ", response, NULL);
339 char *response, *real_code; local
341 if ((response = check_code(cmd->pool, code, &real_code)) == NULL) {
346 "'ExpiresDefault ", code, "': ", response, NULL);
386 * Handle the setting of the expiration response header fields according
442 * Output filter to set the Expires response header field
443 * according to the content-type of the response
[all...]
/httpd/modules/proxy/
H A Dmod_serf.c255 /* Create a barrier so the response doesn't eat us! */
262 serf_bucket_t *response,
272 if (response == NULL) {
278 rv = serf_bucket_response_status(response, &sl);
303 rv = serf_bucket_read(response, AP_IOBUFSIZE, &data, &len);
306 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, ctx->r, APLOGNO(01122) "serf_bucket_read(response)");
315 serf_bucket_response_status(response, &line);
318 hdrs = serf_bucket_response_get_headers(response);
261 handle_response(serf_request_t *request, serf_bucket_t *response, void *vbaton, apr_pool_t *pool) argument
H A Dmod_proxy_ftp.c226 char *response; local
255 (const char **)&response,
263 * if the last character in the 'response' buffer is an ASCII_LF.
266 if (memchr(response, APR_ASCII_LF, len)) {
274 memcpy(pos, response, len);
378 * Reads response lines, returns both the ftp status code and
379 * remembers the response message in the supplied buffer
384 char response[MAX_LINE_LEN]; local
390 if (APR_SUCCESS != (rv = ftp_string_read(ftp_ctrl, bb, response, sizeof(response),
608 char *pos, *response; local
[all...]
/httpd/modules/dav/fs/
H A Drepos.c212 dav_response **response);
216 dav_response **response);
269 /* ###: Looks like a response could be appropriate
1089 "There is no default response to GET for a "
1185 ** multistatus response.
1214 dav_response **response)
1219 *response = NULL;
1247 if ((*response = multi_status) != NULL) {
1275 dav_response **response)
1292 response))
1209 dav_fs_copymove_resource( int is_move, const dav_resource *src, const dav_resource *dst, int depth, dav_response **response) argument
1271 dav_fs_copy_resource( const dav_resource *src, dav_resource *dst, int depth, dav_response **response) argument
1302 dav_fs_move_resource( dav_resource *src, dav_resource *dst, dav_response **response) argument
1429 dav_fs_remove_resource(dav_resource *resource, dav_response **response) argument
1765 dav_fs_internal_walk(const dav_walk_params *params, int depth, int is_move, const dav_resource *root_dst, dav_response **response) argument
1849 dav_fs_walk(const dav_walk_params *params, int depth, dav_response **response) argument
[all...]
/httpd/server/
H A Dcore.c827 const char *response; local
855 response = ap_expr_str_exec(r, expr, &err);
864 return apr_pstrdup(r->pool, response);
1557 return apr_pstrcat(cmd->pool, "Unsupported HTTP response code ",
1585 * canned server error response
1599 const char *response = local
1603 expr = ap_expr_parse_cmd(cmd, response, AP_EXPR_FLAG_STRING_RESULT,
3269 * response header field (the ServerTokens directive). Unfortunately

Completed in 779 milliseconds