Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Daction_helpers.c150 const char *second_str = PyUnicode_AsUTF8(second_identifier); in _PyPegen_join_names_with_dot() local
151 if (!second_str) { in _PyPegen_join_names_with_dot()
154 Py_ssize_t len = strlen(first_str) + strlen(second_str) + 1; // +1 for the dot in _PyPegen_join_names_with_dot()
169 strcpy(s, second_str); in _PyPegen_join_names_with_dot()
170 s += strlen(second_str); in _PyPegen_join_names_with_dot()

Completed in 3 milliseconds