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()
178 custom_ext_method *meth; in custom_ext_add()
255 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()
258 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
285 custom_ext_method *methsrc = src->meths + i; in custom_exts_copy()
286 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy()
323 custom_ext_method *meth; in custom_exts_free()
353 custom_ext_method *meth, *tmp; in add_custom_ext_intern()
389 (exts->meths_count + 1) * sizeof(custom_ext_method)); in add_custom_ext_intern()