Searched defs:protocol (Results 1 – 12 of 12) sorted by relevance
/php-src/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-src/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, *orig_path = NULL; in _php_stream_xport_create() local
|
H A D | streams.c | 1890 static inline zend_result php_stream_wrapper_scheme_validate(const char *protocol, unsigned int pro… in php_stream_wrapper_scheme_validate() 1907 PHPAPI zend_result php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *… in php_register_url_stream_wrapper() 1923 PHPAPI zend_result php_unregister_url_stream_wrapper(const char *protocol) in php_unregister_url_stream_wrapper() 1936 PHPAPI zend_result php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapp… in php_register_url_stream_wrapper_volatile() 1949 PHPAPI zend_result php_unregister_url_stream_wrapper_volatile(zend_string *protocol) in php_unregister_url_stream_wrapper_volatile() 1964 const char *p, *protocol = NULL; local
|
H A D | userspace.c | 464 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 D | basic_functions.stub.php | 1559 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {} 1562 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {} 1564 function stream_wrapper_unregister(string $protocol): bool {} 1566 function stream_wrapper_restore(string $protocol): bool {} 2042 function getservbyname(string $service, string $protocol): int|false {} 2047 function getservbyport(int $port, string $protocol): string|false {} 2051 function getprotobyname(string $protocol): int|false {} 2056 function getprotobynumber(int $protocol): string|false {}
|
H A D | streamsfuncs.c | 50 zend_long domain, type, protocol; in PHP_FUNCTION() local
|
/php-src/ext/sockets/ |
H A D | sockets.c | 1099 zend_long domain, type, checktype, protocol; local 2089 zend_long domain, type, checktype, protocol; local 2352 const char *protocol = NULL; local
|
H A D | sockets.stub.php | 1990 function socket_create(int $domain, int $type, int $protocol): Socket|false {} 2035 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {}
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 96 } protocol; member
|
H A D | mysqlnd_structs.h | 225 enum_mysqlnd_session_protocol_type protocol; member
|
/php-src/ext/soap/ |
H A D | php_http.c | 171 char *protocol; in http_connect() local
|
/php-src/ext/ldap/ |
H A D | ldap.c | 3657 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local
|
Completed in 60 milliseconds