Home
last modified time | relevance | path

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

/php-src/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…
120 if (port_is_null || !port) {
/php-src/ext/sockets/
H A Dsockets.c1105 bool port_is_null = 1; local
1107 …ARGS(), "Os|l!", &resource_socket, socket_ce, &addr, &addr_len, &port, &port_is_null) == FAILURE) {
1119 if (port_is_null) {
1140 if (port_is_null) {
1481 bool port_is_null = 1; local
1484 …rg1, socket_ce, &buf, &buf_len, &len, &flags, &addr, &addr_len, &port, &port_is_null) == FAILURE) {
1506 if (port_is_null) {
1523 if (port_is_null) {

Completed in 14 milliseconds