Searched refs:clone_data (Results 1 – 1 of 1) sorted by relevance
57 struct clone_data { struct69 struct clone_data *clone_data = data; in clone_cb() local71 char nkey[clone_data->target->keys.elt_size]; in clone_cb()72 if (clone_data->clone_key == NULL) in clone_cb()74 else if (clone_data->clone_key(&nkey, key, clone_data->data) < 0) in clone_cb()77 char nvalue[clone_data->target->values.elt_size]; in clone_cb()78 if (clone_data->clone_value == NULL) { in clone_cb()80 } else if (clone_data->clone_value(&nvalue, value, in clone_cb()81 clone_data->data) < 0) { in clone_cb()83 if (clone_data->clone_key != NULL) in clone_cb()[all …]