Searched refs:first_square_bracket (Results 1 – 1 of 1) sorted by relevance
35 const char *first_square_bracket = strchr(name, '['); in get_field_name() local38 if (!first_square_bracket && !first_dot) in get_field_name()40 else if ((!first_square_bracket || in get_field_name()41 (first_dot && first_dot < first_square_bracket))) in get_field_name()44 name_size = first_square_bracket - name; in get_field_name()