Searched defs:protocol (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/win32/ |
H A D | sockets.c | 31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
|
/PHP-7.2/main/streams/ |
H A D | transports.c | 32 PHPAPI int php_stream_xport_register(const char *protocol, php_stream_transport_factory factory) in php_stream_xport_register() 37 PHPAPI int php_stream_xport_unregister(const char *protocol) in php_stream_xport_unregister() 62 const char *p, *protocol = NULL; in _php_stream_xport_create() local
|
H A D | streams.c | 1663 static inline int php_stream_wrapper_scheme_validate(const char *protocol, unsigned int protocol_le… in php_stream_wrapper_scheme_validate() 1680 PHPAPI int php_register_url_stream_wrapper(const char *protocol, php_stream_wrapper *wrapper) in php_register_url_stream_wrapper() 1691 PHPAPI int php_unregister_url_stream_wrapper(const char *protocol) in php_unregister_url_stream_wrapper() 1704 PHPAPI int php_register_url_stream_wrapper_volatile(const char *protocol, php_stream_wrapper *wrapp… in php_register_url_stream_wrapper_volatile() 1719 PHPAPI int php_unregister_url_stream_wrapper_volatile(const char *protocol) in php_unregister_url_stream_wrapper_volatile() 1734 const char *p, *protocol = NULL; local
|
H A D | userspace.c | 501 zend_string *protocol, *classname; in PHP_FUNCTION() local 544 char *protocol; in PHP_FUNCTION() local 565 zend_string *protocol; in PHP_FUNCTION() local
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 100 } protocol; member
|
H A D | mysqlnd_structs.h | 225 enum_mysqlnd_session_protocol_type protocol; member
|
/PHP-7.2/ext/soap/ |
H A D | php_http.c | 167 char *protocol; in http_connect() local
|
/PHP-7.2/ext/sockets/ |
H A D | sockets.c | 2223 zend_long domain, type, protocol; local 2451 char *protocol = NULL; local
|
/PHP-7.2/ext/standard/ |
H A D | streamsfuncs.c | 58 zend_long domain, type, protocol; in PHP_FUNCTION() local
|
/PHP-7.2/ext/ldap/ |
H A D | ldap.c | 2896 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local
|
Completed in 55 milliseconds