Searched refs:ODBC_INTPTR_T (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c56 #define ODBC_INTPTR_T apr_int64_t macro
58 #define ODBC_INTPTR_T apr_int32_t macro
61 #define ODBC_INTPTR_T intptr_t macro
132 ODBC_INTPTR_T transaction_mode;
133 ODBC_INTPTR_T dboptions; /* driver options re SQLGetData */
134 ODBC_INTPTR_T default_transaction_mode;
377 ODBC_INTPTR_T maxsize, textsize, realsize, type, isunsigned = 1;
765 ODBC_INTPTR_T options = row->res->apr_dbd->dboptions;
835 int **attrs, ODBC_INTPTR_T **attrvals)
841 *attrvals = apr_pcalloc(pool, MAX_PARAMS * sizeof(ODBC_INTPTR_T));
[all...]

Completed in 27 milliseconds