Searched refs:transport (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | recursivearrayiterator.inc | 25 * this does not transport any state or control information of your accept()
|
| H A D | recursivefilteriterator.inc | 25 * this does not transport any state or control information of your accept()
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_sdl.c | 864 tmp = get_attribute(soapBindingNode->properties, "transport"); 867 soapBinding->transport = SOAP_TRANSPORT_HTTP; 1684 WSDL_CACHE_GET_1(soap_binding->transport,sdlTransport,&in); 2279 WSDL_CACHE_PUT_1(binding->transport, out);
|
| H A D | php_sdl.h | 93 sdlTransport transport; /* not implemented yet */ member in struct:_sdlSoapBinding
|
| /PHP_TRUNK/ext/standard/ |
| H A D | ftp_fopen_wrapper.c | 140 char *transport; local 157 transport_len = spprintf(&transport, 0, "tcp://%s:%d", resource->host, resource->port); 158 stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL); 159 efree(transport); 427 char *transport; local 555 transport_len = spprintf(&transport, 0, "tcp://%s:%d", hoststart, portno); 556 datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL); 557 efree(transport);
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.c | 918 char * transport = NULL; local 926 transport_len = mnd_sprintf(&transport, 0, "unix://%s", socket_or_pipe); 934 transport_len = mnd_sprintf(&transport, 0, "pipe://%s", socket_or_pipe); 941 transport_len = mnd_sprintf(&transport, 0, "tcp://%s:%u", host, port); 943 if (!transport) { 947 DBG_INF_FMT("transport=%s conn->scheme=%s", transport, conn->scheme); 948 conn->scheme = mnd_pestrndup(transport, transport_len, conn->persistent); 950 mnd_sprintf_free(transport); 951 transport [all...] |
Completed in 13 milliseconds