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