Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.c2793 Int4 sta_pidx = -1, end_pidx = -1; in ParseWithLibpq() local
2814 end_pidx = stmt->num_params - 1; in ParseWithLibpq()
2816 end_pidx = sta_pidx + num_params - 1; in ParseWithLibpq()
2818 num_params = end_pidx - sta_pidx + 1; in ParseWithLibpq()
2823 if (pidx > end_pidx) in ParseWithLibpq()
2825 else if (pidx < end_pidx) in ParseWithLibpq()
2837 MYLOG(0, "sta_pidx=%d end_pidx=%d num_p=%d\n", sta_pidx, end_pidx, num_params); in ParseWithLibpq()
2859 for (i = sta_pidx; i <= end_pidx; i++) in ParseWithLibpq()