Searched refs:is_real_connect (Results 1 – 2 of 2) sorted by relevance
130 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor);
50 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor) /* {{{… argument83 if (!is_real_connect) {318 if (!is_real_connect) {350 if (persistent && (new_connection || is_real_connect)) {373 if (!is_real_connect && self_alloced) {
Completed in 9 milliseconds