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

/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Dunicode.h113 #define OPL_A2W(a, w, cb) \ macro
118 #define OPL_A2W(XA, XW, SIZE) mbstowcs((wchar_t *) XW, (char *) XA, SIZE) macro
H A Dunicode.c300 OPL_A2W (inStr, outStr, len);
331 OPL_A2W (inStr, outStr, length);
337 OPL_A2W (inStr, outStr, size);
390 OPL_A2W (sourStr, destStr, length);
/macosx-10.10.1/iodbc-42.5/iodbc/samples/
H A Diodbctest.c107 #define OPL_A2W(a, w, cb) \ macro
110 #define OPL_A2W(XA, XW, SIZE) mbstowcs(XW, XA, SIZE) macro
149 OPL_A2W (sourStr, destStr, length);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dhstmt.c1221 OPL_A2W(pData, param->data, size);
1232 OPL_A2W(pData, param->data, size);

Completed in 209 milliseconds