Home
last modified time | relevance | path

Searched refs:lpMsgBuf (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/dports/comms/rxtx/rxtx-2.2pre2/WinCE/
H A Dgnu_io_RXTXPort.cpp96 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_open() local
219 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_nativeSetSerialPortParams() local
295 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_setflowcontrol() local
359 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_NativegetReceiveTimeout() local
395 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_NativeisReceiveTimeoutEnabled() local
432 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_NativeEnableReceiveTimeoutThreshold() local
819 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_writeByte() local
854 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_writeArray() local
952 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_nativeavailable() local
992 LPCWSTR lpMsgBuf; in Java_gnu_io_RXTXPort_readByte() local
[all …]
H A DrxtxHelpers.cpp336 LPCWSTR lpMsgBuf; in CommEventThread()
339 ReleaseErrorMsg(lpMsgBuf); in CommEventThread()
369 LPCWSTR lpMsgBuf; in CommEventThread()
374 ReleaseErrorMsg(lpMsgBuf); in CommEventThread()
391 LPCWSTR lpMsgBuf; in CommEventThread()
394 ReleaseErrorMsg(lpMsgBuf); in CommEventThread()
411 LPCWSTR lpMsgBuf; in CommEventThread()
499 LPCWSTR lpMsgBuf; in InitialiseEventInfoStruct()
502 ReleaseErrorMsg(lpMsgBuf); in InitialiseEventInfoStruct()
536 LPCWSTR lpMsgBuf; in SendEvents()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/serial/
H A Dserial.cxx75 LPVOID lpMsgBuf; in open_port() local
83 (LPTSTR) &lpMsgBuf, in open_port()
89 LocalFree( lpMsgBuf ); in open_port()
176 LPVOID lpMsgBuf; in set_baud() local
194 LPVOID lpMsgBuf; in set_baud() local
208 LocalFree( lpMsgBuf ); in set_baud()
285 LPVOID lpMsgBuf; in read_port() local
299 LocalFree( lpMsgBuf ); in read_port()
338 LPVOID lpMsgBuf; in read_port() local
399 LPVOID lpMsgBuf; in write_port() local
[all …]
/dports/devel/avrdude/avrdude-6.4/
H A Dser_win32.c130 LPVOID lpMsgBuf; in net_open() local
183 (LPTSTR)&lpMsgBuf, in net_open()
187 LocalFree(lpMsgBuf); in net_open()
204 (LPTSTR)&lpMsgBuf, in net_open()
208 LocalFree(lpMsgBuf); in net_open()
222 LPVOID lpMsgBuf; in ser_open() local
344 LPVOID lpMsgBuf; in net_send() local
467 LPVOID lpMsgBuf; in net_recv() local
583 LPVOID lpMsgBuf; in ser_recv() local
634 LPVOID lpMsgBuf; in net_drain() local
[all …]
H A Dserbb_win32.c67 LPVOID lpMsgBuf; in serbb_setpin() local
115 (LPTSTR) &lpMsgBuf, in serbb_setpin()
119 progname, (char *)lpMsgBuf); in serbb_setpin()
121 LocalFree(lpMsgBuf); in serbb_setpin()
135 LPVOID lpMsgBuf; in serbb_getpin() local
161 (LPTSTR) &lpMsgBuf, in serbb_getpin()
167 LocalFree(lpMsgBuf); in serbb_getpin()
259 LPVOID lpMsgBuf; in serbb_open() local
276 (LPTSTR) &lpMsgBuf, in serbb_open()
280 progname, port, (char*)lpMsgBuf); in serbb_open()
[all …]
/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dser_win32.c130 LPVOID lpMsgBuf; in net_open() local
183 (LPTSTR)&lpMsgBuf, in net_open()
187 LocalFree(lpMsgBuf); in net_open()
204 (LPTSTR)&lpMsgBuf, in net_open()
208 LocalFree(lpMsgBuf); in net_open()
222 LPVOID lpMsgBuf; in ser_open() local
268 (LPTSTR) &lpMsgBuf, in ser_open()
344 LPVOID lpMsgBuf; in net_send() local
467 LPVOID lpMsgBuf; in net_recv() local
583 LPVOID lpMsgBuf; in ser_recv() local
[all …]
H A Dserbb_win32.c67 LPVOID lpMsgBuf; in serbb_setpin() local
115 (LPTSTR) &lpMsgBuf, in serbb_setpin()
119 progname, (char *)lpMsgBuf); in serbb_setpin()
121 LocalFree(lpMsgBuf); in serbb_setpin()
135 LPVOID lpMsgBuf; in serbb_getpin() local
161 (LPTSTR) &lpMsgBuf, in serbb_getpin()
167 LocalFree(lpMsgBuf); in serbb_getpin()
259 LPVOID lpMsgBuf; in serbb_open() local
276 (LPTSTR) &lpMsgBuf, in serbb_open()
280 progname, port, (char*)lpMsgBuf); in serbb_open()
[all …]
/dports/security/iaikpkcs11wrapper/src/native/windows/src/
H A Dplatform.c76 LPVOID lpMsgBuf; in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect() local
96 (LPTSTR) &lpMsgBuf, in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect()
100 …exceptionMessage = (char *) malloc(sizeof(char) * (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameS… in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect()
101 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect()
106 LocalFree(lpMsgBuf); in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect()
122 (LPTSTR) &lpMsgBuf, in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect()
126 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect()
128 LocalFree( lpMsgBuf ); in Java_iaik_pkcs_pkcs11_wrapper_PKCS11Implementation_connect()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/vidix/dhahelperwin/
H A Ddhasetup.c33 LPTSTR lpMsgBuf; in print_last_error() local
40 (LPTSTR) & lpMsgBuf, 0, NULL); in print_last_error()
41 if(strlen(lpMsgBuf) >= 2) in print_last_error()
42 lpMsgBuf[strlen(lpMsgBuf)-2] = 0; in print_last_error()
44 printf("%s (%i -> %s)\n", s, GetLastError(), lpMsgBuf); in print_last_error()
45 LocalFree(lpMsgBuf); in print_last_error()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/vidix/dhahelperwin/
H A Ddhasetup.c33 LPTSTR lpMsgBuf; in print_last_error() local
40 (LPTSTR) & lpMsgBuf, 0, NULL); in print_last_error()
41 if(strlen(lpMsgBuf) >= 2) in print_last_error()
42 lpMsgBuf[strlen(lpMsgBuf)-2] = 0; in print_last_error()
44 printf("%s (%i -> %s)\n", s, GetLastError(), lpMsgBuf); in print_last_error()
45 LocalFree(lpMsgBuf); in print_last_error()
/dports/devel/R-cran-BH/BH/inst/include/boost/system/detail/
H A Dsystem_category_message_win32.hpp92 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
99 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
106 …r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, buffer, static_cast<int>( len … in system_category_message_win32()
107 boost::winapi::LocalFree( lpMsgBuf ); in system_category_message_win32()
150 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
157 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
167 local_free lf_ = { lpMsgBuf }; in system_category_message_win32()
172 int r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, 0, 0, NULL, NULL ); in system_category_message_win32()
181 r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, &buffer[0], r, NULL, NULL ); in system_category_message_win32()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/windows/native/libj2pkcs11/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c86 LPVOID lpMsgBuf = NULL; in Java_sun_security_pkcs11_wrapper_PKCS11_connect() local
107 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
112 (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1)); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
117 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
138 (LPTSTR) &lpMsgBuf, in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
142 throwIOException(env, (LPTSTR) lpMsgBuf); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
164 if (lpMsgBuf != NULL) { in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
165 LocalFree( lpMsgBuf ); in Java_sun_security_pkcs11_wrapper_PKCS11_connect()
/dports/devel/R-cran-pkgcache/pkgcache/src/
H A Derrors.c58 LPVOID lpMsgBuf; in r_throw_system_error() local
73 (LPTSTR) &lpMsgBuf, in r_throw_system_error()
79 realsysmsg = R_alloc(1, strlen(lpMsgBuf) + 1); in r_throw_system_error()
80 strcpy(realsysmsg, lpMsgBuf); in r_throw_system_error()
81 LocalFree(lpMsgBuf); in r_throw_system_error()
99 LPVOID lpMsgBuf; in r_format_system_error() local
114 (LPTSTR) &lpMsgBuf, in r_format_system_error()
120 realsysmsg = R_alloc(1, strlen(lpMsgBuf) + 1); in r_format_system_error()
121 strcpy(realsysmsg, lpMsgBuf); in r_format_system_error()
122 LocalFree(lpMsgBuf); in r_format_system_error()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/system/detail/
H A Dsystem_category_message_win32.hpp114 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
121 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
128 …r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, buffer, static_cast<int>( len … in system_category_message_win32()
129 boost::winapi::LocalFree( lpMsgBuf ); in system_category_message_win32()
172 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
179 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
189 local_free lf_ = { lpMsgBuf }; in system_category_message_win32()
194 int r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, 0, 0, NULL, NULL ); in system_category_message_win32()
203 r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, &buffer[0], r, NULL, NULL ); in system_category_message_win32()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/system/detail/
H A Dsystem_category_message_win32.hpp114 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
121 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
128 …r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, buffer, static_cast<int>( len … in system_category_message_win32()
129 boost::winapi::LocalFree( lpMsgBuf ); in system_category_message_win32()
172 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
179 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
189 local_free lf_ = { lpMsgBuf }; in system_category_message_win32()
194 int r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, 0, 0, NULL, NULL ); in system_category_message_win32()
203 r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, &buffer[0], r, NULL, NULL ); in system_category_message_win32()
/dports/devel/hyperscan/boost_1_75_0/boost/system/detail/
H A Dsystem_category_message_win32.hpp114 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
121 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
128 …r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, buffer, static_cast<int>( len … in system_category_message_win32()
129 boost::winapi::LocalFree( lpMsgBuf ); in system_category_message_win32()
172 wchar_t * lpMsgBuf = 0; in system_category_message_win32() local
179 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
189 local_free lf_ = { lpMsgBuf }; in system_category_message_win32()
194 int r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, 0, 0, NULL, NULL ); in system_category_message_win32()
203 r = boost::winapi::WideCharToMultiByte( code_page, 0, lpMsgBuf, -1, &buffer[0], r, NULL, NULL ); in system_category_message_win32()

12345678910>>...32