Searched refs:is_real_connect (Results 1 – 2 of 2) sorted by relevance
120 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor);
48 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor) /* {{{… argument81 if (!is_real_connect) {258 if (!is_real_connect) {284 if (persistent && (new_connection || is_real_connect)) {307 if (!is_real_connect && self_alloced) {
Completed in 9 milliseconds