Searched refs:base_name_len (Results 1 – 2 of 2) sorted by relevance
591 size_t base_name_len; in _combine_type_name_l() local595 base_name_len = strlen(ct->ct_name); in _combine_type_name_l()596 result = PyBytes_FromStringAndSize(NULL, base_name_len + extra_text_len); in _combine_type_name_l()605 base_name_len - ct->ct_name_position); in _combine_type_name_l()
406 int base_name_len = strlen(ct_base->ct_name); in ctypedescr_new_on_top() local408 CTypeDescrObject *ct = ctypedescr_new(base_name_len + extra_name_len + 1); in ctypedescr_new_on_top()423 base_name_len - ct_base->ct_name_position + 1); in ctypedescr_new_on_top()