Home
last modified time | relevance | path

Searched refs:stomp_connect (Results 1 – 24 of 24) sorted by relevance

/dports/net-im/pecl-stomp2/stomp-2.0.2/tests/003-connect/
H A D001.phpt2 Test stomp_connect() - URI validation
7 var_dump(stomp_connect(''), stomp_connect_error());
8 var_dump(stomp_connect(1), stomp_connect_error());
9 var_dump(stomp_connect('foo'), stomp_connect_error());
10 var_dump(stomp_connect('foo://bar'), stomp_connect_error());
H A D002.phpt2 Test stomp_connect() - Test connection
11 var_dump(stomp_connect(STOMP_ADDRESS));
H A D003.phpt2 Test stomp_connect() - Test error on CONNECT
/dports/net-im/pecl-stomp2/stomp-2.0.2/tests/010-timeout/
H A D002.phpt9 if (!stomp_connect()) print "skip";
13 $link = stomp_connect();
H A D001.phpt9 if (!stomp_connect()) print "skip";
/dports/net-im/pecl-stomp2/stomp-2.0.2/examples/
H A Dprocedural.php7 if($stomp = stomp_connect($broker)) {
/dports/net-im/pecl-stomp2/stomp-2.0.2/tests/
H A Dskipif.inc8 $stomp = stomp_connect(STOMP_ADDRESS);
/dports/net-im/pecl-stomp2/stomp-2.0.2/tests/004-getSessionId/
H A D001.phpt11 $link = stomp_connect(STOMP_ADDRESS);
/dports/net-im/pecl-stomp2/stomp-2.0.2/tests/005-close/
H A D002.phpt11 $link = stomp_connect(STOMP_ADDRESS);
/dports/net-im/pecl-stomp2/stomp-2.0.2/tests/009-readFrame/
H A D002.phpt12 $link = stomp_connect(STOMP_ADDRESS);
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afstomp/
H A Dstomp.h51 int stomp_connect(stomp_connection **connection_ref, char *hostname, int port);
H A Dstomp.c97 stomp_connect(stomp_connection **connection_ref, char *hostname, int port) in stomp_connect() function
H A Dafstomp.c198 return stomp_connect(&self->conn, self->host, self->port); in afstomp_try_connect()
/dports/net-im/pecl-stomp2/stomp-2.0.2/tests/006-send/
H A D001.phpt12 $link = stomp_connect(STOMP_ADDRESS);
/dports/net-im/pecl-stomp2/stomp-2.0.2/doc/
H A Dfunctions.php20 function stomp_connect($broker = null, $username = null, $password = null, array $headers = array()… function
/dports/net-im/pecl-stomp2/stomp-2.0.2/
H A Dphp_stomp.h68 PHP_FUNCTION(stomp_connect);
H A Dstomp.h84 int stomp_connect(stomp_t *stomp, const char *host, unsigned short port TSRMLS_DC);
H A Dphp_stomp.c224 PHP_FE(stomp_connect, stomp_connect_args)
247 PHP_FALIAS(__construct, stomp_connect, stomp_connect_args)
458 PHP_FUNCTION(stomp_connect) in PHP_FUNCTION() argument
519 …stomp->status = stomp_connect(stomp, STOMP_URL_STR(url_parts->host), url_parts->port ? url_parts->… in PHP_FUNCTION()
H A Dstomp.c191 int stomp_connect(stomp_t *stomp, const char *host, unsigned short port TSRMLS_DC) in stomp_connect() function
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php58525 function stomp_connect($broker, $username, $password){} function
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php58525 function stomp_connect($broker, $username, $password){} function
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php90632 function stomp_connect($broker, $username, $password, $headers){} function
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.php.tags10543 stomp_connect�16�([string $broker = ini_get("stomp.default_broker_uri") [, string $username = '' [,…
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.php.tags10543 stomp_connect�16�([string $broker = ini_get("stomp.default_broker_uri") [, string $username = '' [,…