Home
last modified time | relevance | path

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

/reactos/dll/cpl/inetcpl/
H A Dconnections.c71 DWORD pac_url_len; in create_connection_settings() local
86 pac_url_len = WideCharToMultiByte(CP_UTF8, 0, pac_url, -1, in create_connection_settings()
88 if(!pac_url_len) return 0; in create_connection_settings()
89 pac_url_len--; in create_connection_settings()
92 pac_url_len = 0; in create_connection_settings()
112 ((DWORD*)((*ret)->data+pos))[0] = pac_url_len; in create_connection_settings()
114 if(pac_url_len) in create_connection_settings()
117 (char*)(*ret)->data+pos, pac_url_len, NULL, NULL); in create_connection_settings()
118 pos += pac_url_len; in create_connection_settings()