CUBRID Engine
latest
|
#include <load_object.h>
Public Attributes | |
char * | buffer |
char * | ptr |
int | iosize |
int | count |
FILE * | fp |
Definition at line 64 of file load_object.h.
char* text_output::buffer |
Definition at line 67 of file load_object.h.
Referenced by extract_objects(), extractobjects_cleanup(), fprint_special_strings(), and text_print_flush().
int text_output::count |
Definition at line 73 of file load_object.h.
Referenced by extract_objects(), fprint_special_strings(), itoa_print(), text_print(), and text_print_flush().
FILE* text_output::fp |
Definition at line 75 of file load_object.h.
Referenced by extract_objects(), extractobjects_cleanup(), and text_print_flush().
int text_output::iosize |
Definition at line 71 of file load_object.h.
Referenced by extract_objects(), fprint_special_strings(), and text_print().
char* text_output::ptr |
Definition at line 69 of file load_object.h.
Referenced by extract_objects(), fprint_special_strings(), itoa_print(), text_print(), and text_print_flush().