Searched refs:colsize (Results 1 – 1 of 1) sorted by relevance
567 SQLULEN colsize; in odbc_stmt_describe() local572 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()578 if (0 == colsize && in odbc_stmt_describe()609 colsize = displaysize; in odbc_stmt_describe()611 col->maxlen = S->cols[colno].datalen = colsize; in odbc_stmt_describe()618 if (colsize < 256 && !S->going_long) { in odbc_stmt_describe()619 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
Completed in 7 milliseconds