Searched defs:protocol (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/win32/ |
H A D | sockets.c | 31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.c | 75 _mysqlnd_plugin_get_plugin_protocol_data(const MYSQLND_PROTOCOL * protocol, unsigned int plugin_id … in _mysqlnd_plugin_get_plugin_protocol_data()
|
H A D | mysqlnd_structs.h | 180 enum_mysqlnd_protocol_type protocol; member 810 MYSQLND_PROTOCOL * protocol; member
|
/PHP-5.4/main/streams/ |
H A D | transports.c | 32 PHPAPI int php_stream_xport_register(char *protocol, php_stream_transport_factory factory TSRMLS_DC) in php_stream_xport_register() 62 const char *p, *protocol = NULL; in _php_stream_xport_create() local
|
H A D | streams.c | 1693 static inline int php_stream_wrapper_scheme_validate(char *protocol, int protocol_len) in php_stream_wrapper_scheme_validate() 1710 PHPAPI int php_register_url_stream_wrapper(char *protocol, php_stream_wrapper *wrapper TSRMLS_DC) in php_register_url_stream_wrapper() 1736 PHPAPI int php_register_url_stream_wrapper_volatile(char *protocol, php_stream_wrapper *wrapper TSR… in php_register_url_stream_wrapper_volatile() 1766 const char *p, *protocol = NULL; local
|
H A D | userspace.c | 520 char *protocol, *classname; in PHP_FUNCTION() local 565 char *protocol; in PHP_FUNCTION() local 586 char *protocol; in PHP_FUNCTION() local
|
/PHP-5.4/ext/standard/ |
H A D | streamsfuncs.c | 52 long domain, type, protocol; in PHP_FUNCTION() local
|
/PHP-5.4/ext/sockets/ |
H A D | sockets.c | 2429 long domain, type, protocol; local
|
/PHP-5.4/ext/ldap/ |
H A D | ldap.c | 2418 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local
|
Completed in 82 milliseconds