Searched refs:colsize (Results 1 – 1 of 1) sorted by relevance
549 SDWORD colsize, displaysize; in odbc_stmt_describe() local553 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()572 colsize = displaysize; in odbc_stmt_describe()574 col->maxlen = S->cols[colno].datalen = colsize; in odbc_stmt_describe()585 if (colsize < 256 && !S->going_long) { in odbc_stmt_describe()586 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
Completed in 13 milliseconds