HomeSort by: relevance | last modified time | path
    Searched defs:EX_CALLBACKS (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/
ex_data.c 31 } EX_CALLBACKS;
33 static EX_CALLBACKS ex_data[CRYPTO_EX_INDEX__COUNT];
47 * Return the EX_CALLBACKS from the |ex_data| array that corresponds to
50 static EX_CALLBACKS *get_and_lock(int class_index)
52 EX_CALLBACKS *ip;
98 EX_CALLBACKS *ip = &ex_data[i];
132 EX_CALLBACKS *ip = get_and_lock(class_index);
161 EX_CALLBACKS *ip = get_and_lock(class_index);
214 EX_CALLBACKS *ip = get_and_lock(class_index);
260 EX_CALLBACKS *ip
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
cryptlib.h 82 } EX_CALLBACKS;
86 EX_CALLBACKS ex_data[CRYPTO_EX_INDEX__COUNT];
  /src/crypto/external/bsd/openssl/dist/include/internal/
cryptlib.h 135 } EX_CALLBACKS;
139 EX_CALLBACKS ex_data[CRYPTO_EX_INDEX__COUNT];

Completed in 24 milliseconds