Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h116 bool show_headers; /* show headers to data output */ member
Dtool_cb_hdr.c203 if(hdrcbdata->config->show_headers && in tool_header_cb()
Dtool_cb_wrt.c176 if(config->show_headers) { in tool_write_cb()
Dtool_getparam.c2242 config->show_headers = toggle; /* show the headers as well in the in getparameter()
2250 config->show_headers = toggle; in getparameter()
2768 if(config->show_headers) in parse_args()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp3947 static bool show_headers = false; local
3948 ImGui::Checkbox("show_headers", &show_headers);
3953 if (show_headers)
4990 static bool show_headers = true; local
5074 ImGui::Checkbox("show_headers", &show_headers);
5161 if (show_headers)