PostgreSQL Source Code
git master
|
Data Fields | |
astreamer | base |
char * | basepath |
const char *(* | link_map )(const char *) |
void(* | report_output_file )(const char *) |
char | filename [MAXPGPATH] |
FILE * | file |
Definition at line 32 of file astreamer_file.c.
astreamer astreamer_extractor::base |
Definition at line 34 of file astreamer_file.c.
Referenced by astreamer_extractor_new().
char* astreamer_extractor::basepath |
Definition at line 35 of file astreamer_file.c.
Referenced by astreamer_extractor_content(), astreamer_extractor_free(), and astreamer_extractor_new().
FILE* astreamer_extractor::file |
Definition at line 39 of file astreamer_file.c.
Referenced by astreamer_extractor_content().
char astreamer_extractor::filename[MAXPGPATH] |
Definition at line 38 of file astreamer_file.c.
Referenced by astreamer_extractor_content().
const char*(* astreamer_extractor::link_map) (const char *) |
Definition at line 36 of file astreamer_file.c.
Referenced by astreamer_extractor_content(), and astreamer_extractor_new().
void(* astreamer_extractor::report_output_file) (const char *) |
Definition at line 37 of file astreamer_file.c.
Referenced by astreamer_extractor_content(), and astreamer_extractor_new().