Searched refs:quote_char (Results 1 – 3 of 3) sorted by relevance
219 char_type quote_char; member230 } else if (c == state->quote_char) { in AdvanceOne()236 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
47 char quote_char; in unquote_string_inplace() local51 quote_char = *s; in unquote_string_inplace()62 if (quote_char == '"') in unquote_string_inplace()
505 char quote_char; in find_value() local516 quote_char = '\0'; in find_value()520 if (quote_char == '\0') in find_value()528 quote_char = '\''; in find_value()536 quote_char = '\\'; in find_value()547 else if (quote_char == '\\') in find_value()565 quote_char = '\0'; in find_value()569 _dbus_assert (quote_char == '\''); in find_value()573 quote_char = '\0'; in find_value()591 if (quote_char == '\\') in find_value()[all …]