Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dparse.c89 char in_quote, in_dollar_quote, in_escape; in getNextToken() local
133 in_quote = in_dollar_quote = FALSE; in getNextToken()
142 in_quote = in_dollar_quote = TRUE; in getNextToken()
185 if (!in_dollar_quote) in getNextToken()
H A Dstatement.c959 in_dollar_quote = FALSE, in_escape = FALSE, in SC_scanQueryAndCountParams() local
982 in_dollar_quote || in SC_scanQueryAndCountParams()
1013 if (in_dollar_quote) in SC_scanQueryAndCountParams()
1019 in_dollar_quote = FALSE; in SC_scanQueryAndCountParams()
1082 in_dollar_quote = TRUE; in SC_scanQueryAndCountParams()