Searched refs:STABLE_FLAGS_MALLOC (Results 1 – 4 of 4) sorted by relevance
239 flags &= ~STABLE_FLAGS_MALLOC; in ASN1_STRING_TABLE_add()252 tmp->flags = flags | STABLE_FLAGS_MALLOC; in ASN1_STRING_TABLE_add()257 tmp->flags = (tmp->flags & STABLE_FLAGS_MALLOC) | flags; in ASN1_STRING_TABLE_add()280 if (tbl->flags & STABLE_FLAGS_MALLOC) in st_free()
387 #define STABLE_FLAGS_MALLOC 0x01 macro
225 #define STABLE_FLAGS_MALLOC 0x01 macro