Searched refs:_property (Results 1 – 2 of 2) sorted by relevance
75 typedef struct _property { struct76 struct _property *next; argument
48 if ((n = (properties)malloc(sizeof(struct _property))) == NULL) in property_alloc()