HomePort
|
Go to the source code of this file.
Functions | |
hpd_error_t | hpd_rest_json_get_configuration (hpd_t *hpd, hpd_rest_t *rest, const hpd_module_t *context, char **out) |
hpd_error_t | hpd_rest_json_get_value (char *value, const hpd_module_t *context, char **out) |
hpd_error_t | hpd_rest_json_parse_value (const char *in, const hpd_module_t *context, char **out) |
hpd_error_t hpd_rest_json_get_configuration | ( | hpd_t * | hpd, |
hpd_rest_t * | rest, | ||
const hpd_module_t * | context, | ||
char ** | out | ||
) |
Definition at line 368 of file rest_json.c.
hpd_error_t hpd_rest_json_get_value | ( | char * | value, |
const hpd_module_t * | context, | ||
char ** | out | ||
) |
Definition at line 390 of file rest_json.c.
hpd_error_t hpd_rest_json_parse_value | ( | const char * | in, |
const hpd_module_t * | context, | ||
char ** | out | ||
) |