Searched refs:STABLE_FLAGS_MALLOC (Results 1 – 3 of 3) sorted by relevance
218 flags &= ~STABLE_FLAGS_MALLOC; in ASN1_STRING_TABLE_add()231 tmp->flags = flags | STABLE_FLAGS_MALLOC; in ASN1_STRING_TABLE_add()234 } else tmp->flags = (tmp->flags & STABLE_FLAGS_MALLOC) | flags; in ASN1_STRING_TABLE_add()253 if(tbl->flags & STABLE_FLAGS_MALLOC) OPENSSL_free(tbl); in st_free()
265 #define STABLE_FLAGS_MALLOC 0x01 macro