Searched defs:proto (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 820 ZEND_ARG_INFO(0, proto) 3797 /* {{{ proto mixed constant(string const_name) 3816 /* {{{ proto string inet_ntop(string in_addr) 3849 /* {{{ proto string inet_pton(string ip_address) 3886 /* {{{ proto int ip2long(string ip_address) 3924 /* {{{ proto string long2ip(int proper_address) 3960 /* {{{ proto string getenv(string varname) 4018 /* {{{ proto bool putenv(string setting) 4186 /* {{{ proto array getopt(string options [, array longopts]) 4377 /* {{{ proto voi 5559 char *name, *proto; local 5592 char *proto; local 5641 long proto; local [all...] |
| /PHP_5_4/ext/openssl/ |
| H A D | xp_ssl.c | 903 php_stream *php_openssl_ssl_socket_factory(const char *proto, long protolen, argument 940 if (strncmp(proto, "ssl", protolen) == 0) { 943 } else if (strncmp(proto, "sslv2", protolen) == 0) { 951 } else if (strncmp(proto, "sslv3", protolen) == 0) { 954 } else if (strncmp(proto, "tls", protolen) == 0) {
|
| /PHP_5_4/main/streams/ |
| H A D | xp_socket.c | 777 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, long protolen, argument 788 if (strncmp(proto, "tcp", protolen) == 0) { 790 } else if (strncmp(proto, "udp", protolen) == 0) { 794 else if (strncmp(proto, "unix", protolen) == 0) { 796 } else if (strncmp(proto, "udg", protolen) == 0) {
|
Completed in 46 milliseconds