Searched refs:os1 (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_ameth.c | 646 ASN1_STRING *os1 = NULL; in rsa_item_sign() local 648 os1 = ossl_rsa_ctx_to_pss_string(pkctx); in rsa_item_sign() 649 if (os1 == NULL) in rsa_item_sign() 653 ASN1_STRING *os2 = ASN1_STRING_dup(os1); in rsa_item_sign() 656 ASN1_STRING_free(os1); in rsa_item_sign() 661 ASN1_STRING_free(os1); in rsa_item_sign() 667 V_ASN1_SEQUENCE, os1)) { in rsa_item_sign() 668 ASN1_STRING_free(os1); in rsa_item_sign()
|
/third_party/python/Modules/clinic/ |
D | _localemodule.c.h | 89 _locale_strcoll_impl(PyObject *module, PyObject *os1, PyObject *os2); 95 PyObject *os1; in _locale_strcoll() local 108 os1 = args[0]; in _locale_strcoll() 117 return_value = _locale_strcoll_impl(module, os1, os2); in _locale_strcoll()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 49 raw_string_ostream os1(o1), os2(o2); in PrintResults() local 50 V1->printAsOperand(os1, true, M); in PrintResults()
|
/third_party/python/Modules/ |
D | _localemodule.c | 356 _locale_strcoll_impl(PyObject *module, PyObject *os1, PyObject *os2) in _locale_strcoll_impl() argument 363 ws1 = PyUnicode_AsWideCharString(os1, NULL); in _locale_strcoll_impl()
|