Home
last modified time | relevance | path

Searched refs:vret (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dobjimpl.h200 int vret = visit(_PyObject_CAST(op), arg); \
201 if (vret) \
202 return vret; \
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c586 int vret; in pkcs12_main() local
606 vret = get_cert_chain(ee_cert_tmp, store, untrusted_certs, &chain2); in pkcs12_main()
609 if (vret == X509_V_OK) { in pkcs12_main()
620 if (vret != X509_V_ERR_UNSPECIFIED) in pkcs12_main()
622 X509_verify_cert_error_string(vret)); in pkcs12_main()
/third_party/openssl/apps/
H A Dpkcs12.c586 int vret; in pkcs12_main() local
606 vret = get_cert_chain(ee_cert_tmp, store, untrusted_certs, &chain2); in pkcs12_main()
609 if (vret == X509_V_OK) { in pkcs12_main()
620 if (vret != X509_V_ERR_UNSPECIFIED) in pkcs12_main()
622 X509_verify_cert_error_string(vret)); in pkcs12_main()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c927 int vret = visit((op), arg); \
928 if (vret) \
929 return vret; \

Completed in 12 milliseconds