Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli_priv.h120 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor);
H A Dmysqli_nonapi.c50 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor) /* {{{… argument
83 if (!is_real_connect) {
260 if (!is_real_connect) {
286 if (persistent && (new_connection || is_real_connect)) {
309 if (!is_real_connect && self_alloced) {

Completed in 11 milliseconds