HomeSort by relevance Sort by last modified time
    Searched refs:str_content_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
s_cb.c 345 const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= ""; local
447 str_content_type = "ChangeCipherSpec";
450 str_content_type = "Alert";
453 str_content_type = "Handshake";
633 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);
  /external/openssl/apps/
s_cb.c 345 const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= ""; local
447 str_content_type = "ChangeCipherSpec";
450 str_content_type = "Alert";
453 str_content_type = "Handshake";
633 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);

Completed in 2568 milliseconds