Home
last modified time | relevance | path

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

/PHP-8.0/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.0/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.c1723 static inline int php_stream_wrapper_scheme_validate(const char *protocol, unsigned int protocol_le… in php_stream_wrapper_scheme_validate()
1740 PHPAPI int php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *wrapper) in php_register_url_stream_wrapper()
1756 PHPAPI int php_unregister_url_stream_wrapper(const char *protocol) in php_unregister_url_stream_wrapper()
1769 PHPAPI int php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapper *wrap… in php_register_url_stream_wrapper_volatile()
1782 PHPAPI int php_unregister_url_stream_wrapper_volatile(zend_string *protocol) in php_unregister_url_stream_wrapper_volatile()
1797 const char *p, *protocol = NULL; local
H A Duserspace.c469 zend_string *protocol; in PHP_FUNCTION() local
508 zend_string *protocol; in PHP_FUNCTION() local
527 zend_string *protocol; in PHP_FUNCTION() local
/PHP-8.0/ext/sockets/
H A Dsockets.stub.php43 function socket_create(int $domain, int $type, int $protocol): Socket|false {}
81 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {}
H A Dsockets.c1229 zend_long domain, type, protocol; local
1984 zend_long domain, type, protocol; local
2205 char *protocol = NULL; local
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php48 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {}
51 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {}
53 function stream_wrapper_unregister(string $protocol): bool {}
55 function stream_wrapper_restore(string $protocol): bool {}
339 function getservbyname(string $service, string $protocol): int|false {}
343 function getservbyport(int $port, string $protocol): string|false {}
347 function getprotobyname(string $protocol): int|false {}
351 function getprotobynumber(int $protocol): string|false {}
1284 function stream_socket_pair(int $domain, int $type, int $protocol): array|false {}
H A Dstreamsfuncs.c53 zend_long domain, type, protocol; in PHP_FUNCTION() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h98 } protocol; member
H A Dmysqlnd_structs.h228 enum_mysqlnd_session_protocol_type protocol; member
/PHP-8.0/ext/soap/
H A Dphp_http.c166 char *protocol; in http_connect() local
/PHP-8.0/ext/ldap/
H A Dldap.c3660 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local

Completed in 67 milliseconds