Searched refs:port_is_null (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/sockets/ |
H A D | sockets.c | 1278 zend_bool port_is_null = 1; local 1280 …ARGS(), "Os|l!", &resource_socket, socket_ce, &addr, &addr_len, &port, &port_is_null) == FAILURE) { 1292 if (port_is_null) { 1313 if (port_is_null) { 1654 zend_bool port_is_null = 1; local 1657 …rg1, socket_ce, &buf, &buf_len, &len, &flags, &addr, &addr_len, &port, &port_is_null) == FAILURE) { 1679 if (port_is_null) { 1696 if (port_is_null) {
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_nonapi.c | 61 zend_bool port_is_null = 1; local 85 …&passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &socket_len) == FAILURE… 103 …e, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &sock… 124 if (port_is_null || !port) {
|
Completed in 14 milliseconds