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

  /src/crypto/external/apache2/openssl/dist/include/openssl/
engine.h 736 * 'static_state' pointer allows the loaded library to know if it shares the
754 void *static_state; member in struct:st_dynamic_fns
806 if (ENGINE_get_static_state() == fns->static_state) \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
engine.h 734 * 'static_state' pointer allows the loaded library to know if it shares the
752 void *static_state; member in struct:st_dynamic_fns
800 if (ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
engine.h 655 * 'static_state' pointer allows the loaded library to know if it shares the
673 void *static_state; member in struct:st_dynamic_fns
721 if (ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \

Completed in 63 milliseconds