Searched refs:reverse_properties (Results 1 – 3 of 3) sorted by relevance
45 static void reverse_properties(void *in, void *out, int offset) in reverse_properties() function61 reverse_properties(in, out, offset); in reverse_properties()109 reverse_properties(in, out, offset); in reverse_node()
200 struct property *reverse_properties(struct property *first);
75 struct property *reverse_properties(struct property *first) in reverse_properties() function98 new->proplist = reverse_properties(proplist); in build_node()