Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/win32/
H A Dsockets.c29 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
/PHP-7.4/main/streams/
H A Dtransports.c30 PHPAPI int php_stream_xport_register(const char *protocol, php_stream_transport_factory factory) in php_stream_xport_register()
39 PHPAPI int php_stream_xport_unregister(const char *protocol) in php_stream_xport_unregister()
64 const char *p, *protocol = NULL; in _php_stream_xport_create() local
H A Dstreams.c1748 static inline int php_stream_wrapper_scheme_validate(const char *protocol, unsigned int protocol_le… in php_stream_wrapper_scheme_validate()
1765 PHPAPI int php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *wrapper) in php_register_url_stream_wrapper()
1781 PHPAPI int php_unregister_url_stream_wrapper(const char *protocol) in php_unregister_url_stream_wrapper()
1794 PHPAPI int php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapper *wrap… in php_register_url_stream_wrapper_volatile()
1807 PHPAPI int php_unregister_url_stream_wrapper_volatile(zend_string *protocol) in php_unregister_url_stream_wrapper_volatile()
1822 const char *p, *protocol = NULL; local
H A Duserspace.c497 zend_string *protocol, *classname; in PHP_FUNCTION() local
540 zend_string *protocol; in PHP_FUNCTION() local
560 zend_string *protocol; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h100 } protocol; member
H A Dmysqlnd_structs.h230 enum_mysqlnd_session_protocol_type protocol; member
/PHP-7.4/ext/soap/
H A Dphp_http.c167 char *protocol; in http_connect() local
/PHP-7.4/ext/sockets/
H A Dsockets.c2243 zend_long domain, type, protocol; local
2475 char *protocol = NULL; local
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c56 zend_long domain, type, protocol; in PHP_FUNCTION() local
/PHP-7.4/ext/ldap/
H A Dldap.c3728 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local

Completed in 59 milliseconds