PostgreSQL Source Code git master
|
#include <psqlscan_int.h>
Data Fields | |
YY_BUFFER_STATE | buf |
char * | bufstring |
char * | origstring |
char * | varname |
struct StackElem * | next |
Definition at line 69 of file psqlscan_int.h.
YY_BUFFER_STATE StackElem::buf |
Definition at line 71 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_select_top_buffer().
char* StackElem::bufstring |
Definition at line 72 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_select_top_buffer().
struct StackElem* StackElem::next |
Definition at line 75 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_var_is_current_source().
char* StackElem::origstring |
Definition at line 73 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_select_top_buffer().
char* StackElem::varname |
Definition at line 74 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_var_is_current_source().