Go to the source code of this file.
Data Structures | |
struct | param_s |
struct | field_s |
Typedefs | |
typedef param_s | param_t |
typedef param_list_s | params_t |
typedef field_s | field_t |
typedef field_list_s | fields_t |
Functions | |
TAILQ_HEAD (param_list_s, param_s) | |
TAILQ_HEAD (field_list_s, field_s) | |
int | field_create (const char *name, const char *value, field_t **) |
Create a field. | |
int | field_set (field_t *, const char *name, const char *value) |
Set a field. | |
int | field_set_from_line (field_t *, const char *line) |
Set a field from a line. | |
int | field_free (field_t *) |
Free a field. | |
const char * | field_get_name (field_t *f) |
Get the name of a field. | |
const char * | field_get_value (field_t *f) |
Get the value of a field. |
|
|
|
|
|
|
|
|
|
|
|