Home
last modified time | relevance | path

Searched refs:bind (Results 101 – 119 of 119) sorted by relevance

12345

/PHP-7.4/ext/oci8/tests/
H A Dbind_char_1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c362 if (bind(sl, (struct sockaddr *)&local, len) == -1) { in PHPDBG_COMMAND()
/PHP-7.4/main/
H A Dnetwork.c487 n = bind(sock, sa, socklen);
891 if (!local_address || bind(sock, local_address, local_address_len)) {
H A Dfastcgi.c763 bind(listen_socket, (struct sockaddr *) &sa, sock_len) < 0 || in fcgi_listen()
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h246 OCIBind *bind; /* bind handle */ member
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt149 /* test is broken too: we bind "integer" but value is a float
/PHP-7.4/main/streams/
H A Dxp_socket.c647 return bind(sock->socket, (const struct sockaddr *)&unix_addr, in php_tcp_sockop_bind()
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt46 separable from, or merely link (or bind by name) to the interfaces of,
/PHP-7.4/ext/ftp/
H A Dftp.c1717 if (bind(fd, (struct sockaddr*) &addr, size) != 0) { in ftp_getdata()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c2848 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding() argument
2855 *pbind = *bind; in make_persistent_sdl_binding()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1329 if (bind(retval, sa, *socklen) == SOCK_CONN_ERR) { in php_network_listen_socket()
/PHP-7.4/
H A Dconfigure.ac409 PHP_CHECK_FUNC(inet_aton, resolv, bind)
H A DNEWS692 many bind parameters). (Matteo)
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c2603 ret = bind( fd, pServerAddr, addr_len ); in LSAPI_CreateListenSock2()

Completed in 123 milliseconds

12345