/third_party/libsoup/tests/ |
D | cookies-test.c | 137 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 143 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 151 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 159 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 168 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 179 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 185 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 193 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 201 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() 209 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in do_cookies_subdomain_policy_test() [all …]
|
D | samesite-test.c | 40 g_slist_free_full (fixture->cookies, (GDestroyNotify) soup_cookie_free); in same_site_teardown()
|
D | test-utils.c | 408 g_slist_free_full (uris, (GDestroyNotify)soup_uri_free); in find_server_uri()
|
/third_party/glib/glib/ |
D | gstringchunk.c | 148 g_slist_free_full (chunk->storage_list, g_free); in g_string_chunk_free() 173 g_slist_free_full (chunk->storage_list, g_free); in g_string_chunk_clear()
|
D | gshell.c | 612 g_slist_free_full (retval, g_free); in tokenize_command_line() 688 g_slist_free_full (tokens, g_free); in g_shell_parse_argv() 704 g_slist_free_full (tokens, g_free); in g_shell_parse_argv()
|
D | gslist.h | 55 void g_slist_free_full (GSList *list, 153 g_slist_free_full (_slist, (destroy)); \
|
D | gslist.c | 195 g_slist_free_full (GSList *list, in g_slist_free_full() function 1113 g_slist_free_full (slist, destroy);
|
D | gmacros.h | 1143 …{ g_slist_free_full (*_l, (GDestroyNotify) (void(*)(void)) cleanup); } …
|
D | gmessages.c | 1904 g_slist_free_full (values_list, (GDestroyNotify) g_variant_unref); in g_log_variant() 1905 g_slist_free_full (print_list, g_free); in g_log_variant()
|
/third_party/glib/glib/tests/ |
D | markup.c | 62 g_slist_free_full (s, g_free); in end()
|
D | slist.c | 100 g_slist_free_full (list, g_free); in test_slist_sort_stable() 426 g_slist_free_full (copy, g_free); in test_slist_copy_deep()
|
D | list.c | 379 g_slist_free_full (slist, free_func); in test_free_full()
|
/third_party/glib/gio/ |
D | gfdonotificationbackend.c | 220 g_slist_free_full (backend->notifications, freedesktop_notification_free); in name_vanished_handler_cb() 407 g_slist_free_full (backend->notifications, freedesktop_notification_free); in g_fdo_notification_backend_dispose()
|
D | gtlscertificate.c | 399 g_slist_free_full (pem_list, g_free); in parse_and_create_certificate_list() 495 g_slist_free_full (pem_list, g_free); in parse_and_create_certificate()
|
D | gsettingsschema.c | 710 g_slist_free_full (info.gettext_domain, g_free); in parse_into_text_tables() 711 g_slist_free_full (info.schema_id, g_free); in parse_into_text_tables() 712 g_slist_free_full (info.key_name, g_free); in parse_into_text_tables()
|
D | gsocketclient.c | 1445 g_slist_free_full (data->connection_attempts, connection_attempt_unref); in g_socket_client_async_connect_data_free() 1446 g_slist_free_full (data->successful_connections, connection_attempt_unref); in g_socket_client_async_connect_data_free() 1521 g_slist_free_full (data->successful_connections, connection_attempt_unref); in cancel_all_attempts()
|
D | gmemoryinputstream.c | 140 g_slist_free_full (priv->chunks, (GDestroyNotify)g_bytes_unref); in g_memory_input_stream_finalize()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpssrcdemux.c | 283 g_slist_free_full (src_h, (GDestroyNotify) gst_harness_teardown); in GST_START_TEST() 322 g_slist_free_full (src_h, (GDestroyNotify) gst_harness_teardown); in GST_START_TEST()
|
D | souphttpsrc.c | 626 g_slist_free_full (uris, (GDestroyNotify) gst_soup_uri_free); in get_port_from_server()
|
/third_party/libsoup/libsoup/ |
D | soup-content-decoder.c | 158 g_slist_free_full (decoders, g_object_unref); in soup_content_decoder_content_processor_wrap_input()
|
D | soup-auth.c | 553 g_slist_free_full (space, g_free); in soup_auth_free_protection_space()
|
D | soup-message-body.c | 543 g_slist_free_full (priv->chunks, (GDestroyNotify)soup_buffer_free); in soup_message_body_truncate()
|
D | soup-cookie.c | 1034 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in soup_cookies_free()
|
D | soup-headers.c | 614 g_slist_free_full (list, g_free); in soup_header_free_list()
|
D | soup-cookie-jar.c | 837 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in msg_starting_cb()
|