Home
last modified time | relevance | path

Searched refs:iMsg (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Messaging/System.Messaging/
H A DMessageEnumerator.cs52 IMessage iMsg = delegateEnumerator.Current;
53 if (iMsg == null)
56 return new Message (iMsg, null, formatter);
100 if (iMsg == null) in RemoveCurrent()
102 return new Message (iMsg, null, formatter); in RemoveCurrent()
117 if (iMsg == null) in RemoveCurrent()
119 return new Message (iMsg, null, formatter); in RemoveCurrent()
134 if (iMsg == null) in RemoveCurrent()
151 if (iMsg == null) in RemoveCurrent()
170 if (iMsg == null) in RemoveCurrent()
[all …]
H A DMessageQueue.cs467 if (iMsg == null) in EndPeek()
488 if (iMsg == null) in EndReceive()
591 if (iMsg == null) in Peek()
609 if (iMsg == null) in Peek()
627 if (iMsg == null) in PeekByCorrelationId()
645 if (iMsg == null) in PeekByCorrelationId()
663 if (iMsg == null) in PeekById()
681 if (iMsg == null) in PeekById()
704 if (iMsg == null) in Receive()
720 if (iMsg == null) in Receive()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/
H A DErrorHandler.cpp45 const std::string &iMsg ) in operator ()() argument
47 handleIt( ( iMsg + "\nERROR: EXCEPTION:\n" ) + iExc.what() ); in operator ()()
52 const std::string &iMsg ) in operator ()() argument
54 handleIt( ( iMsg + "\nERROR:\n" ) + iErr ); in operator ()()
59 const std::string &iMsg ) in operator ()() argument
61 handleIt( iMsg + "\nERROR: UNKNOWN EXCEPTION\n" ); in operator ()()
65 void ErrorHandler::handleIt( const std::string &iMsg ) in handleIt() argument
70 std::cerr << iMsg << std::endl; in handleIt()
73 m_errorLog.append( iMsg ); in handleIt()
79 ABCA_THROW( iMsg ); in handleIt()
/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCTextButton.h60 …DWORD SendMessage(int iMsg, DWORD Param1, DWORD Param2) { return CLabel::SendMessage( iMsg, Param1… in SendMessage() argument
61 …DWORD SendMessage(int iMsg, const std::string& sStr, DWORD Param) { return CLabel::SendMessage( iM… in SendMessage() argument
62 …DWORD SendMessage(int iMsg, std::string *sStr, DWORD Param) { return CLabel::SendMessage( iMsg, s… in SendMessage() argument
H A DCInputBox.h82 inline DWORD SendMessage(int iMsg, DWORD Param1, DWORD Param2) { in SendMessage() argument
84 if(iMsg == INM_GETVALUE) { in SendMessage()
91 DWORD SendMessage(int iMsg, const std::string& sStr, DWORD Param) { return 0; } in SendMessage() argument
92 DWORD SendMessage(int iMsg, std::string *sStr, DWORD Param) { in SendMessage() argument
93 if (iMsg == INS_GETTEXT) { in SendMessage()
H A DCCheckbox.h85 DWORD SendMessage(int iMsg, DWORD Param1, DWORD Param2) { in SendMessage() argument
87 switch(iMsg) { in SendMessage()
97 DWORD SendMessage(int iMsg, const std::string& sStr, DWORD Param) { return 0; } in SendMessage() argument
98 DWORD SendMessage(int iMsg, std::string *sStr, DWORD Param) { return 0; } in SendMessage() argument
H A DCLabel.h89 DWORD SendMessage(int iMsg, DWORD Param1, DWORD Param2) { return 0; } in SendMessage() argument
90 DWORD SendMessage(int iMsg, const std::string& sStr, DWORD Param) { in SendMessage() argument
91 if (iMsg == LBS_SETTEXT) in SendMessage()
95 DWORD SendMessage(int iMsg, std::string *sStr, DWORD Param) { return 0; } in SendMessage() argument
/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/
H A Dev_Win32Keyboard.h39 HWND hWnd, UINT iMsg, WPARAM nVirtKey, LPARAM keyData);
42 HWND hWnd, UINT iMsg, WPARAM nVirtKey, LPARAM keyData);
45 HWND hWnd, UINT iMsg, WPARAM nVirtKey, LPARAM keyData);
48 HWND hWnd, UINT iMsg, WPARAM nVirtKey, LPARAM keyData);
53 HWND hWnd, UINT iMsg, WPARAM nVirtKey, LPARAM keyData,
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4MessageBoard.cpp158 for (int iMsg = -iMsgFader; iMsg < 0; iMsg++) in Draw() local
161 if (iMsg-iBackScroll >= 0) break; in Draw()
162 const char *Message = LogBuffer.GetLine(iMsg-iBackScroll, nullptr, nullptr, nullptr); in Draw()
165 int iMsgY = cgo.Y + cgo.Hgt + iMsg * iLineHgt + Fader; in Draw()
176 …float fade = std::max(ScreenFader, 0.0f) + ((iMsg + 2.0f + float(Fader) / iLineHgt) / std::min(2-i… in Draw()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/imhttp/
H A Dimhttp.c303 data->iMsg = 0; in init_thread()
320 data->iMsg = 0; in init_thread()
460 connWrkr->iMsg = 0; in doSubmitMsg()
490 connWrkr->pMsg[connWrkr->iMsg++] = ch; in processOctetMsgLen()
521 connWrkr->iMsg = 0; in processOctetMsgLen()
545 if (connWrkr->iMsg < s_iMaxLine) { in processOctetCounting()
571 connWrkr->iMsg += count; in processOctetCounting()
601 count = s_iMaxLine - connWrkr->iMsg; in processDisableLF()
609 connWrkr->iMsg += count; in processDisableLF()
633 if (connWrkr->iMsg < s_iMaxLine) { in processDataUncompressed()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32FrameImpl.cpp838 return UT_DefWindowProc(hwnd, iMsg, wParam, lParam); in _ContainerWndProc()
846 …UT_return_val_if_fail((pView && ((iMsg == WM_VSCROLL) || (iMsg == WM_HSCROLL))) || ((iMsg != WM_VS… in _ContainerWndProc()
848 switch (iMsg) in _ContainerWndProc()
973 return UT_DefWindowProc(hwnd, iMsg, wParam, lParam); in _ContainerWndProc()
1046 return UT_DefWindowProc(hwnd, iMsg, wParam, lParam); in _DocumentWndProc()
1055 switch (iMsg) in _DocumentWndProc()
1228 return UT_DefWindowProc(hwnd,iMsg,wParam,lParam); in _DocumentWndProc()
1238 return UT_DefWindowProc(hwnd,iMsg,wParam,lParam); in _DocumentWndProc()
1252 return UT_DefWindowProc(hwnd,iMsg,wParam,lParam); in _DocumentWndProc()
1260 return UT_DefWindowProc(hwnd,iMsg,wParam,lParam); in _DocumentWndProc()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
123 switch (iMsg) in WndProc()
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) in WndProc()
147 return DefWindowProc(hwnd, iMsg, wParam, lParam); in WndProc()
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
123 switch (iMsg) { in WndProc()
137 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) { in WndProc()
145 return DefWindowProc(hwnd, iMsg, wParam, lParam); in WndProc()
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
123 switch (iMsg) { in WndProc()
137 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) { in WndProc()
145 return DefWindowProc(hwnd, iMsg, wParam, lParam); in WndProc()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dtcps_sess.c68 pThis->iMsg = 0; /* just make sure... */
171 pThis->iMsg = idx; in SetMsgIdx()
240 if(pThis->iMsg == 0) { in defaultDoSubmitMessage()
246 pThis->DoSubmitMessage(pThis, pThis->pMsg, pThis->iMsg); in defaultDoSubmitMessage()
252 MsgSetRawMsg(pMsg, (char*)pThis->pMsg, pThis->iMsg); in defaultDoSubmitMessage()
268 pThis->iMsg = 0; in defaultDoSubmitMessage()
392 *(pThis->pMsg + pThis->iMsg++) = c; in processDataRcvd()
424 pThis->iMsg = 0; in processDataRcvd()
464 if(pThis->iMsg < iMaxLine) { in processDataRcvd()
465 *(pThis->pMsg + pThis->iMsg++) = c; in processDataRcvd()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/logger/
H A Dmultilogger.d172 string iMsg = "A info message"; variable
173 root.info(iMsg); int line2 = __LINE__;
176 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
187 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/logger/
H A Dmultilogger.d169 string iMsg = "A info message"; variable
170 root.info(iMsg); int line2 = __LINE__;
173 assert(infoLog.msg == iMsg, infoLog.msg ~ ":" ~ iMsg);
184 assert(line.indexOf(iMsg) != -1, line ~ ":" ~ tMsg);

12345678910>>...20