Searched refs:prop_entry (Results 1 – 1 of 1) sorted by relevance
579 property_list_entry_t *prop_entry; in read_prop() local585 prop = &prop_entry->prop; in read_prop()591 prop_entry = HeapAlloc(GetProcessHeap(), 0, sizeof(*prop_entry)); in read_prop()594 prop_entry->prop.flags = 0; in read_prop()597 prop = &prop_entry->prop; in read_prop()1140 property_list_entry_t *prop_entry; in MimeBody_SetProp() local1157 prop = &prop_entry->prop; in MimeBody_SetProp()1169 prop_entry = HeapAlloc(GetProcessHeap(), 0, sizeof(*prop_entry)); in MimeBody_SetProp()1170 if(!prop_entry) in MimeBody_SetProp()1195 prop_entry->prop.flags = 0; in MimeBody_SetProp()[all …]