Searched refs:RequestHeaders (Results 1 – 2 of 2) sorted by relevance
68 [in, unique] LPCWSTR RequestHeaders
1101 LPCWSTR RequestHeaders) in http_options_SetCustomHeaders() argument1105 TRACE("(%p)->(%s)\n", iface, debugstr_w(RequestHeaders)); in http_options_SetCustomHeaders()1109 if (RequestHeaders) in http_options_SetCustomHeaders()1111 WCHAR *headers = strdupW(RequestHeaders); in http_options_SetCustomHeaders()