Searched refs:res_str (Results 1 – 5 of 5) sorted by relevance
126 const char *res_str = "X509_verify_cert failed"; in cert_verify_callback() local149 res_str = "MatchFound"; in cert_verify_callback()152 res_str = "MatchNotFound"; in cert_verify_callback()155 res_str = "NoSANPresent"; in cert_verify_callback()158 res_str = "MalformedCertificate"; in cert_verify_callback()161 res_str = "Error"; in cert_verify_callback()164 res_str = "WTF!"; in cert_verify_callback()179 res_str, host, cert_str); in cert_verify_callback()
37 char *res_str; member86 testcases[i].res_str); in main()90 testcases[i].res_str); in main()
54 res_str = utils.system_output('status %s' % service_name)55 match = re.search('process ([0-9]+)', res_str)
48 res_str = translate(pat_str)49 res = bytes(res_str, 'ISO-8859-1')
36 cdef char* res_str38 str_len = grpc_sockaddr_to_string(&res_str, address, 0) 39 byte_str = _decode(<bytes>res_str[:str_len])