|
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 | cube_yyerror (NDBOX **result, Size scanbuflen, struct Node *escontext, yyscan_t yyscanner, const char *message) |
| void | cube_scanner_init (const char *str, Size *scanbuflen, yyscan_t *yyscannerp) |
| void | cube_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) |
Definition at line 21 of file cubescan.l.
| #define YY_READ_BUF_SIZE 16777216 |
Definition at line 17 of file cubescan.l.
Definition at line 102 of file cubescan.l.
References elog, ERROR, fb(), and str.
Referenced by cube_in().
| void cube_yyerror | ( | NDBOX ** | result, |
| Size | scanbuflen, | ||
| struct Node * | escontext, | ||
| yyscan_t | yyscanner, | ||
| const char * | message | ||
| ) |
Definition at line 71 of file cubescan.l.
References errcode(), errdetail(), errmsg(), errsave, and fb().
Definition at line 132 of file cubescan.l.
References palloc().
Definition at line 147 of file cubescan.l.
References pfree().
Definition at line 52 of file cubescan.l.
Definition at line 138 of file cubescan.l.
References palloc(), and repalloc().