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

  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_lib.c 708 int ret = 0, use_sep = 0; local
759 use_sep = 1;
766 use_sep = 0; /* The first byte on the next line doesn't have a : */
768 if (BIO_printf(out, "%s%c%c", use_sep ? ":" : "",
775 use_sep = 1;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2text.c 54 int ret = 0, use_sep = 0; local
105 use_sep = 1;
112 use_sep = 0; /* The first byte on the next line doesnt have a : */
114 if (BIO_printf(out, "%s%c%c", use_sep ? ":" : "",
120 use_sep = 1;

Completed in 33 milliseconds