Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-message.c97 guchar *copy_headers; in message_copy() local
120 copy_headers = g_dbus_message_get_header_fields (copy); in message_copy()
122 g_assert (copy_headers != NULL); in message_copy()
134 g_assert_cmpint (copy_headers[n], ==, 0); in message_copy()
136 g_free (copy_headers); in message_copy()
/third_party/flutter/engine/flutter/shell/platform/embedder/
DBUILD.gn133 copy("copy_headers") {
247 ":copy_headers",
/third_party/node/tools/gyp/pylib/gyp/
Dmac_tool.py360 def ExecCopyIosFrameworkHeaders(self, framework, *copy_headers): argument
364 for header in copy_headers:
/third_party/libsoup/tests/
Dcache-test.c129 copy_headers (const char *name, in copy_headers() function
182 soup_message_headers_foreach (msg->response_headers, copy_headers, response_headers); in do_request()
/third_party/libsoup/libsoup/
Dsoup-cache.c286 copy_headers (const char *name, const char *value, SoupMessageHeaders *headers) in copy_headers() function
304 soup_message_headers_foreach (source, (SoupMessageHeadersForeachFunc) copy_headers, destination); in copy_end_to_end_headers()
1383 (SoupMessageHeadersForeachFunc)copy_headers, in soup_cache_generate_conditional_request()
/third_party/node/tools/gyp/pylib/gyp/generator/
Dninja.py874 copy_headers = spec["mac_framework_headers"]
882 ("copy_headers", map(self.GypPathToNinja, copy_headers)),