Searched refs:STABLE_FLAGS_MALLOC (Results 1 – 2 of 2) sorted by relevance
215 flags &= ~STABLE_FLAGS_MALLOC; in ASN1_STRING_TABLE_add()227 tmp->flags = flags | STABLE_FLAGS_MALLOC; in ASN1_STRING_TABLE_add()230 } else tmp->flags = (tmp->flags & STABLE_FLAGS_MALLOC) | flags; in ASN1_STRING_TABLE_add()249 if(tbl->flags & STABLE_FLAGS_MALLOC) OPENSSL_free(tbl); in st_free()
250 #define STABLE_FLAGS_MALLOC 0x01 macro