Searched defs:protocol (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/win32/ |
H A D | sockets.c | 27 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 D | transports.c | 28 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 | 1854 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 D | userspace.c | 490 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 D | basic_functions.stub.php | 893 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 D | streamsfuncs.c | 53 zend_long domain, type, protocol; in PHP_FUNCTION() local
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.c | 1076 zend_long domain, type, protocol; local 1990 zend_long domain, type, protocol; local 2211 const char *protocol = NULL; local
|
H A D | sockets.stub.php | 1728 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 D | mysqlnd_ext_plugin.h | 96 } protocol; member
|
H A D | mysqlnd_structs.h | 224 enum_mysqlnd_session_protocol_type protocol; member
|
/PHP-8.2/ext/soap/ |
H A D | php_http.c | 174 char *protocol; in http_connect() local
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 3599 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local
|
Completed in 59 milliseconds