PostgreSQL Source Code git master
|
Go to the source code of this file.
Macros | |
#define | YY_READ_BUF_SIZE 16777216 |
#define | fprintf(file, fmt, msg) fprintf_to_ereport(fmt, msg) |
Functions | |
static void | fprintf_to_ereport (const char *fmt, const char *msg) |
int | yylex (YYSTYPE *yylval_param, yyscan_t yyscanner) |
void | seg_yyerror (SEG *result, struct Node *escontext, yyscan_t yyscanner, const char *message) |
void | seg_scanner_init (const char *str, yyscan_t *yyscannerp) |
void | seg_scanner_finish (yyscan_t yyscanner) |
void * | yyalloc (yy_size_t size, yyscan_t yyscanner) |
void * | yyrealloc (void *ptr, yy_size_t size, yyscan_t yyscanner) |
void | yyfree (void *ptr, yyscan_t yyscanner) |
#define fprintf | ( | file, | |
fmt, | |||
msg | |||
) | fprintf_to_ereport(fmt, msg) |
|
static |
void seg_scanner_finish | ( | yyscan_t | yyscanner | ) |
void seg_scanner_init | ( | const char * | str, |
yyscan_t * | yyscannerp | ||
) |
void seg_yyerror | ( | SEG * | result, |
struct Node * | escontext, | ||
yyscan_t | yyscanner, | ||
const char * | message | ||
) |
Definition at line 67 of file segscan.l.
References errcode(), errdetail(), errmsg(), errsave, and SOFT_ERROR_OCCURRED.
Referenced by seg_in().
void * yyalloc | ( | yy_size_t | size, |
yyscan_t | yyscanner | ||
) |
void yyfree | ( | void * | ptr, |
yyscan_t | yyscanner | ||
) |
Definition at line 51 of file segscan.l.
void * yyrealloc | ( | void * | ptr, |
yy_size_t | size, | ||
yyscan_t | yyscanner | ||
) |