Home
last modified time | relevance | path

Searched refs:shout (Results 1 – 25 of 1455) sorted by relevance

12345678910>>...59

/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/examples/
H A Dnonblocking.c15 shout_t *shout; in main() local
21 if (!(shout = shout_new())) { in main()
26 if (shout_set_host(shout, "127.0.0.1") != SHOUTERR_SUCCESS) { in main()
36 if (shout_set_port(shout, 8000) != SHOUTERR_SUCCESS) { in main()
50 if (shout_set_user(shout, "source") != SHOUTERR_SUCCESS) { in main()
65 ret = shout_open(shout); in main()
74 ret = shout_get_connected(shout); in main()
85 ret = shout_send(shout, buff, read); in main()
93 if (shout_queuelen(shout) > 0) in main()
97 shout_sync(shout); in main()
[all …]
H A Dexample.c13 shout_t *shout; in main() local
19 if (!(shout = shout_new())) { in main()
24 if (shout_set_host(shout, "127.0.0.1") != SHOUTERR_SUCCESS) { in main()
34 if (shout_set_port(shout, 8000) != SHOUTERR_SUCCESS) { in main()
35 printf("Error setting port: %s\n", shout_get_error(shout)); in main()
48 if (shout_set_user(shout, "source") != SHOUTERR_SUCCESS) { in main()
58 if (shout_open(shout) == SHOUTERR_SUCCESS) { in main()
66 ret = shout_send(shout, buff, read); in main()
75 shout_sync(shout); in main()
78 printf("Error connecting: %s\n", shout_get_error(shout)); in main()
[all …]
/dports/audio/ezstream/ezstream-0.5.6/src/
H A Dutil.c104 shout_free(shout); in stream_setup()
110 shout_free(shout); in stream_setup()
116 shout_free(shout); in stream_setup()
122 shout_free(shout); in stream_setup()
128 shout_free(shout); in stream_setup()
134 shout_free(shout); in stream_setup()
142 shout_free(shout); in stream_setup()
150 shout_free(shout); in stream_setup()
158 shout_free(shout); in stream_setup()
165 shout_free(shout); in stream_setup()
[all …]
H A Dezstream.c474 if (shout == NULL) { in setMetadata()
700 shout_close(shout); in reconnectServer()
767 reconnectServer(shout, 0) == 0) { in sendStream()
772 shout_sync(shout); in sendStream()
776 shout_get_error(shout)); in sendStream()
777 if (reconnectServer(shout, 1)) in sendStream()
905 setMetadata(shout, mdata, NULL); in streamFile()
1012 if (!streamFile(shout, song)) in streamPlaylist()
1104 shout_t *shout; in main() local
1322 ret = streamPlaylist(shout, in main()
[all …]
/dports/audio/libshout/libshout-2.4.5/examples/
H A Dnonblocking.c19 shout_t *shout; in main() local
26 if (!(shout = shout_new())) { in main()
31 if (shout_set_host(shout, "127.0.0.1") != SHOUTERR_SUCCESS) { in main()
41 if (shout_set_port(shout, 8000) != SHOUTERR_SUCCESS) { in main()
70 ret = shout_open(shout); in main()
84 ret = shout_get_connected(shout); in main()
95 ret = shout_send(shout, buff, read); in main()
103 if (shout_queuelen(shout) > 0) in main()
105 (int)shout_queuelen(shout)); in main()
107 shout_sync(shout); in main()
[all …]
H A Dexample.c13 shout_t *shout; in main() local
20 if (!(shout = shout_new())) { in main()
25 if (shout_set_host(shout, "127.0.0.1") != SHOUTERR_SUCCESS) { in main()
35 if (shout_set_port(shout, 8000) != SHOUTERR_SUCCESS) { in main()
36 printf("Error setting port: %s\n", shout_get_error(shout)); in main()
40 if (shout_set_password(shout, "hackme") != SHOUTERR_SUCCESS) { in main()
49 if (shout_set_user(shout, "source") != SHOUTERR_SUCCESS) { in main()
59 if (shout_open(shout) == SHOUTERR_SUCCESS) { in main()
67 ret = shout_send(shout, buff, read); in main()
76 shout_sync(shout); in main()
[all …]
/dports/audio/ices/ices-2.0.3/src/
H A Dstream.c66 sdsc->shout = shout_new(); in ices_instance_stream()
256 shout_free (sdsc->shout); in ices_instance_stream()
257 sdsc->shout = NULL; in ices_instance_stream()
280 … shout_get_host(sdsc->shout), shout_get_port(sdsc->shout), shout_get_mount(sdsc->shout)); in ices_instance_stream()
366 shout_get_host(sdsc->shout), shout_get_port(sdsc->shout), in ices_instance_stream()
384 shout_get_host(sdsc->shout),shout_get_port(sdsc->shout), in ices_instance_stream()
410 shout_close(sdsc->shout); in ices_instance_stream()
412 … shout_get_host(sdsc->shout), shout_get_port(sdsc->shout), shout_get_error(sdsc->shout)); in ices_instance_stream()
417 shout_get_host(sdsc->shout), shout_get_port(sdsc->shout), shout_get_error(sdsc->shout)); in ices_instance_stream()
420 shout_close(sdsc->shout); in ices_instance_stream()
[all …]
/dports/audio/libshout/libshout-2.4.5/tools/
H A Dshout.c364 shout_get_error(shout)); in getopts_oggfwd()
372 shout_get_error(shout)); in getopts_oggfwd()
706 shout_t *shout; in main() local
717 if (!(shout = shout_new())) { in main()
723 err = getopts_oggfwd(argc, argv, shout); in main()
725 err = getopts_shout(argc, argv, shout); in main()
732 if (!shout_get_mount(shout)) { in main()
740 if (!shout_get_password(shout)) { in main()
747 if (shout_open(shout) != SHOUTERR_SUCCESS) { in main()
758 shout_sync(shout); in main()
[all …]
H A DMakefile.am3 EXTRA_DIST = shout.1
5 bin_PROGRAMS = shout program
8 man1_MANS = shout.1
10 shout_SOURCES = shout.c
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/shout/
H A Drules.mak1 # shout
8 PKGS += shout
11 ifeq ($(call need_pkg,"shout >= 2.1"),)
12 PKGS_FOUND += shout
16 $(call download_pkg,$(SHOUT_URL),shout)
23 $(APPLY) $(SRC)/shout/bsd.patch
26 $(APPLY) $(SRC)/shout/shout-strings.patch
27 $(APPLY) $(SRC)/shout/shout-timeval.patch
28 $(APPLY) $(SRC)/shout/shout-win32-socklen.patch
32 $(call pkg_static,"shout.pc.in")
[all …]
H A Dshout-strings.patch23 #include <shout/shout.h>
25 --- libshout/src/shout.c.strings 2015-11-09 12:54:12.000000000 +0100
26 +++ libshout/src/shout.c 2018-03-29 10:52:59.169968800 +0200
36 #include <shout/shout.h>
/dports/audio/libshout/libshout-2.4.5/src/
H A Dconnection.c446 if (!con || !shout) in shout_connection_iter()
534 if (!con || !shout) in shout_connection_set_wait_timeout()
550 if (!con || !shout) in shout_connection_get_wait_timeout_happened()
560 if (!con || !shout) in shout_connection_connect()
569 port = shout->port; in shout_connection_connect()
618 if (!con || !shout) in shout_connection_send()
633 shout_connection_iter(con, shout); in shout_connection_send()
640 if (!con || !shout) in shout_connection_get_sendq()
649 if (!con || !shout) in shout_connection_starttls()
687 if (!con || !shout) in shout_connection_transfer_error()
[all …]
H A Dshout_private.h194 struct shout { struct
271 ssize_t shout_connection__read(shout_connection_t *con, shout_t *shout, void *buf, size_t len); argument
272 int shout_connection__recoverable(shout_connection_t *con, shout_t *shout);
276 int shout_connection_iter(shout_connection_t *con, shout_t *shout);
279 int shout_connection_set_wait_timeout(shout_connection_t *con, shout_t *shout, uint…
280 …ut_connection_get_wait_timeout_happened(shout_connection_t *con, shout_t *shout); /* returns SHOUT…
281 int shout_connection_connect(shout_connection_t *con, shout_t *shout);
283 ssize_t shout_connection_send(shout_connection_t *con, shout_t *shout, const void *buf,…
284 ssize_t shout_connection_get_sendq(shout_connection_t *con, shout_t *shout);
285 int shout_connection_starttls(shout_connection_t *con, shout_t *shout);
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dimand.c13 short *shin , *shout ; in main() local
42 shout = mri_data_pointer( imout ) ; in main()
44 if( ABS(shout[ii]) <= thresh ) shout[ii] = 0 ; in main()
59 shout[ii] = 0 ; in main()
60 } else if( ((shout[ii] > thresh) && (shin[ii] > shout[ii])) || in main()
61 ((shout[ii] < -thresh) && (shin[ii] < shout[ii])) ){ in main()
62 shout[ii] = shin[ii] ; in main()
72 for( ii=0 ; ii < npix ; ii++ ) if( shout[ii] != 0 ) nout++ ; in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_shout/
H A Dhack_out_ogg.diff16 DISTCLEANFILES = shout-config.in
23 m4data_DATA = m4/shout.m4
37 DISTCLEANFILES = shout-config.in
42 m4data_DATA = m4/shout.m4
144shout/Makefile include/shout/shout.h src/Makefile src/net/Makefile src/timing/Makefile src/thread/…
145shout/Makefile include/shout/shout.h src/Makefile src/net/Makefile src/timing/Makefile src/thread/…
155 "shout-config" ) CONFIG_FILES="$CONFIG_FILES shout-config" ;;
156 "shout.pc" ) CONFIG_FILES="$CONFIG_FILES shout.pc" ;;
203 +am__libshout_la_SOURCES_DIST = shout.c util.c mp3.c \
209 +am_libshout_la_OBJECTS = shout.lo util.lo mp3.lo \
[all …]
H A Dmod_shout.c109 shout_t *shout; member
205 if (context->shout) { in free_context()
221 shout_sync(context->shout); in free_context()
233 shout_sync(context->shout); in free_context()
239 shout_close(context->shout); in free_context()
240 context->shout = NULL; in free_context()
608 shout_send(context->shout, mp3buf, 128); in write_stream_thread()
611 shout_sync(context->shout); in write_stream_thread()
830 if (!(context->shout = shout_new())) { in shout_file_open()
1023 if (context->shout && !context->shout_init) { in shout_file_write()
[all …]
/dports/audio/ices/ices-2.0.3/m4/
H A Dshout.m428 if test "$PKGCONFIG" != "no" && `$PKGCONFIG --exists shout`
30 SHOUT_CFLAGS=`$PKGCONFIG --variable=cflags_only shout`
31 SHOUT_CPPFLAGS=`$PKGCONFIG --variable=cppflags shout`
32 SHOUT_LIBS=`$PKGCONFIG --libs shout`
39 # pkg-config unavailable, try shout-config
40 AC_PATH_PROG([SHOUTCONFIG], [shout-config], [no])
59 AC_CHECK_HEADERS([shout/shout.h], [
64 AC_EGREP_CPP([yes], [#include <shout/shout.h>
/dports/audio/libshout/libshout-2.4.5/m4/
H A Dshout.m428 if test "$PKGCONFIG" != "no" && `$PKGCONFIG --exists shout`
30 SHOUT_CFLAGS=`$PKGCONFIG --variable=cflags_only shout`
31 SHOUT_CPPFLAGS=`$PKGCONFIG --variable=cppflags shout`
32 SHOUT_LIBS=`$PKGCONFIG --libs shout`
39 # pkg-config unavailable, try shout-config
40 AC_PATH_PROG([SHOUTCONFIG], [shout-config], [no])
59 AC_CHECK_HEADERS([shout/shout.h], [
64 AC_EGREP_CPP([yes], [#include <shout/shout.h>
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/m4/
H A Dshout.m428 if test "$PKGCONFIG" != "no" && `$PKGCONFIG --exists shout`
30 SHOUT_CFLAGS=`$PKGCONFIG --variable=cflags_only shout`
31 SHOUT_CPPFLAGS=`$PKGCONFIG --variable=cppflags shout`
32 SHOUT_LIBS=`$PKGCONFIG --libs shout`
39 # pkg-config unavailable, try shout-config
40 AC_PATH_PROG([SHOUTCONFIG], [shout-config], [no])
59 AC_CHECK_HEADERS([shout/shout.h], [
64 AC_EGREP_CPP([yes], [#include <shout/shout.h>
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/script/
H A DAdosWildlifeRaid.java76 shout("Katinka shouts: Help. There are two Orcs approaching our Wildlife Refuge"); in onTurnReached()
81 shout("Head of Soldiers shouts: Katinka, stay calm."); in onTurnReached()
85 shout("Head of Soldiers shouts: I will send one of our soldiers called Marcus to help you."); in onTurnReached()
90 shout("Marcus shouts: I killed those two Orcs. But further investigation showed:"); in onTurnReached()
94 shout("Marcus shouts: They were only in the vanguard of a huge bunch of Warrior Orcs."); in onTurnReached()
98 shout("Marcus shouts: We need reinforcements within about 10 minutes."); in onTurnReached()
103 shout("Io Flotto shouts: I created a portal near Carmen in the south west of Semos."); in onTurnReached()
107 shout("Io Flotto shouts: You can use it to get to the Ados Wildlife Refuge in time."); in onTurnReached()
112 shout("Katinka shouts: Argh! They have eaten our boars. Help us!"); in onTurnReached()
145 public void shout(String text) { in shout() method in AdosWildlifeRaid
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/t/
H A Dleak.t126 [% BLOCK shout; a = holler('second'); END -%]
127 [% clear; PROCESS shout; trace %]
132 [% BLOCK shout; a = holler('third'); END -%]
133 [% clear; INCLUDE shout; trace %]
139 [% MACRO shout BLOCK; a = holler('fourth'); END -%]
140 [% clear; shout; trace %]
152 [% clear; PROCESS shout; holler.trace %]
159 [% clear; INCLUDE shout; trace %]
166 [% clear; shout; trace %]
172 [% MACRO shout BLOCK;
[all …]
/dports/audio/ezstream/ezstream-0.5.6/m4/
H A Dlibshout.m490 PKG_CHECK_EXISTS([shout], [ax_check_libshout_shout_pc=yes])
93 LIBSHOUT_CFLAGS="`${PKG_CONFIG} --cflags-only-other shout`"
105 LIBSHOUT_CPPFLAGS="`${PKG_CONFIG} --cflags-only-I shout`"
122 `${PKG_CONFIG} --libs-only-L shout` \
123 `${PKG_CONFIG} --libs-only-other shout` \
152 PKG_CHECK_EXISTS([shout $1], [],
160 LIBSHOUT_LIBS="`${PKG_CONFIG} --libs-only-l shout`"
181 AC_CHECK_HEADER([shout/shout.h],
187 #include <shout/shout.h>
200 LIBSHOUT_LIBS="`${PKG_CONFIG} --static --libs-only-l shout`"
[all …]
/dports/net/p5-IPC-Session/IPC-Session-0.05/
H A DSession.pm118 my ($tag, $shout);
121 $shout=$self->rx('stdout', $tag);
122 return "csh" if $shout =~ /csherrno=0/;
125 $shout=$self->rx('stdout', $tag);
126 return "bsh" if $shout =~ /bsherrno=0/;
382 && sysread($self->{'stdout'},my $shout,9999);
383 $shell="bsh" if $shout =~ /bsherrno=0/;
/dports/sysutils/ucspi-ssl/host/superscript.com/net/ucspi-ssl-0.99b/package/
H A Dman2 shout() { echo "man: $@" >&2; }
3 barf() { shout "fatal: $@"; exit 111; }
14 shout "Setting man-dir: $manpath."
21 shout "Installing ucspi-ssl compressed man-files in ${manpath}."
/dports/audio/ampache/ampache-php74-5.0.0/public/templates/
H A Dshow_shoutbox.inc.php31 $shout = new Shoutbox($shout_id); ?> variable
32 <div id="shout<?php echo $shout->id; ?>" class="shout">
33 <?php echo $shout->get_display(true, true); ?>

12345678910>>...59