Functions | |
| 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. | |
| 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. | |
|
||||||||||||||||
|
Set field
Definition at line 42 of file field.c. References field_s::name, and field_s::value. Referenced by field_set_from_line(), and header_set_field(). |
|
||||||||||||
|
Set the name and value of field
Definition at line 81 of file field.c. References field_set(). |
|
|
Return the string value of field
Definition at line 118 of file field.c. References field_s::name. |
|
|
Return the string value of field
Definition at line 134 of file field.c. References field_s::value. Referenced by header_get_field_value(). |