/reactos/dll/win32/inetcomm/ |
H A D | pop3transport.c | 53 char *response; member 114 if (This->response[0] == '.' && !This->response[1]) in parse_uidl_response() 185 if (This->response[0] == '.' && !This->response[1]) in parse_list_response() 243 if (This->response[0] == '.' && !This->response[1]) in parse_retr_response() 289 if (This->response[0] == '.' && !This->response[1]) in parse_top_response() 368 POP3RESPONSE response; in POP3Transport_CallbackProcessDELEResp() local 394 POP3RESPONSE response; in POP3Transport_CallbackProcessNOOPResp() local 460 if (!response.fDone) in POP3Transport_CallbackProcessRETRResp() 494 if (!response.fDone) in POP3Transport_CallbackProcessTOPResp() 528 if (!response.fDone) in POP3Transport_CallbackProcessLISTResp() [all …]
|
H A D | smtptransport.c | 135 response.command = SMTP_DATA; in SMTPTransport_CallbackProcessDATAResponse() 169 response.command = SMTP_MAIL; in SMTPTransport_CallbackProcessMAILResponse() 250 if (!response.fDone) in SMTPTransport_CallbackProcessHelloResp() 263 memset(&response, 0, sizeof(response)); in SMTPTransport_CallbackProcessHelloResp() 265 response.fDone = TRUE; in SMTPTransport_CallbackProcessHelloResp() 330 SMTPRESPONSE response; in SMTPTransport_CallbackDisconnect() local 399 SMTPRESPONSE response; in SMTPTransport_CallbackMessageSendDataStream() local 460 SMTPRESPONSE response; in SMTPTransport_CallbackMessageSendTo() local 701 SMTPRESPONSE response; in SMTPTransport_SendMessage() local 702 memset(&response, 0, sizeof(response)); in SMTPTransport_SendMessage() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | chap_ms.c | 260 response_len = *response++; in chapms_verify_response() 265 if (!response[MS_CHAP_USENT]) { in chapms_verify_response() 277 if (!response[MS_CHAP_USENT]) in chapms_verify_response() 307 response_len = *response++; in chapms2_verify_response() 338 if (response[MS_CHAP2_FLAGS]) in chapms2_verify_response() 381 *response++ = MS_CHAP_RESPONSE_LEN; in chapms_make_response() 498 u_char response[24]) { in ChallengeResponse() 613 unsigned char *response) { in ChapMS_LANMan() argument 839 unsigned char *response) { in ChapMS() argument 849 &response[MS_CHAP_LANMANRESP]); in ChapMS() [all …]
|
H A D | chap-md5.c | 63 const unsigned char *challenge, const unsigned char *response, in chap_md5_verify_response() argument 73 response_len = *response++; in chap_md5_verify_response() 85 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) { in chap_md5_verify_response() 95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_n… in chap_md5_make_response() argument 110 lwip_md5_finish(&ctx, &response[1]); in chap_md5_make_response() 112 response[0] = MD5_HASH_SIZE; in chap_md5_make_response()
|
H A D | chap-new.c | 56 const unsigned char *challenge, const unsigned char *response, 97 const unsigned char *challenge, const unsigned char *response, 285 const unsigned char *response; local 301 response = pkt; 330 response, pcb->chap_server.message, sizeof(pcb->chap_server.message)); 334 response, message, sizeof(message)); 413 const unsigned char *challenge, const unsigned char *response, argument 425 response, message, message_space);
|
/reactos/dll/win32/shell32/wine/ |
H A D | appbar.c | 68 struct appbar_response* response; in SHAppBarMessage() local 152 response = return_view; in SHAppBarMessage() 154 ret = response->result; in SHAppBarMessage() 157 data->hWnd = response->abd.hWnd; in SHAppBarMessage() 158 data->uCallbackMessage = response->abd.uCallbackMessage; in SHAppBarMessage() 159 data->uEdge = response->abd.uEdge; in SHAppBarMessage() 160 data->rc = response->abd.rc; in SHAppBarMessage() 161 data->lParam = response->abd.lParam; in SHAppBarMessage()
|
/reactos/dll/win32/advapi32/wine/ |
H A D | crypt_lmhash.c | 79 NTSTATUS WINAPI SystemFunction008(const BYTE *challenge, const BYTE *hash, LPBYTE response) in SystemFunction008() argument 83 if (!challenge || !response) in SystemFunction008() 89 CRYPT_DEShash(response, key, challenge); in SystemFunction008() 90 CRYPT_DEShash(response+8, key+7, challenge); in SystemFunction008() 91 CRYPT_DEShash(response+16, key+14, challenge); in SystemFunction008() 101 NTSTATUS WINAPI SystemFunction009(const BYTE *challenge, const BYTE *hash, LPBYTE response) in SystemFunction009() argument 103 return SystemFunction008(challenge, hash, response); in SystemFunction009()
|
/reactos/dll/win32/advapi32/misc/ |
H A D | sysfunc.c | 276 WINAPI SystemFunction008(const BYTE *challenge, const BYTE *hash, LPBYTE response) in SystemFunction008() argument 280 if (!challenge || !response) in SystemFunction008() 286 CRYPT_DEShash(response, key, challenge); in SystemFunction008() 287 CRYPT_DEShash(response+8, key+7, challenge); in SystemFunction008() 288 CRYPT_DEShash(response+16, key+14, challenge); in SystemFunction008() 299 WINAPI SystemFunction009(const BYTE *challenge, const BYTE *hash, LPBYTE response) in SystemFunction009() argument 301 return SystemFunction008(challenge, hash, response); in SystemFunction009()
|
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_server.c | 343 RpcPktHdr *response = NULL; in process_bind_packet() local 352 if (response) in process_bind_packet() 356 RPCRT4_FreeHeader(response); in process_bind_packet() 365 RpcPktHdr *response = NULL; in process_request_packet() local 379 RPCRT4_Send(conn, response, NULL, 0); in process_request_packet() 380 RPCRT4_FreeHeader(response); in process_request_packet() 396 RPCRT4_Send(conn, response, NULL, 0); in process_request_packet() 397 RPCRT4_FreeHeader(response); in process_request_packet() 420 RPCRT4_FreeHeader(response); in process_request_packet() 458 if (response) { in process_request_packet() [all …]
|
H A D | rpc_defs.h | 154 RpcPktResponseHdr response; member
|
H A D | rpc_message.c | 60 sizeof(Header->request), 0, sizeof(Header->response), in RPCRT4_GetHeaderSize() 158 header = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(header->response)); in RPCRT4_BuildResponseHeader() 164 header->common.frag_len = sizeof(header->response); in RPCRT4_BuildResponseHeader() 165 header->response.alloc_hint = BufferLength; in RPCRT4_BuildResponseHeader() 1408 pMsg->BufferLength = (*Header)->response.alloc_hint; in RPCRT4_ReceiveWithAuth()
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | chap-new.h | 142 const unsigned char *challenge, const unsigned char *response, 145 void (*make_response)(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, 180 unsigned char *challenge, unsigned char *response,
|
/reactos/base/shell/explorer/ |
H A D | appbar.cpp | 249 struct appbar_response* response; in appbar_message() local 277 response = (struct appbar_response*)return_view; in appbar_message() 278 response->result = result; in appbar_message() 279 response->abd = cmd.abd; in appbar_message()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/ |
H A D | lspci-channel.txt | 8 response. UNIX-style LF line breaks are used. The maximum line length 15 The response is several lines with this syntax:
|
/reactos/dll/win32/wmiutils/ |
H A D | path.c | 812 ULONGLONG *response) in path_GetInfo() argument 816 TRACE("%p, %u, %p\n", iface, info, response); in path_GetInfo() 818 if (info || !response) return WBEM_E_INVALID_PARAMETER; in path_GetInfo() 824 *response = path->flags; in path_GetInfo() 826 *response |= WBEMPATH_INFO_ANON_LOCAL_MACHINE; in path_GetInfo() 828 *response |= WBEMPATH_INFO_HAS_MACHINE_NAME; in path_GetInfo() 831 *response |= WBEMPATH_INFO_SERVER_NAMESPACE_ONLY; in path_GetInfo() 834 *response |= WBEMPATH_INFO_HAS_SUBSCOPES; in path_GetInfo() 836 *response |= WBEMPATH_INFO_IS_INST_REF; in path_GetInfo() 838 *response |= WBEMPATH_INFO_IS_CLASS_REF; in path_GetInfo()
|
/reactos/modules/rosapps/applications/cmdutils/arping/lang/ |
H A D | en-US.rc | 24 Received %2!u! response(s)\n\0"
|
/reactos/drivers/wdm/audio/hdaudbus/ |
H A D | hda_controller_defs.h | 161 uint32 response; member
|
H A D | hdaudbus.h | 33 ULONG response; member
|
H A D | driver.h | 391 status_t hda_verb_read(hda_codec* codec, uint32 nid, uint32 vid, uint32 *response);
|
/reactos/sdk/cmake/ |
H A D | msvc.cmake | 544 # Create the additional linker response file. 552 # MSBuild, via the VS IDE, uses response files when calling CL or LINK. 553 # We cannot specify a custom response file on the linker command-line, 554 # since specifying response files from within response files is forbidden. 573 # Generate at compile-time a linker response file and append it
|
/reactos/boot/freeldr/freeldr/ |
H A D | freeldr_i386.msvc.lds | 11 ** Linker response file **
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | winhttp.c | 3904 hr = IWinHttpRequest_get_ResponseText( req, &response ); in test_IWinHttpRequest() 3984 hr = IWinHttpRequest_get_ResponseText( req, &response ); in test_IWinHttpRequest() 4056 hr = IWinHttpRequest_get_ResponseText( req, &response ); in test_IWinHttpRequest() 4058 … ok( !memcmp(response, data_start, sizeof(data_start)), "got %s\n", wine_dbgstr_wn(response, 32) ); in test_IWinHttpRequest() 4059 SysFreeString( response ); in test_IWinHttpRequest() 4142 SysFreeString( response ); in test_IWinHttpRequest() 4281 wine_dbgstr_wn(response, min(SysStringLen(response), 32)) ); in test_IWinHttpRequest() 4283 … ok( !memcmp(response, data_start, sizeof(data_start)), "got %s\n", wine_dbgstr_wn(response, 32) ); in test_IWinHttpRequest() 4285 SysFreeString( response ); in test_IWinHttpRequest() 4314 ok( !memcmp( response, unauthW, sizeof(unauthW) ), "got %s\n", wine_dbgstr_w(response) ); in test_IWinHttpRequest() [all …]
|
/reactos/base/applications/cmdutils/at/lang/ |
H A D | en-US.rc | 36 IDS_CONFIRM_INVALID "\nThis is an invalid response.\n"
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | httpreq.c | 1808 BSTR response; in test_server_xhr() local 1828 hr = IServerXMLHTTPRequest_get_responseText(xhr, &response); in test_server_xhr() 1830 ok(!strcmp_wa(response, xmltestbodyA), "got %s\n", wine_dbgstr_w(response)); in test_server_xhr() 1831 SysFreeString(response); in test_server_xhr()
|
/reactos/dll/win32/msxml3/ |
H A D | stylesheet.c | 77 IResponse *response; member 637 IResponse_BinaryWrite(This->output.response, bin); in xslprocessor_transform()
|