Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dconvert.c5429 int retval, innerParenthesis, param_count; in processParameters() local
5433 innerParenthesis = 0; in processParameters()
5451 if (1 == innerParenthesis) in processParameters()
5460 if (0 == innerParenthesis) in processParameters()
5465 innerParenthesis++; in processParameters()
5469 innerParenthesis--; in processParameters()
5470 if (0 == innerParenthesis) in processParameters()
5482 stop = (0 == innerParenthesis); in processParameters()
5491 MYLOG(0, "closing ) not found %d\n", innerParenthesis); in processParameters()