Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 25 of 26) sorted by relevance

12

/reactos/dll/win32/urlmon/
H A Dgopher.c33 static inline GopherProtocol *impl_from_Protocol(Protocol *prot) in impl_from_Protocol() argument
35 return CONTAINING_RECORD(prot, GopherProtocol, base); in impl_from_Protocol()
38 static HRESULT GopherProtocol_open_request(Protocol *prot, IUri *uri, DWORD request_flags, in GopherProtocol_open_request() argument
41 GopherProtocol *This = impl_from_Protocol(prot); in GopherProtocol_open_request()
60 static HRESULT GopherProtocol_end_request(Protocol *prot) in GopherProtocol_end_request() argument
65 static HRESULT GopherProtocol_start_downloading(Protocol *prot) in GopherProtocol_start_downloading() argument
70 static void GopherProtocol_close_connection(Protocol *prot) in GopherProtocol_close_connection() argument
74 static void GopherProtocol_on_error(Protocol *prot, DWORD error) in GopherProtocol_on_error() argument
76 FIXME("(%p) %d - stub\n", prot, error); in GopherProtocol_on_error()
H A Dftp.c60 static inline FtpProtocol *impl_from_Protocol(Protocol *prot) in impl_from_Protocol() argument
62 return CONTAINING_RECORD(prot, FtpProtocol, base); in impl_from_Protocol()
65 static HRESULT FtpProtocol_open_request(Protocol *prot, IUri *uri, DWORD request_flags, in FtpProtocol_open_request() argument
68 FtpProtocol *This = impl_from_Protocol(prot); in FtpProtocol_open_request()
91 static HRESULT FtpProtocol_end_request(Protocol *prot) in FtpProtocol_end_request() argument
96 static HRESULT FtpProtocol_start_downloading(Protocol *prot) in FtpProtocol_start_downloading() argument
98 FtpProtocol *This = impl_from_Protocol(prot); in FtpProtocol_start_downloading()
111 static void FtpProtocol_close_connection(Protocol *prot) in FtpProtocol_close_connection() argument
115 static void FtpProtocol_on_error(Protocol *prot, DWORD error) in FtpProtocol_on_error() argument
117 FIXME("(%p) %d - stub\n", prot, error); in FtpProtocol_on_error()
H A Dhttp.c285 static inline HttpProtocol *impl_from_Protocol(Protocol *prot) in impl_from_Protocol() argument
287 return CONTAINING_RECORD(prot, HttpProtocol, base); in impl_from_Protocol()
293 HttpProtocol *This = impl_from_Protocol(prot); in HttpProtocol_open_request()
509 HttpProtocol *This = impl_from_Protocol(prot); in HttpProtocol_start_downloading()
589 static void HttpProtocol_close_connection(Protocol *prot) in HttpProtocol_close_connection() argument
591 HttpProtocol *This = impl_from_Protocol(prot); in HttpProtocol_close_connection()
604 HttpProtocol *This = impl_from_Protocol(prot); in HttpProtocol_on_error()
607 TRACE("(%p) %d\n", prot, error); in HttpProtocol_on_error()
609 if(prot->flags & FLAG_FIRST_CONTINUE_COMPLETE) { in HttpProtocol_on_error()
621 protocol_abort(prot, hres); in HttpProtocol_on_error()
[all …]
H A Dprotocol.c313 HRESULT protocol_start(Protocol *protocol, IInternetProtocol *prot, IUri *uri, in protocol_start() argument
319 protocol->protocol = prot; in protocol_start()
/reactos/modules/rostests/winetests/kernel32/
H A Dvirtual.c3061 switch (prot & 0xff) in is_mem_writable()
3078 DWORD prot; in test_VirtualAlloc_protection() member
3171 DWORD prot; in test_CreateFileMapping_protection() member
3290 if (td[i].prot == PAGE_READONLY || td[i].prot == PAGE_WRITECOPY) in test_CreateFileMapping_protection()
3340 if (td[i].success || td[i].prot == PAGE_NOACCESS || td[i].prot == PAGE_EXECUTE) in test_CreateFileMapping_protection()
3367 prot = td[i].prot; in test_CreateFileMapping_protection()
3369 if (prot == PAGE_EXECUTE_WRITECOPY) prot = PAGE_EXECUTE_READWRITE; in test_CreateFileMapping_protection()
3408 todo_wine_if (td[i].prot == PAGE_WRITECOPY || td[i].prot == PAGE_EXECUTE_WRITECOPY) in test_CreateFileMapping_protection()
3426 switch (prot) in page_prot_to_access()
3471 switch (prot) in map_prot_to_access()
[all …]
H A Dloader.c1651 static BOOL is_mem_writable(DWORD prot) in is_mem_writable() argument
1653 switch (prot & 0xff) in is_mem_writable()
1771 DWORD prot = exec_prot | rw_prot; in test_VirtualProtect() local
1774 ret = VirtualProtect(section, page_size, prot, &old_prot); in test_VirtualProtect()
1777 ok(!ret, "VirtualProtect(%02x) should fail\n", prot); in test_VirtualProtect()
1781 ok(ret, "VirtualProtect(%02x) error %d\n", prot, GetLastError()); in test_VirtualProtect()
/reactos/dll/win32/jscript/
H A Dfunction.c678 static HRESULT set_constructor_prop(script_ctx_t *ctx, jsdisp_t *constr, jsdisp_t *prot) in set_constructor_prop() argument
682 return jsdisp_define_data_property(prot, constructorW, PROPF_WRITABLE | PROPF_CONFIGURABLE, in set_constructor_prop()
1012 NativeFunction *prot, *constr; in init_function_constr() local
1018 TRUE, object_prototype, (void**)&prot); in init_function_constr()
1022 prot->proc = FunctionProt_value; in init_function_constr()
1023 prot->name = prototypeW; in init_function_constr()
1026 TRUE, &prot->function.dispex, (void**)&constr); in init_function_constr()
1030 …hres = jsdisp_define_data_property(&constr->function.dispex, prototypeW, 0, jsval_obj(&prot->funct… in init_function_constr()
1032 hres = set_constructor_prop(ctx, &constr->function.dispex, &prot->function.dispex); in init_function_constr()
1036 jsdisp_release(&prot->function.dispex); in init_function_constr()
H A Ddispex.c1032 jsdisp_t *prot = NULL; in init_dispex_from_constr() local
1049 prot = iface_to_jsdisp(get_object(val)); in init_dispex_from_constr()
1053 hres = init_dispex(dispex, ctx, builtin_info, prot); in init_dispex_from_constr()
1055 if(prot) in init_dispex_from_constr()
1056 jsdisp_release(prot); in init_dispex_from_constr()
H A Dengine.c1602 jsval_t prot, v; in interp_instanceof() local
1622 hres = jsdisp_propget_name(obj, prototypeW, &prot); in interp_instanceof()
1632 if(is_object_instance(prot)) { in interp_instanceof()
1636 hres = disp_cmp(get_object(prot), to_disp(iter), &ret); in interp_instanceof()
1648 jsval_release(prot); in interp_instanceof()
/reactos/modules/rostests/winetests/urlmon/
H A Dprotocol.c2389 IInternetProtocol *prot; in MimeProtocol_Start() local
2393 IInternetProtocol_Release(prot); in MimeProtocol_Start()
2721 static void init_test(int prot, DWORD flags) in init_test() argument
2723 tested_protocol = prot; in init_test()
3345 init_test(prot, flags); in test_http_protocol_url()
3387 if(prot == HTTP_TEST) in test_http_protocol_url()
3446 if(prot == HTTPS_TEST) in test_http_protocol_url()
3490 if(prot == HTTPS_TEST) in test_http_protocol_url()
3493 if (prot == HTTP_TEST || prot == HTTPS_TEST) in test_http_protocol_url()
4048 init_test(prot, test_flags|TEST_BINDING); in test_binding()
[all …]
H A Durl.c235 static BOOL is_urlmon_protocol(int prot) in is_urlmon_protocol() argument
237 …return prot == FILE_TEST || prot == HTTP_TEST || prot == HTTPS_TEST || prot == FTP_TEST || prot ==… in is_urlmon_protocol()
3472 static void test_URLDownloadToFile(DWORD prot, BOOL emul) in test_URLDownloadToFile() argument
3477 init_bind_test(prot, BINDTEST_FILEDWLAPI | (emul ? BINDTEST_EMULATE : 0), TYMED_FILE); in test_URLDownloadToFile()
3565 if(prot != FILE_TEST || emul) in test_URLDownloadToFile()
/reactos/dll/win32/ole32/
H A Dfilemoniker.c485 IRunningObjectTable *prot=0; in FileMonikerImpl_BindToObject() local
496 res=IBindCtx_GetRunningObjectTable(pbc,&prot); in FileMonikerImpl_BindToObject()
500 res = IRunningObjectTable_GetObject(prot,iface,&pObj); in FileMonikerImpl_BindToObject()
571 if (prot!=NULL) in FileMonikerImpl_BindToObject()
572 IRunningObjectTable_Release(prot); in FileMonikerImpl_BindToObject()
H A Dcompositemoniker.c334 IRunningObjectTable *prot; in CompositeMonikerImpl_BindToObject() local
348 res=IBindCtx_GetRunningObjectTable(pbc,&prot); in CompositeMonikerImpl_BindToObject()
353 res = IRunningObjectTable_GetObject(prot,iface,(IUnknown**)ppvResult); in CompositeMonikerImpl_BindToObject()
/reactos/modules/rostests/winetests/qmgr/
H A Djob.c394 static const WCHAR prot[] = {'f','i','l','e',':','/','/', 0}; in test_CompleteLocalURL() local
418 lstrcpyW(urlA, prot); in test_CompleteLocalURL()
420 lstrcpyW(urlB, prot); in test_CompleteLocalURL()
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dlcp.c565 u_short prot; in lcp_rprotrej() local
575 GETSHORT(prot, inp); in lcp_rprotrej()
587 pname = protocol_name(prot); in lcp_rprotrej()
594 if (protp->protocol == prot) { in lcp_rprotrej()
598 prot)); in lcp_rprotrej()
601 ppp_dbglog(("Protocol-Reject for 0x%x received", prot)); in lcp_rprotrej()
609 prot)); in lcp_rprotrej()
612 ppp_warn(("Protocol-Reject for unsupported protocol 0x%x", prot)); in lcp_rprotrej()
H A Dauth.c1139 const char *prot = ""; in auth_withpeer_success() local
1146 prot = "CHAP"; in auth_withpeer_success()
1167 prot = "PAP"; in auth_withpeer_success()
1173 prot = "EAP"; in auth_withpeer_success()
1182 ppp_notice(("%s authentication succeeded", prot)); in auth_withpeer_success()
/reactos/sdk/include/reactos/wine/
H A Dlibrary.h81 extern void *wine_anon_mmap( void *start, size_t size, int prot, int flags );
/reactos/modules/rostests/apitests/sdk/
H A Ddelayimp.cpp158 UnProtect prot(procname); in DliHook() local
/reactos/dll/win32/cryptui/lang/
H A Dcryptui_Fr.rc170 IDS_EXPORT_PASSWORD_SUBTITLE "Vous pouvez protéger une clé privée par un mot de passe."
392 …LTEXT "Si vous choisissez d'exporter la clé privée, on vous demandera un mot de passe pour protége…
/reactos/modules/rosapps/applications/net/ncftp/autoconf/
H A Daclocal.m4997 # include <prot.h>
1016 # include <prot.h>
2088 AC_CHECK_HEADERS(sys/security.h sys/audit.h krb.h prot.h)
2112 AC_CHECK_LIB(prot,getprpwnam)
/reactos/drivers/network/tcpip/include/
H A Dtcpcore.h1534 struct proto *prot; member
3292 sk->prot->unhash(sk); in tcp_set_state()
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c6124 int prot, mapped; in test_filemap_security() member
6152 mapping = CreateFileMappingW(file, NULL, prot_map[i].prot, 0, 4096, NULL); in test_filemap_security()
6158 …if (prot_map[i].prot == PAGE_EXECUTE_READ || prot_map[i].prot == PAGE_EXECUTE_READWRITE || prot_ma… in test_filemap_security()
6164 … ok(mapping != 0, "CreateFileMapping(%04x) error %d\n", prot_map[i].prot, GetLastError()); in test_filemap_security()
6168 ok(!mapping, "CreateFileMapping(%04x) should fail\n", prot_map[i].prot); in test_filemap_security()
/reactos/dll/win32/shell32/lang/
H A Dfr-FR.rc218 …er ce raccourci en tant qu'autre utilisateur ou de continuer vous-même en protégeant votre ordinat…
1018 IDS_ADVANCED_SUPER_HIDDEN "Masquer les fichiers protégés du système d'exploitation (recommandé)"
/reactos/media/drivers/etc/
H A Dservices1409 amt-esd-prot 1082/tcp #AMT-ESD-PROT
1410 amt-esd-prot 1082/udp #AMT-ESD-PROT
3819 kentrox-prot 2502/tcp #Kentrox Protocol
3820 kentrox-prot 2502/udp #Kentrox Protocol
4896 amt-cnf-prot 3054/tcp #AMT CNF PROT
4897 amt-cnf-prot 3054/udp #AMT CNF PROT
4934 vcrp 3073/tcp #Very simple chatroom prot
5142 h2gf-w-2m 3179/tcp #H2GF W.2m Handover prot.
5143 h2gf-w-2m 3179/udp #H2GF W.2m Handover prot.
6280 mni-prot-rout 3764/tcp #MNI Protected Routing
[all …]
/reactos/modules/rostests/winetests/msvcrt/
H A Dstring.c3555 DWORD prot; in test__strupr() local
3560 ok(VirtualProtect(mem, sizeof(str), PAGE_READONLY, &prot), "VirtualProtect failed\n"); in test__strupr()

12