Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dmultibyte.c133 if (LITERAL_QUOTE == *cptr) in check_client_encoding()
184 if (LITERAL_QUOTE == *cptr) in check_client_encoding()
187 for (sptr = cptr; *cptr && *cptr != LITERAL_QUOTE; cptr++) ; in check_client_encoding()
H A Dconvert.c2513 case LITERAL_QUOTE: in into_table_from()
3603 if (oldchar == LITERAL_QUOTE) in inner_process_tokens()
3800 else if (oldchar == LITERAL_QUOTE) in inner_process_tokens()
5365 CVT_APPEND_CHAR(qb, LITERAL_QUOTE); in ResolveOneParam()
5372 CVT_APPEND_CHAR(qb, LITERAL_QUOTE); in ResolveOneParam()
5739 if (LITERAL_QUOTE == *pptr) in convert_escape()
5748 CVT_APPEND_CHAR(qb, LITERAL_QUOTE); in convert_escape()
5753 CVT_APPEND_CHAR(qb, LITERAL_QUOTE); in convert_escape()
5986 while (*(++buf) && *buf != LITERAL_QUOTE); in parse_datetime()
6140 (tchar == LITERAL_QUOTE || in convert_special_chars()
H A Dpsqlodbc.h352 #define LITERAL_QUOTE '\'' macro
H A Ddlg_specific.c1661 if (LITERAL_QUOTE == *cptr) in extract_extra_attribute_setting()
1698 if (LITERAL_QUOTE == *cptr) in extract_extra_attribute_setting()
1731 if (LITERAL_QUOTE == *cptr) in extract_extra_attribute_setting()
H A Dparse.c152 else if (qc == LITERAL_QUOTE) in getNextToken()
208 else if (LITERAL_QUOTE == qc && tchar == escape_in_literal) in getNextToken()
H A Dstatement.c1031 else if (tchar == LITERAL_QUOTE) in SC_scanQueryAndCountParams()
1087 else if (tchar == LITERAL_QUOTE) in SC_scanQueryAndCountParams()
H A Dinfo.c1627 if (LITERAL_QUOTE == tchar || in identifierEscape()
1702 if (LITERAL_QUOTE == tchar) in adjustLikePattern()