PostgreSQL Source Code  git master
astreamer_extractor Struct Reference

Data Fields

astreamer base
 
char * basepath
 
const char *(* link_map )(const char *)
 
void(* report_output_file )(const char *)
 
char filename [MAXPGPATH]
 
FILE * file
 

Detailed Description

Definition at line 33 of file astreamer_file.c.

Field Documentation

◆ base

astreamer astreamer_extractor::base

Definition at line 35 of file astreamer_file.c.

Referenced by astreamer_extractor_new().

◆ basepath

char* astreamer_extractor::basepath

◆ file

FILE* astreamer_extractor::file

Definition at line 40 of file astreamer_file.c.

Referenced by astreamer_extractor_content().

◆ filename

char astreamer_extractor::filename[MAXPGPATH]

Definition at line 39 of file astreamer_file.c.

Referenced by astreamer_extractor_content().

◆ link_map

const char*(* astreamer_extractor::link_map) (const char *)

Definition at line 37 of file astreamer_file.c.

Referenced by astreamer_extractor_content(), and astreamer_extractor_new().

◆ report_output_file

void(* astreamer_extractor::report_output_file) (const char *)

Definition at line 38 of file astreamer_file.c.

Referenced by astreamer_extractor_content(), and astreamer_extractor_new().


The documentation for this struct was generated from the following file: