Home
last modified time | relevance | path

Searched refs:port_is_null (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/sockets/
H A Dsockets.c1290 bool port_is_null = 1; local
1292 …ARGS(), "Os|l!", &resource_socket, socket_ce, &addr, &addr_len, &port, &port_is_null) == FAILURE) {
1304 if (port_is_null) {
1325 if (port_is_null) {
1672 bool port_is_null = 1; local
1675 …rg1, socket_ce, &buf, &buf_len, &len, &flags, &addr, &addr_len, &port, &port_is_null) == FAILURE) {
1697 if (port_is_null) {
1714 if (port_is_null) {
/PHP-8.1/ext/mysqli/
H A Dmysqli_nonapi.c61 bool port_is_null = 1; local
85 …&passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &socket_len) == FAILURE…
104 …e, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &sock…
125 if (port_is_null || !port) {

Completed in 16 milliseconds