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

  /src/crypto/external/bsd/openssl/dist/crypto/
init.c 46 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
370 currhandler = stop_handlers;
377 stop_handlers = NULL;
717 newhand->next = stop_handlers;
718 stop_handlers = newhand;
init.c 46 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
370 currhandler = stop_handlers;
377 stop_handlers = NULL;
717 newhand->next = stop_handlers;
718 stop_handlers = newhand;
  /src/crypto/external/bsd/openssl.old/dist/crypto/
init.c 84 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
516 currhandler = stop_handlers;
523 stop_handlers = NULL;
813 newhand->next = stop_handlers;
814 stop_handlers = newhand;
init.c 84 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
516 currhandler = stop_handlers;
523 stop_handlers = NULL;
813 newhand->next = stop_handlers;
814 stop_handlers = newhand;
  /src/crypto/external/apache2/openssl/dist/crypto/
init.c 48 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
398 currhandler = stop_handlers;
405 stop_handlers = NULL;
754 newhand->next = stop_handlers;
755 stop_handlers = newhand;
init.c 48 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
398 currhandler = stop_handlers;
405 stop_handlers = NULL;
754 newhand->next = stop_handlers;
755 stop_handlers = newhand;

Completed in 35 milliseconds