Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c529 SQLSMALLINT baseType, cType; in odbc_bind_param() local
539 cType = SQL_C_CHAR; in odbc_bind_param()
552 cType = sqlCtype[type]; in odbc_bind_param()
555 if (IS_LOB(cType)) { in odbc_bind_param()
558 cType = (IS_CLOB(cType)) ? SQL_C_CHAR : SQL_C_DEFAULT; in odbc_bind_param()
617 rc = SQLBindParameter(statement->stmt, narg, inOut, cType, in odbc_bind_param()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c181116 static const char cType[] = {
181140 j = cType[x-'a'];
181149 j = cType[x-'a'];