Home
last modified time | relevance | path

Searched refs:strtype (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_cursesmodule.c818 int strtype; in _curses_window_addstr_impl() local
828 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addstr_impl()
830 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addstr_impl()
832 if (strtype == 0) { in _curses_window_addstr_impl()
840 if (strtype == 2) { in _curses_window_addstr_impl()
901 int strtype; in _curses_window_addnstr_impl() local
911 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addnstr_impl()
913 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addnstr_impl()
915 if (strtype == 0) in _curses_window_addnstr_impl()
923 if (strtype == 2) { in _curses_window_addnstr_impl()
[all …]
/third_party/openssl/crypto/rsa/
Drsa_ameth.c80 int strtype; in rsa_pub_encode() local
82 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode()
88 strtype, str, penc, penclen)) in rsa_pub_encode()
159 int strtype; in rsa_priv_encode() local
161 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode()
172 strtype, str, rk, rklen)) { in rsa_priv_encode()
/third_party/boost/boost/wave/
Dcpp_context.hpp452 string_type strtype(BOOST_PP_STRINGIZE((BOOST_WAVE_STRINGTYPE))); in save() local
455 ar & make_nvp("string_type", strtype); in save()