Home
last modified time | relevance | path

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

/PHP-8.2/win32/
H A Dsockets.c27 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped) in socketpair_win32()
94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
/PHP-8.2/main/streams/
H A Dtransports.c28 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 Dstreams.c1854 static inline zend_result php_stream_wrapper_scheme_validate(const char *protocol, unsigned int pro… in php_stream_wrapper_scheme_validate()
1871 PHPAPI zend_result php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *… in php_register_url_stream_wrapper()
1887 PHPAPI zend_result php_unregister_url_stream_wrapper(const char *protocol) in php_unregister_url_stream_wrapper()
1900 PHPAPI zend_result php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapp… in php_register_url_stream_wrapper_volatile()
1913 PHPAPI zend_result php_unregister_url_stream_wrapper_volatile(zend_string *protocol) in php_unregister_url_stream_wrapper_volatile()
1928 const char *p, *protocol = NULL; local
H A Duserspace.c490 zend_string *protocol; in PHP_FUNCTION() local
531 zend_string *protocol; in PHP_FUNCTION() local
558 zend_string *protocol; in PHP_FUNCTION() local
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php893 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {}
896 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {}
898 function stream_wrapper_unregister(string $protocol): bool {}
900 function stream_wrapper_restore(string $protocol): bool {}
1333 function getservbyname(string $service, string $protocol): int|false {}
1338 function getservbyport(int $port, string $protocol): string|false {}
1342 function getprotobyname(string $protocol): int|false {}
1347 function getprotobynumber(int $protocol): string|false {}
H A Dstreamsfuncs.c53 zend_long domain, type, protocol; in PHP_FUNCTION() local
/PHP-8.2/ext/sockets/
H A Dsockets.c1076 zend_long domain, type, protocol; local
1984 zend_long domain, type, protocol; local
2205 const char *protocol = NULL; local
H A Dsockets.stub.php1728 function socket_create(int $domain, int $type, int $protocol): Socket|false {}
1773 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {}
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h96 } protocol; member
H A Dmysqlnd_structs.h224 enum_mysqlnd_session_protocol_type protocol; member
/PHP-8.2/ext/soap/
H A Dphp_http.c174 char *protocol; in http_connect() local
/PHP-8.2/ext/ldap/
H A Dldap.c3596 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local

Completed in 65 milliseconds