Searched refs:tidbuflen (Results 1 – 1 of 1) sorted by relevance
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/ |
H A D | results.c | 5073 const int tidbuflen = 20; in SC_fetch_by_bookmark() local 5101 …SC_MALLOC_gexit_with_error(tidbuf, char, size_of_rowset * tidbuflen, stmt, "Couldn't allocate memo… in SC_fetch_by_bookmark() 5138 snprintf(tidbuf + i * tidbuflen, tidbuflen, "(%u,%u)", blocknum, offset); in SC_fetch_by_bookmark() 5139 MYLOG(0, "!!!! tidbuf=%s\n", tidbuf + i * tidbuflen); in SC_fetch_by_bookmark() 5142 SQL_C_CHAR, SQL_CHAR, tidbuflen, 0, in SC_fetch_by_bookmark() 5143 tidbuf, tidbuflen, NULL))) in SC_fetch_by_bookmark()
|