Home
last modified time | relevance | path

Searched refs:QP_is_in (Results 1 – 1 of 1) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dconvert.c2067 #define QP_is_in(qp, status) (((qp)->in_status & status) != 0) macro
3564 if (QP_is_in(qp, QP_IN_IDENT_KEYWORD)) /* identifier or keyword */ in inner_process_tokens()
3578 if (QP_is_in(qp, QP_IN_ESCAPE)) /* escape in literal check */ in inner_process_tokens()
3584 else if (QP_is_in(qp, QP_IN_DOLLAR_QUOTE)) /* dollar quote check */ in inner_process_tokens()
3601 else if (QP_is_in(qp, QP_IN_LITERAL)) /* quote check */ in inner_process_tokens()
3617 else if (QP_is_in(qp, QP_IN_DQUOTE_IDENTIFIER)) /* double quote check */ in inner_process_tokens()
3629 else if (QP_is_in(qp, QP_IN_COMMENT_BLOCK)) /* comment_level check */ in inner_process_tokens()
3652 else if (QP_is_in(qp, QP_IN_LINE_COMMENT)) /* line comment check */ in inner_process_tokens()