Searched refs:closing_bracket (Results 1 – 3 of 3) sorted by relevance
59 char * closing_bracket = strchr(hostname, ']'); in strip_v6_brackets() local60 if (closing_bracket && closing_bracket == hostname + len - 1) { in strip_v6_brackets()
56 def closing_bracket(self): member in ComprehensionState
684 if current == top_of_stack.closing_bracket: