|
Freeciv-3.2
|
Data Fields | ||
| enum fz_method | method | |
| char | mode | |
| bool | memory | |
| union { | ||
| struct mem_fzFILE mem | ||
| FILE * plain | ||
| } | u | |
| struct mem_fzFILE fz_FILE_s::mem |
Definition at line 154 of file ioz.c.
Referenced by fz_fclose(), fz_fgets(), and fz_from_memory().
| bool fz_FILE_s::memory |
Definition at line 152 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), fz_from_memory(), fz_from_stream(), and fz_strerror().
Definition at line 150 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), fz_from_stream(), and fz_strerror().
| char fz_FILE_s::mode |
Definition at line 151 of file ioz.c.
Referenced by fz_fclose(), and fz_from_file().
| FILE* fz_FILE_s::plain |
Definition at line 155 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), and fz_from_stream().
| union { ... } fz_FILE_s::u |
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), fz_from_memory(), fz_from_stream(), and fz_strerror().