Home
last modified time | relevance | path

Searched refs:address (Results 76 – 100 of 116) sorted by relevance

12345

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_4.wsdl216 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
225 <soap:address location="http://localhost:8731/EchoService/Basic"/>
/PHP-5.5/ext/imap/
H A Dphp_imap.c3392 char *address; in PHP_FUNCTION() local
3429 if (address) { in PHP_FUNCTION()
3436 if (address) { in PHP_FUNCTION()
3437 add_property_string(myoverview, "to", address, 0); in PHP_FUNCTION()
4327 char address[MAILTMPLEN]; in _php_rfc822_write_address() local
4331 buf.beg = address; in _php_rfc822_write_address()
4333 buf.end = buf.beg + sizeof(address) - 1; in _php_rfc822_write_address()
4407 char address[SENDBUFLEN]; in _php_rfc822_write_address() local
4413 address[0] = 0; in _php_rfc822_write_address()
4414 rfc822_write_address(address, addresslist); in _php_rfc822_write_address()
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput14216 # address
349 # address spec
353 # name and address
H A Dtestoutput1783 # address
216 # address spec
220 # name and address
H A Dtestinput81007 # address
1140 # address spec
1144 # name and address
1329 # address
1736 # address spec
1738 # name and address
H A Dtestinput1523 # address
656 # address spec
660 # name and address
845 # address
1252 # address spec
1254 # name and address
3776 /-- This tests for an IPv6 address in the form where it can have up to
H A Dtestoutput1997 # address
1130 # address spec
1134 # name and address
1328 # address
1735 # address spec
1737 # name and address
6170 /-- This tests for an IPv6 address in the form where it can have up to
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API120 pass a void*** pointer as second arg to receive the address of a pointer
H A DUPGRADING518 - OPcache: Errors like 'unable to reattach to base address' could
524 forcing the first address to be tried.
H A DREADME.PARAMETER_PARSING_API46 types that need to be passed by address. All passed parameters are set
H A DREADME.TESTING54 this, so we can address the issue.
H A DREADME.RELEASE_PROCESS124 ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address``
H A DREADME.STREAMS121 This function will set buf to the address of the buffer that it allocated,
/PHP-5.5/ext/opcache/
H A DREADME218 processes have to map shared memory into the same address space. This
219 directive allows to manually fix the "Unable to reattach to base address"
/PHP-5.5/ext/soap/
H A Dphp_sdl.c766 xmlNodePtr address, binding, trav2; in load_wsdl() local
790 address = NULL; in load_wsdl()
795 address = trav2; in load_wsdl()
799 address = trav2; in load_wsdl()
803 address = trav2; in load_wsdl()
807 address = trav2; in load_wsdl()
810 address = trav2; in load_wsdl()
814 if (trav2 != address && is_wsdl_element(trav2) && !node_is_equal(trav2,"documentation")) { in load_wsdl()
819 if (!address || tmpbinding->bindingType == BINDING_HTTP) { in load_wsdl()
824 } else if (!address) { in load_wsdl()
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c58 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() argument
60 efree((void*)address); in php_zlib_free()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3876 char *address; in PHP_NAMED_FUNCTION() local
3880 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &address, &address_len) == FAILURE) { in PHP_NAMED_FUNCTION()
3894 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_NAMED_FUNCTION()
3910 char *address; in PHP_NAMED_FUNCTION() local
3914 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &address, &address_len) == FAILURE) { in PHP_NAMED_FUNCTION()
3921 if (strchr(address, ':')) { in PHP_NAMED_FUNCTION()
3925 if (!strchr(address, '.')) { in PHP_NAMED_FUNCTION()
3926 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized address %s", address); in PHP_NAMED_FUNCTION()
3930 ret = inet_pton(af, address, buffer); in PHP_NAMED_FUNCTION()
3933 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized address %s", address); in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dsockets.c1650 char *recv_buf, *address; local
1707 address = inet_ntoa(sin.sin_addr);
1710 ZVAL_STRING(arg5, address ? address : "0.0.0.0", 1);
/PHP-5.5/Zend/
H A DZEND_CHANGES357 $this->address = 'New York';
365 $obj->address = 'Tel-Aviv';
371 print $obj->address . "\n";
375 print $obj_clone->address . "\n";
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1346 - m->addr = (void*) 1; /* arbitrary non-NULL address */
1347 + m->addr = (void*) 5; /* arbitrary non-NULL address */
1362 /* And return the address. */
1372 /* Find the Map entry for this address. First try a hash. */
1981 /* No file address means someone else is handling it. */
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT45 # Please note that <errata@unicode.org> is an archival address;
H A D8859-1.TXT45 # Please note that <errata@unicode.org> is an archival address;
H A D8859-15.TXT44 # Please note that <errata@unicode.org> is an archival address;
H A DKOI8-R.TXT44 # Please note that <errata@unicode.org> is an archival address;
H A DROMAN.TXT18 # b03 1999-Sep-22 Update contact e-mail address. Matches

Completed in 90 milliseconds

12345