Home
last modified time | relevance | path

Searched refs:fOption (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h65 #define SQLGetConnectAttr(hdbc, fOption, ValuePtr, BufferLength, NULL) \ argument
66 SQLGetConnectOption(hdbc, fOption, ValuePtr)
69 #define SQLSetConnectAttr(hdbc, fOption, ValuePtr, BufferLength) \ argument
70 SQLSetConnectOption(hdbc, fOption, (SQLUINTEGER) ValuePtr)
73 #define SQLSetStmtAttr(hstmt, fOption, ValuePtr, BufferLength) (0); return APR_ENOTIMPL; argument