|
OpenVPN
|

Data Fields | ||
| int | type | |
| union { | ||
| FILE * fp | ||
| struct buffer * multiline | ||
| } | u | |
| FILE* in_src::fp |
Definition at line 5168 of file options.c.
Referenced by check_inline_file_via_fp(), and read_config_file().
| struct buffer* in_src::multiline |
Definition at line 5169 of file options.c.
Referenced by check_inline_file_via_buf().
| int in_src::type |
Definition at line 5165 of file options.c.
Referenced by check_inline_file_via_buf(), and check_inline_file_via_fp().
| union { ... } in_src::u |
Referenced by check_inline_file_via_buf(), and check_inline_file_via_fp().