Home
last modified time | relevance | path

Searched refs:config_find_mount (Results 1 – 20 of 20) sorted by relevance

/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dauth.c415 minfo = config_find_mount (config, where.mount); in move_listener()
502 mountinfo = config_find_mount (config_get_config_unlocked(), mount); in add_authenticated_listener()
558 mountinfo = config_find_mount (config, mount); in auth_postprocess_listener()
599 mount_proxy *mountinfo = config_find_mount (config, mount); in auth_add_listener()
957 mount_proxy *mountinfo = config_find_mount (config, mount); in auth_check_source()
H A Dcfgfile.h353 mount_proxy *config_find_mount (ice_config_t *config, const char *mount);
H A Dsource.c236 mountinfo = config_find_mount (config, mount); in source_find_mount()
532 mount_proxy *mountinfo = config_find_mount (config_get_config(), source->mount); in source_add_queue_buffer()
1563 mountinfo = config_find_mount (config_get_config(), source->mount); in source_init()
1644 mountinfo = config_find_mount (config, mount); in source_set_override()
1764 mountinfo = config_find_mount (config_get_config(), source->mount); in source_shutdown()
2314 source_update_settings (config, source, config_find_mount (config, source->mount)); in source_recheck_mounts()
2482 mountinfo = config_find_mount (config, source->mount); in source_listener_release()
2557 minfo = config_find_mount (config_get_config_unlocked(), mount); in source_add_listener()
2918 mountinfo = config_find_mount (config, source->mount); in source_startup()
H A Dslave.c605 mountinfo = config_find_mount (config, src->mount); in start_relay_stream()
1630 mountinfo = config_find_mount (config, source->mount); in relay_initialise()
1708 mountinfo = config_find_mount (config_get_config(), source->mount); in relay_startup()
1765 mount_proxy *mountinfo = config_find_mount (config, m); in fallback_count()
H A Dadmin.c172 mountinfo = config_find_mount (config, source->mount); in admin_build_sourcelist()
840 mount_proxy *mountinfo = config_find_mount (config, source->mount); in command_manageauth()
990 mountinfo = config_find_mount (config, mount); in command_fallback()
H A Dfserve.c640 mountinfo = config_find_mount (config, mount); in file_release()
931 minfo = config_find_mount (config_get_config(), finfo->mount); in fserve_setup_client_fb()
H A Dyp.c717 mountproxy = config_find_mount (config, mount); in create_yp_entry()
H A Dcfgfile.c1506 mount_proxy *config_find_mount (ice_config_t *config, const char *mount) in config_find_mount() function
/dports/audio/icecast/icecast-2.4.4/src/
H A Dcfgfile.h231 mount_proxy *config_find_mount (ice_config_t *config, const char *mount, mount_type type);
H A Dsource.c182 mountinfo = config_find_mount (config, mount, MOUNT_TYPE_NORMAL); in source_find_mount()
675 mountinfo = config_find_mount (config_get_config(), source->mount, MOUNT_TYPE_NORMAL); in source_init()
887 mountinfo = config_find_mount (config_get_config(), source->mount, MOUNT_TYPE_NORMAL); in source_shutdown()
1484 … mount_proxy *mountinfo = config_find_mount (config, source->mount, MOUNT_TYPE_NORMAL); in source_recheck_mounts()
H A Dclient.c136 mount_proxy *mountinfo = config_find_mount (config, mount, MOUNT_TYPE_NORMAL); in client_check_source_auth()
H A Dauth.c489 mount_proxy *mountinfo = config_find_mount (config, auth_user->mount, MOUNT_TYPE_NORMAL); in auth_postprocess_listener()
534 mountinfo = config_find_mount (config, mount, MOUNT_TYPE_NORMAL); in auth_add_listener()
H A Dslave.c410 … mount_proxy *mountinfo = config_find_mount (config, relay->localmount, MOUNT_TYPE_NORMAL); in check_relay_stream()
477 … mount_proxy *mountinfo = config_find_mount (config, relay->localmount, MOUNT_TYPE_NORMAL); in check_relay_stream()
H A Dauth_url.c455 mount_proxy *mountinfo = config_find_mount (config, auth_user->mount, MOUNT_TYPE_NORMAL); in url_stream_start()
514 mount_proxy *mountinfo = config_find_mount (config, auth_user->mount, MOUNT_TYPE_NORMAL); in url_stream_end()
H A Dformat.c366 mountinfo = config_find_mount (config, source->mount, MOUNT_TYPE_NORMAL); in format_prepare_headers()
H A Dadmin.c239 mountinfo = config_find_mount (config, source->mount, MOUNT_TYPE_NORMAL); in admin_build_sourcelist()
795 mount_proxy *mountinfo = config_find_mount (config, source->mount, MOUNT_TYPE_NORMAL); in command_manageauth()
H A Dconnection.c885 mountinfo = config_find_mount (config, source->mount, MOUNT_TYPE_NORMAL); in connection_complete_source()
1211 mount_proxy *mountinfo = config_find_mount (config, shoutcast_mount, MOUNT_TYPE_NORMAL); in _handle_shoutcast_compatible()
H A Dutil.c549 mountproxy = config_find_mount(config, source->mount, MOUNT_TYPE_NORMAL); in _build_headers()
H A Dcfgfile.c1422 default_mount = config_find_mount(c, mountinfo->mountname, MOUNT_TYPE_DEFAULT); in _merge_mounts_all()
1429 mount_proxy *config_find_mount (ice_config_t *config, const char *mount, mount_type type) in config_find_mount() function
1455 mountinfo = config_find_mount(config, mount, MOUNT_TYPE_DEFAULT); in config_find_mount()
H A Dyp.c596 mountproxy = config_find_mount (config, mount, MOUNT_TYPE_NORMAL); in create_yp_entry()