Home
last modified time | relevance | path

Searched refs:g_slist_free_full (Results 1 – 25 of 42) sorted by relevance

12

/third_party/libsoup/tests/
Dcookies-test.c137 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 …]
Dsamesite-test.c40 g_slist_free_full (fixture->cookies, (GDestroyNotify) soup_cookie_free); in same_site_teardown()
Dtest-utils.c408 g_slist_free_full (uris, (GDestroyNotify)soup_uri_free); in find_server_uri()
/third_party/glib/glib/
Dgstringchunk.c148 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()
Dgshell.c612 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()
Dgslist.h55 void g_slist_free_full (GSList *list,
153 g_slist_free_full (_slist, (destroy)); \
Dgslist.c195 g_slist_free_full (GSList *list, in g_slist_free_full() function
1113 g_slist_free_full (slist, destroy);
Dgmacros.h1143 …{ g_slist_free_full (*_l, (GDestroyNotify) (void(*)(void)) cleanup); } …
Dgmessages.c1904 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/
Dmarkup.c62 g_slist_free_full (s, g_free); in end()
Dslist.c100 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()
Dlist.c379 g_slist_free_full (slist, free_func); in test_free_full()
/third_party/glib/gio/
Dgfdonotificationbackend.c220 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()
Dgtlscertificate.c399 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()
Dgsettingsschema.c710 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()
Dgsocketclient.c1445 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()
Dgmemoryinputstream.c140 g_slist_free_full (priv->chunks, (GDestroyNotify)g_bytes_unref); in g_memory_input_stream_finalize()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpssrcdemux.c283 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()
Dsouphttpsrc.c626 g_slist_free_full (uris, (GDestroyNotify) gst_soup_uri_free); in get_port_from_server()
/third_party/libsoup/libsoup/
Dsoup-content-decoder.c158 g_slist_free_full (decoders, g_object_unref); in soup_content_decoder_content_processor_wrap_input()
Dsoup-auth.c553 g_slist_free_full (space, g_free); in soup_auth_free_protection_space()
Dsoup-message-body.c543 g_slist_free_full (priv->chunks, (GDestroyNotify)soup_buffer_free); in soup_message_body_truncate()
Dsoup-cookie.c1034 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in soup_cookies_free()
Dsoup-headers.c614 g_slist_free_full (list, g_free); in soup_header_free_list()
Dsoup-cookie-jar.c837 g_slist_free_full (cookies, (GDestroyNotify)soup_cookie_free); in msg_starting_cb()

12