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.c59 bool port_is_null = 1; local
83 …&passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &socket_len) == FAILURE…
102 …e, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &sock…
118 if (port_is_null || !port) {
/php-src/ext/sockets/
H A Dsockets.c1163 bool port_is_null = 1; local
1169 Z_PARAM_LONG_OR_NULL(port, port_is_null)
1180 if (port_is_null) {
1201 if (port_is_null) {
1563 bool port_is_null = 1; local
1573 Z_PARAM_LONG_OR_NULL(port, port_is_null)
1594 if (port_is_null) {
1611 if (port_is_null) {

Completed in 12 milliseconds