Home
last modified time | relevance | path

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

/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A Dsqlite3odbc.c968 utf_to_wmb(char *str, int len) in utf_to_wmb() function
3234 char *wname = utf_to_wmb(filename, -1); in blob_import()
3311 char *wname = utf_to_wmb(filename, -1); in blob_export()
3488 cname = utf_to_wmb(name, -1); in dbopen()
10597 char *cdsn = utf_to_wmb(buf, len); in drvconnect()
11376 c = utf_to_wmb((char *) cursor, len); in SQLGetCursorName()
12125 ucdata = (SQLWCHAR *) utf_to_wmb((char *) cdata, dlen); in getrowdata()
14756 n = (SQLCHAR *) utf_to_wmb((char *) name, len); in SQLDescribeCol()
15243 v = utf_to_wmb((char *) val, SQL_NTS); in SQLColAttributes()
15729 v = utf_to_wmb((char *) val, SQL_NTS); in SQLColAttribute()
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dsqlite3odbc.c1125 utf_to_wmb(char *str, int len) in utf_to_wmb() function
3694 char *wname = utf_to_wmb(filename, -1); in blob_import()
3771 char *wname = utf_to_wmb(filename, -1); in blob_export()
3961 cname = utf_to_wmb(name, -1); in dbopen()
12734 char *cdsn = utf_to_wmb(buf, len); in drvconnect()
13533 c = utf_to_wmb((char *) cursor, len); in SQLGetCursorName()
14296 ucdata = (SQLWCHAR *) utf_to_wmb((char *) cdata, dlen); in getrowdata()
17077 n = (SQLCHAR *) utf_to_wmb((char *) name, len); in SQLDescribeCol()
17567 v = utf_to_wmb((char *) val, SQL_NTS); in SQLColAttributes()
18053 v = utf_to_wmb((char *) val, SQL_NTS); in SQLColAttribute()
H A Dsqlite4odbc.c1095 utf_to_wmb(char *str, int len) in utf_to_wmb() function
3415 char *wname = utf_to_wmb(filename, -1); in blob_import()
3493 char *wname = utf_to_wmb(filename, -1); in blob_export()
12096 char *cdsn = utf_to_wmb(buf, len); in drvconnect()
12873 c = utf_to_wmb((char *) cursor, len); in SQLGetCursorName()
13638 ucdata = (SQLWCHAR *) utf_to_wmb((char *) cdata, dlen); in getrowdata()
16416 n = (SQLCHAR *) utf_to_wmb((char *) name, len); in SQLDescribeCol()
16906 v = utf_to_wmb((char *) val, SQL_NTS); in SQLColAttributes()
17392 v = utf_to_wmb((char *) val, SQL_NTS); in SQLColAttribute()