to_be_cloned      165 ext/mysqlnd/mysqlnd_driver.c MYSQLND_METHOD(mysqlnd_object_factory, clone_connection_object)(MYSQLND * to_be_cloned)
to_be_cloned      171 ext/mysqlnd/mysqlnd_driver.c 	DBG_INF_FMT("persistent=%u", to_be_cloned->persistent);
to_be_cloned      172 ext/mysqlnd/mysqlnd_driver.c 	if (!to_be_cloned || !to_be_cloned->data) {
to_be_cloned      175 ext/mysqlnd/mysqlnd_driver.c 	new_object = mnd_pecalloc(1, alloc_size_ret, to_be_cloned->persistent);
to_be_cloned      179 ext/mysqlnd/mysqlnd_driver.c 	new_object->persistent = to_be_cloned->persistent;
to_be_cloned      180 ext/mysqlnd/mysqlnd_driver.c 	new_object->m = to_be_cloned->m;
to_be_cloned      182 ext/mysqlnd/mysqlnd_driver.c 	new_object->data = to_be_cloned->data->m->get_reference(to_be_cloned->data);