CUBRID Engine  latest
parser_support.h File Reference
#include "config.h"
Include dependency graph for parser_support.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * pt_alloc_packing_buf (int size)
 
void pt_final_packing_buf (void)
 
void pt_enter_packing_buf (void)
 
void pt_exit_packing_buf (void)
 
void regu_set_error_with_zero_args (int err_type)
 

Variables

int qp_Packing_er_code
 

Function Documentation

void pt_final_packing_buf ( void  )

Definition at line 3649 of file parser_support.c.

References free_and_init, i, packing_heap, packing_heap_num_slot, packing_level, and pt_free_packing_buf().

Referenced by parser_final().

Here is the caller graph for this function:

void regu_set_error_with_zero_args ( int  err_type)

Definition at line 3680 of file parser_support.c.

References ARG_FILE_LINE, ER_ERROR_SEVERITY, ER_REGU_SYSTEM, er_set(), qp_Packing_er_code, and regu_set_global_error().

Referenced by pt_agg_orderby_to_sort_list(), pt_to_sort_list(), regu_alloc(), and regu_array_alloc().

Here is the caller graph for this function:

Variable Documentation

int qp_Packing_er_code

Definition at line 98 of file parser_support.c.

Referenced by pt_alloc_packing_buf(), and regu_set_error_with_zero_args().