HomeSort by: relevance | last modified time | path
    Searched refs:STABLE_FLAGS_MALLOC (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_strnid.c 164 if (tmp != NULL && tmp->flags & STABLE_FLAGS_MALLOC)
177 rv->flags = tmp->flags | STABLE_FLAGS_MALLOC;
182 rv->flags = STABLE_FLAGS_MALLOC;
205 tmp->flags = STABLE_FLAGS_MALLOC | flags;
222 if (tbl->flags & STABLE_FLAGS_MALLOC)
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_strnid.c 162 if (tmp != NULL && tmp->flags & STABLE_FLAGS_MALLOC)
177 rv->flags = tmp->flags | STABLE_FLAGS_MALLOC;
182 rv->flags = STABLE_FLAGS_MALLOC;
205 tmp->flags = STABLE_FLAGS_MALLOC | flags;
222 if (tbl->flags & STABLE_FLAGS_MALLOC)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_strnid.c 157 if (tmp != NULL && tmp->flags & STABLE_FLAGS_MALLOC)
172 rv->flags = tmp->flags | STABLE_FLAGS_MALLOC;
177 rv->flags = STABLE_FLAGS_MALLOC;
200 tmp->flags = STABLE_FLAGS_MALLOC | flags;
217 if (tbl->flags & STABLE_FLAGS_MALLOC)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1.h 173 # define STABLE_FLAGS_MALLOC 0x01
176 * as "don't change" and STABLE_FLAGS_MALLOC is always set. By setting
177 * STABLE_FLAGS_MALLOC only we can clear the existing value. Use the alias
180 # define STABLE_FLAGS_CLEAR STABLE_FLAGS_MALLOC
  /src/crypto/external/apache2/openssl/dist/include/openssl/
asn1.h.in 193 #define STABLE_FLAGS_MALLOC 0x01
196 * as "don't change" and STABLE_FLAGS_MALLOC is always set. By setting
197 * STABLE_FLAGS_MALLOC only we can clear the existing value. Use the alias
200 #define STABLE_FLAGS_CLEAR STABLE_FLAGS_MALLOC
  /src/crypto/external/bsd/openssl/dist/include/openssl/
asn1.h.in 187 # define STABLE_FLAGS_MALLOC 0x01
190 * as "don't change" and STABLE_FLAGS_MALLOC is always set. By setting
191 * STABLE_FLAGS_MALLOC only we can clear the existing value. Use the alias
194 # define STABLE_FLAGS_CLEAR STABLE_FLAGS_MALLOC

Completed in 29 milliseconds