Lines Matching refs:custom_ext_method
81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find()
86 custom_ext_method *meth = exts->meths; in custom_ext_find()
106 custom_ext_method *meth = exts->meths; in custom_ext_init()
119 custom_ext_method *meth; in custom_ext_parse()
177 custom_ext_method *meth; in custom_ext_add()
252 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()
255 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
282 custom_ext_method *methsrc = src->meths + i; in custom_exts_copy()
283 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy()
320 custom_ext_method *meth; in custom_exts_free()
350 custom_ext_method *meth, *tmp; in add_custom_ext_intern()
386 (exts->meths_count + 1) * sizeof(custom_ext_method)); in add_custom_ext_intern()