Home
last modified time | relevance | path

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

/php-src/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-src/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, *orig_path = NULL; in _php_stream_xport_create() local
H A Dstreams.c1885 static inline zend_result php_stream_wrapper_scheme_validate(const char *protocol, unsigned int pro… in php_stream_wrapper_scheme_validate()
1902 PHPAPI zend_result php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *… in php_register_url_stream_wrapper()
1918 PHPAPI zend_result php_unregister_url_stream_wrapper(const char *protocol) in php_unregister_url_stream_wrapper()
1931 PHPAPI zend_result php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapp… in php_register_url_stream_wrapper_volatile()
1944 PHPAPI zend_result php_unregister_url_stream_wrapper_volatile(zend_string *protocol) in php_unregister_url_stream_wrapper_volatile()
1959 const char *p, *protocol = NULL; local
H A Duserspace.c464 zend_string *protocol; in PHP_FUNCTION() local
504 zend_string *protocol; in PHP_FUNCTION() local
531 zend_string *protocol; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dbasic_functions.stub.php1579 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {}
1582 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {}
1584 function stream_wrapper_unregister(string $protocol): bool {}
1586 function stream_wrapper_restore(string $protocol): bool {}
2054 function getservbyname(string $service, string $protocol): int|false {}
2059 function getservbyport(int $port, string $protocol): string|false {}
2063 function getprotobyname(string $protocol): int|false {}
2068 function getprotobynumber(int $protocol): string|false {}
H A Dstreamsfuncs.c55 zend_long domain, type, protocol; in PHP_FUNCTION() local
/php-src/ext/sockets/
H A Dsockets.c1056 zend_long domain, type, protocol; local
1994 zend_long domain, type, protocol; local
2241 const char *protocol = NULL; local
H A Dsockets.stub.php1923 function socket_create(int $domain, int $type, int $protocol): Socket|false {}
1968 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {}
/php-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h96 } protocol; member
H A Dmysqlnd_structs.h225 enum_mysqlnd_session_protocol_type protocol; member
/php-src/ext/soap/
H A Dphp_http.c160 char *protocol; in http_connect() local
/php-src/ext/ldap/
H A Dldap.c3665 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local

Completed in 75 milliseconds