Searched refs:colsize (Results 1 – 1 of 1) sorted by relevance
571 SQLULEN colsize; in odbc_stmt_describe() local576 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()582 if (0 == colsize && in odbc_stmt_describe()613 colsize = displaysize; in odbc_stmt_describe()615 col->maxlen = S->cols[colno].datalen = colsize; in odbc_stmt_describe()625 if (colsize < 256 && !S->going_long) { in odbc_stmt_describe()626 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
Completed in 6 milliseconds