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

/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/
H A Ddrvconn.c162 wchar_t *_string_w = NULL; local
166 if ((_string_w = malloc (cbInOutConnStr * sizeof(wchar_t) + 1)) == NULL)
170 dm_StrCopyOut2_A2W (szInOutConnStr, _string_w,
173 retcode = iodbcdm_drvconn_dialboxw (hwnd, _string_w,
178 dm_StrCopyOut2_W2A (_string_w, szInOutConnStr, cbInOutConnStr - 1, NULL);
182 MEM_FREE (_string_w);
501 wchar_t *_string_w = NULL; local
506 if ((_string_w = malloc (cbInOutConnStr * sizeof(wchar_t) + 1)) == NULL)
510 retcode = _iodbcdm_drvchoose_dialboxw (hwnd, _string_w,
515 dm_StrCopyOut2_W2A (_string_w, szInOutConnSt
596 wchar_t *_string_w = NULL; local
[all...]

Completed in 116 milliseconds