Searched refs:file_protocol_start (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/urlmon/ |
H A D | protocol.c | 2808 static BOOL file_protocol_start(IInternetProtocol *protocol, LPCWSTR url, in file_protocol_start() function 2890 if(file_protocol_start(protocol, url, NULL, NULL, TRUE)) { in test_file_protocol_url() 2905 if(file_protocol_start(protocol, url, NULL, NULL, FALSE)) { in test_file_protocol_url() 2920 if(file_protocol_start(protocol, url, NULL, NULL, TRUE)) { in test_file_protocol_url() 2942 if(file_protocol_start(protocol, url, NULL, NULL, TRUE)) { in test_file_protocol_url() 2963 if(file_protocol_start(NULL, NULL, protocolex, uri, TRUE)) { in test_file_protocol_url() 2981 if(file_protocol_start(NULL, NULL, protocolex, uri, TRUE)) { in test_file_protocol_url()
|