Searched refs:exact_path (Results 1 – 1 of 1) sorted by relevance
2572 get_or_create_handler (SoupServer *server, const char *exact_path) in get_or_create_handler() argument2577 exact_path = NORMALIZED_PATH (exact_path); in get_or_create_handler()2579 handler = soup_path_map_lookup (priv->handlers, exact_path); in get_or_create_handler()2580 if (handler && !strcmp (handler->path, exact_path)) in get_or_create_handler()2584 handler->path = g_strdup (exact_path); in get_or_create_handler()2585 soup_path_map_add (priv->handlers, exact_path, handler); in get_or_create_handler()