Lines Matching defs:response
293 "Policy server response was malformed");
298 "Policy server response JSON parse error: %s", error);
314 "Policy response %d with message: %s",
321 "Policy response %d", context->result);
336 void auth_policy_process_response(const struct http_response *response,
341 context->payload = response->payload;
343 if ((response->status / 10) != 20) {
346 http_response_get_message(response));
352 if (response->payload == NULL) {
362 i_stream_ref(response->payload);
363 context->io = io_add_istream(response->payload, auth_policy_parse_response, context);
364 context->parser = json_parser_init(response->payload);
368 "Policy response %d", context->result);