100 case HPD_S_300:
break;
101 case HPD_S_301:
break;
102 case HPD_S_302:
break;
103 case HPD_S_303:
break;
104 case HPD_S_304:
break;
105 case HPD_S_305:
break;
106 case HPD_S_306:
break;
107 case HPD_S_307:
break;
108 case HPD_S_400:
break;
109 case HPD_S_401:
break;
110 case HPD_S_402:
break;
111 case HPD_S_403:
break;
112 case HPD_S_404:
break;
113 case HPD_S_405:
break;
114 case HPD_S_406:
break;
115 case HPD_S_407:
break;
116 case HPD_S_408:
break;
117 case HPD_S_409:
break;
118 case HPD_S_410:
break;
119 case HPD_S_411:
break;
120 case HPD_S_412:
break;
121 case HPD_S_413:
break;
122 case HPD_S_414:
break;
123 case HPD_S_415:
break;
124 case HPD_S_416:
break;
125 case HPD_S_417:
break;
126 case HPD_S_500:
break;
127 case HPD_S_501:
break;
128 case HPD_S_502:
break;
129 case HPD_S_503:
break;
130 case HPD_S_504:
break;
131 case HPD_S_505:
break;
hpd_error_t request_get_response_request_method(const hpd_response_t *response, hpd_method_t *method)
enum hpd_status hpd_status_t
void(* hpd_free_f)(void *data)
[hpd_action_f]
#define LOG_RETURN_E_NULL()
hpd_error_t hpd_response_get_request_method(const hpd_response_t *response, hpd_method_t *method)
hpd_error_t request_get_response_status(const hpd_response_t *response, hpd_status_t *status)
hpd_error_t request_set_response_value(hpd_response_t *response, hpd_value_t *value)
hpd_error_t hpd_respond(hpd_response_t *response)
hpd_error_t hpd_request_get_value(const hpd_request_t *req, const hpd_value_t **value)
#define LOG_RETURN_HPD_STOPPED()
hpd_error_t request_respond(hpd_response_t *response)
hpd_error_t request_request(hpd_request_t *request)
hpd_error_t hpd_response_set_value(hpd_response_t *response, hpd_value_t *value)
hpd_error_t request_get_response_request_value(const hpd_response_t *response, const hpd_value_t **value)
hpd_error_t hpd_request(hpd_request_t *request)
hpd_error_t hpd_response_free(hpd_response_t *response)
void(* hpd_response_f)(void *data, const hpd_response_t *res)
[hpd_free_f]
hpd_error_t hpd_request_free(hpd_request_t *request)
hpd_error_t hpd_response_get_value(const hpd_response_t *response, const hpd_value_t **value)
hpd_error_t request_get_request_service(const hpd_request_t *req, const hpd_service_id_t **id)
hpd_error_t hpd_response_get_request_data(const hpd_response_t *response, void **data)
hpd_error_t hpd_request_alloc(hpd_request_t **request, const hpd_service_id_t *id, hpd_method_t method, hpd_response_f on_response)
[hpd_request_t functions]
hpd_error_t request_get_response_request_service(const hpd_response_t *response, const hpd_service_id_t **service)
enum hpd_error hpd_error_t
hpd_error_t request_free_response(hpd_response_t *response)
hpd_error_t request_alloc_request(hpd_request_t **request, const hpd_service_id_t *id, hpd_method_t method, hpd_response_f on_response)
hpd_error_t hpd_response_get_status(const hpd_response_t *response, hpd_status_t *status)
[hpd_request_t functions]
hpd_error_t hpd_response_alloc(hpd_response_t **response, hpd_request_t *request, hpd_status_t status)
[hpd_request_t functions]
hpd_error_t request_get_response_value(const hpd_response_t *response, const hpd_value_t **value)
#define LOG_RETURN(E, FMT,...)
hpd_error_t hpd_response_get_request_service(const hpd_response_t *response, const hpd_service_id_t **service)
hpd_service_id_t * service
hpd_error_t hpd_response_get_request_value(const hpd_response_t *response, const hpd_value_t **value)
hpd_error_t request_alloc_response(hpd_response_t **response, hpd_request_t *request, hpd_status_t status)
hpd_error_t request_get_response_request_data(const hpd_response_t *response, void **data)
hpd_error_t request_set_request_value(hpd_request_t *request, hpd_value_t *value)
hpd_error_t request_get_request_method(const hpd_request_t *req, hpd_method_t *method)
hpd_error_t request_free_request(hpd_request_t *request)
hpd_error_t hpd_request_set_data(hpd_request_t *request, void *data, hpd_free_f on_free)
hpd_error_t request_get_request_value(const hpd_request_t *req, const hpd_value_t **value)
enum hpd_method hpd_method_t
[hpd_log_level_t]
hpd_error_t hpd_request_get_method(const hpd_request_t *req, hpd_method_t *method)
hpd_error_t request_set_request_data(hpd_request_t *request, void *data, hpd_free_f on_free)
hpd_error_t hpd_request_get_service(const hpd_request_t *req, const hpd_service_id_t **id)
[hpd_parameter_t functions]
hpd_error_t hpd_request_set_value(hpd_request_t *request, hpd_value_t *value)