HomeSort by relevance Sort by last modified time
    Searched refs:str_write_p (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
347 str_write_p = write_p ? ">>>" : "<<<";
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
347 str_write_p = write_p ? ">>>" : "<<<";
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 40 milliseconds