Home
last modified time | relevance | path

Searched refs:PyUnicode_InternFromString (Results 1 – 25 of 38) sorted by relevance

12

/third_party/python/Python/
DPython-ast.c275 if ((state->__dict__ = PyUnicode_InternFromString("__dict__")) == NULL) return 0; in init_identifiers()
276 if ((state->__doc__ = PyUnicode_InternFromString("__doc__")) == NULL) return 0; in init_identifiers()
277 if ((state->__match_args__ = PyUnicode_InternFromString("__match_args__")) == NULL) return 0; in init_identifiers()
278 if ((state->__module__ = PyUnicode_InternFromString("__module__")) == NULL) return 0; in init_identifiers()
279 if ((state->_attributes = PyUnicode_InternFromString("_attributes")) == NULL) return 0; in init_identifiers()
280 if ((state->_fields = PyUnicode_InternFromString("_fields")) == NULL) return 0; in init_identifiers()
281 if ((state->annotation = PyUnicode_InternFromString("annotation")) == NULL) return 0; in init_identifiers()
282 if ((state->arg = PyUnicode_InternFromString("arg")) == NULL) return 0; in init_identifiers()
283 if ((state->args = PyUnicode_InternFromString("args")) == NULL) return 0; in init_identifiers()
284 if ((state->argtypes = PyUnicode_InternFromString("argtypes")) == NULL) return 0; in init_identifiers()
[all …]
Dimport.c481 nameobj = PyUnicode_InternFromString(name); in _PyImport_FixupBuiltin()
1432 nameobj = PyUnicode_InternFromString(name); in PyImport_ImportFrozenModule()
D_warnings.c75 modname_obj = PyUnicode_InternFromString(modname); in create_filter()
/third_party/python/Modules/_sqlite/
Dutil.c99 name = PyUnicode_InternFromString("unknown"); in raise_exception()
Dmodule.c664 PyObject *tmp = PyUnicode_InternFromString(#string); \
Dconnection.c1888 PyObject *meth = PyUnicode_InternFromString("_iterdump"); in pysqlite_connection_iterdump_impl()
/third_party/python/Modules/_ctypes/
Dcallbacks.c484 context = PyUnicode_InternFromString("_ctypes.DllGetClassObject"); in Call_GetClassObject()
557 context = PyUnicode_InternFromString("_ctypes.DllCanUnloadNow"); in Call_CanUnloadNow()
Dcallproc.c154 error_object_name = PyUnicode_InternFromString("ctypes.error_object"); in _ctypes_get_errobj()
/third_party/markupsafe/
D_speedups.c193 id_html = PyUnicode_InternFromString("__html__"); in escape()
/third_party/python/Modules/
D_bisectmodule.c315 state->str_insert = PyUnicode_InternFromString("insert"); in bisect_modexec()
D_xxsubinterpretersmodule.c1743 return PyUnicode_InternFromString("send"); in channelid_end()
1746 return PyUnicode_InternFromString("recv"); in channelid_end()
1748 return PyUnicode_InternFromString("both"); in channelid_end()
D_ssl.c5410 x509_asn = PyUnicode_InternFromString("x509_asn"); in certEncodingType()
5415 pkcs_7_asn = PyUnicode_InternFromString("pkcs_7_asn"); in certEncodingType()
6251 state->str_library = PyUnicode_InternFromString("library"); in sslmodule_init_strings()
6255 state->str_reason = PyUnicode_InternFromString("reason"); in sslmodule_init_strings()
6259 state->str_verify_message = PyUnicode_InternFromString("verify_message"); in sslmodule_init_strings()
6263 state->str_verify_code = PyUnicode_InternFromString("verify_code"); in sslmodule_init_strings()
D_lzmamodule.c439 PyObject *key_object = PyUnicode_InternFromString(key); in spec_add_field()
D_csv.c1781 module_state->str_write = PyUnicode_InternFromString("write"); in csv_exec()
D_json.c897 cstr = PyUnicode_InternFromString(constant); in _parse_constant()
Dselectmodule.c2436 state->close = PyUnicode_InternFromString("close");
/third_party/python/Include/
Dunicodeobject.h264 PyAPI_FUNC(PyObject *) PyUnicode_InternFromString(
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c759 #define PyString_InternFromString(key) PyUnicode_InternFromString(key)
5204 return PyUnicode_InternFromString("<Swig global variables>"); in swig_varlink_repr()
5213 PyObject *str = PyUnicode_InternFromString("("); in swig_varlink_str()
5224 tail = PyUnicode_InternFromString(", "); in swig_varlink_str()
5231 tail = PyUnicode_InternFromString(")"); in swig_varlink_str()
/third_party/skia/m133/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c759 #define PyString_InternFromString(key) PyUnicode_InternFromString(key)
5204 return PyUnicode_InternFromString("<Swig global variables>"); in swig_varlink_repr()
5213 PyObject *str = PyUnicode_InternFromString("("); in swig_varlink_str()
5224 tail = PyUnicode_InternFromString(", "); in swig_varlink_str()
5231 tail = PyUnicode_InternFromString(")"); in swig_varlink_str()
/third_party/python/Parser/
Dpegen.c472 PyObject *form = PyUnicode_InternFromString("NFKC"); in _PyPegen_new_identifier()
Daction_helpers.c213 PyObject *str = PyUnicode_InternFromString("*"); in _PyPegen_alias_for_star()
/third_party/python/PC/
Dpython3dll.c683 EXPORT_FUNC(PyUnicode_InternFromString)
/third_party/python/Doc/data/
Dstable_abi.dat765 function,PyUnicode_InternFromString,3.2,,
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c88 return PyUnicode_InternFromString(name); in InternFromString()
/third_party/python/Objects/
Ddescrobject.c908 descr->d_name = PyUnicode_InternFromString(name); in descr_new()

12