Searched refs:copy_headers (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/tests/ |
D | gdbus-message.c | 97 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/ |
D | BUILD.gn | 133 copy("copy_headers") { 247 ":copy_headers",
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | mac_tool.py | 360 def ExecCopyIosFrameworkHeaders(self, framework, *copy_headers): argument 364 for header in copy_headers:
|
/third_party/libsoup/tests/ |
D | cache-test.c | 129 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/ |
D | soup-cache.c | 286 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/ |
D | ninja.py | 874 copy_headers = spec["mac_framework_headers"] 882 ("copy_headers", map(self.GypPathToNinja, copy_headers)),
|