Home
last modified time | relevance | path

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

/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DSetCursorName.c87 _trace_print_function (en_SetCursorName, trace_leave, retcode); in trace_SQLSetCursorName()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Dhenv.h69 en_SetCursorName = SQL_API_SQLSETCURSORNAME, enumerator
H A Dprepare.c234 hproc = _iodbcdm_getproc (pstmt->hdbc, en_SetCursorName); in SQLSetCursorName()
243 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_SetCursorName, in SQLSetCursorName()
H A Dhenv.ci73 { en_SetCursorName, CLI_NAME_PREFIX "SetCursorName" },
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Dhenv.h69 en_SetCursorName = SQL_API_SQLSETCURSORNAME, enumerator
H A Dprepare.c234 hproc = _iodbcdm_getproc (pstmt->hdbc, en_SetCursorName); in SQLSetCursorName()
243 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_SetCursorName, in SQLSetCursorName()
H A Dhenv.ci73 { en_SetCursorName, CLI_NAME_PREFIX "SetCursorName" },
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Dhenv.h69 en_SetCursorName = SQL_API_SQLSETCURSORNAME, enumerator
H A Dprepare.c234 hproc = _iodbcdm_getproc (pstmt->hdbc, en_SetCursorName); in SQLSetCursorName()
243 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_SetCursorName, in SQLSetCursorName()
H A Dhenv.ci73 { en_SetCursorName, CLI_NAME_PREFIX "SetCursorName" },
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Dhenv.h69 en_SetCursorName = SQL_API_SQLSETCURSORNAME, enumerator
H A Dprepare.c234 hproc = _iodbcdm_getproc (pstmt->hdbc, en_SetCursorName); in SQLSetCursorName()
243 CALL_DRIVER (pstmt->hdbc, retcode, hproc, en_SetCursorName, in SQLSetCursorName()
H A Dhenv.ci73 { en_SetCursorName, CLI_NAME_PREFIX "SetCursorName" },
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dhenv.ci114 FUNCDEF (SQL_API_SQLSETCURSORNAME, en_SetCursorName, CLI "SetCursorName")
H A Dprepare.c371 en_SetCursorName, ( in SQLSetCursorName_Internal()