Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-path-map.h13 SoupPathMap *soup_path_map_new (GDestroyNotify data_free_func);
Dsoup-path-map.c44 soup_path_map_new (GDestroyNotify data_free_func) in soup_path_map_new() function
Dsoup-auth-domain.c79 priv->paths = soup_path_map_new (NULL); in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
Dsoup-auth-manager.c571 host->auth_realms = soup_path_map_new (g_free); in record_auth_for_uri()
Dsoup-server.c243 priv->handlers = soup_path_map_new ((GDestroyNotify)free_handler); in soup_server_init()