Home
last modified time | relevance | path

Searched refs:rna_freelinkN (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_define.c172 void rna_freelinkN(ListBase *listbase, void *vlink) in rna_freelinkN() function
214 rna_freelinkN(&brna->structs, srna); in rna_brna_structs_remove_and_free()
816 rna_freelinkN(&srna->cont.properties, prop); in RNA_struct_free()
829 rna_freelinkN(&func->cont.properties, parm); in RNA_struct_free()
836 rna_freelinkN(&srna->functions, func); in RNA_struct_free()
4677 rna_freelinkN(&cont->properties, prop); in rna_def_property_free()
H A Drna_internal.h587 void rna_freelinkN(struct ListBase *listbase, void *vlink);