Home
last modified time | relevance | path

Searched refs:SQmsg (Results 1 – 24 of 24) sorted by relevance

/dports/news/husky/husky-1.9.20191207/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky-htick/husky-htick-1.9.20191207/htick/src/
H A Dscan.c77 void convertMsgText( HMSG SQmsg, s_message * msg, hs_addr ourAka ) in convertMsgText() argument
86 ctrlLen = MsgGetCtrlLen( SQmsg ); in convertMsgText()
88 MsgReadMsg( SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff ); in convertMsgText()
93 msg->textLength = MsgGetTextLen( SQmsg ); in convertMsgText()
111 MsgReadMsg( SQmsg, NULL, 0, msg->textLength, ( unsigned char * )msg->text + strlen( msg->text ), in convertMsgText()
/dports/news/husky/husky-1.9.20191207/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpt/src/
H A Dscan.c121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
[all …]
/dports/news/husky/husky-1.9.20191207/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/areafix/src/
H A Dareafix.c2537 void MsgToStruct(HMSG SQmsg, XMSG xmsg, s_message *msg) in MsgToStruct() argument
2557 msg->textLength = MsgGetTextLen(SQmsg); in MsgToStruct()
2558 msg->ctlLength = MsgGetCtrlLen(SQmsg); in MsgToStruct()
2570 HMSG SQmsg; in afix() local
2619 if (SQmsg == NULL) continue; in afix()
2631 MsgCloseMsg(SQmsg); in afix()
2636 MsgCloseMsg(SQmsg); in afix()
2643 MsgToStruct(SQmsg, xmsg, &msg); in afix()
2646 MsgCloseMsg(SQmsg); in afix()
2652 MsgCloseMsg(SQmsg); in afix()
[all …]