![]() |
darknet
v3
|
#include "list.h"

Go to the source code of this file.
Classes | |
| struct | kvp |
Functions | |
| int | read_option (char *s, list *options) |
| void | option_insert (list *l, char *key, char *val) |
| char * | option_find (list *l, char *key) |
| float | option_find_float (list *l, char *key, float def) |
| float | option_find_float_quiet (list *l, char *key, float def) |
| void | option_unused (list *l) |
| char* option_find | ( | list * | l, |
| char * | key | ||
| ) |
Definition at line 91 of file option_list.c.
| float option_find_float | ( | list * | l, |
| char * | key, | ||
| float | def | ||
| ) |
Definition at line 134 of file option_list.c.
| float option_find_float_quiet | ( | list * | l, |
| char * | key, | ||
| float | def | ||
| ) |
Definition at line 127 of file option_list.c.
| void option_insert | ( | list * | l, |
| char * | key, | ||
| char * | val | ||
| ) |
Definition at line 70 of file option_list.c.
| void option_unused | ( | list * | l | ) |
Definition at line 79 of file option_list.c.
| int read_option | ( | char * | s, |
| list * | options | ||
| ) |
Definition at line 52 of file option_list.c.
1.8.13