Searched refs:colsize (Results 1 – 1 of 1) sorted by relevance
570 SQLULEN colsize; in odbc_stmt_describe() local575 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()581 if (0 == colsize && in odbc_stmt_describe()612 colsize = displaysize; in odbc_stmt_describe()614 col->maxlen = S->cols[colno].datalen = colsize; in odbc_stmt_describe()624 if (colsize < 256 && !S->going_long) { in odbc_stmt_describe()625 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
Completed in 5 milliseconds