Searched refs:type_clone (Results 1 – 4 of 4) sorted by relevance
116 int type_clone(struct arg_type_info *retp, const struct arg_type_info *info);
272 if (*retpp == NULL || type_clone(*retpp, info) < 0) { in type_alloc_and_clone()302 type_clone(struct arg_type_info *retp, const struct arg_type_info *info) in type_clone() function
195 if (type_clone (retp->type, val->type) < 0) { in value_clone()
544 if (ninfo == NULL || type_clone(ninfo, *infop) < 0) { in unshare_type_info()