astr               51 lib/search/glob.c mc_search__glob_translate_to_regex (const GString * astr)
astr               53 lib/search/glob.c     const char *str = astr->str;
astr               60 lib/search/glob.c     for (loop = 0; loop < astr->len; loop++)
astr               61 lib/search/hex.c mc_search__hex_translate_to_regex (const GString * astr, mc_search_hex_parse_error_t * error_ptr,
astr               71 lib/search/hex.c     str = astr->str;
astr               72 lib/search/hex.c     str_len = astr->len;
astr              212 lib/search/regex.c mc_search__cond_struct_new_regex_ci_str (const char *charset, const GString * astr)
astr              222 lib/search/regex.c     while (loop < astr->len)
astr              224 lib/search/regex.c         if (mc_search__regex_str_append_if_special (spec_char, astr, &loop))
astr              232 lib/search/regex.c         if (astr->str[loop] == '[' && !strutils_is_char_escaped (astr->str, &(astr->str[loop])))
astr              236 lib/search/regex.c             while (loop < astr->len && !(astr->str[loop] == ']'
astr              237 lib/search/regex.c                                          && !strutils_is_char_escaped (astr->str,
astr              238 lib/search/regex.c                                                                        &(astr->str[loop]))))
astr              240 lib/search/regex.c                 g_string_append_c (ret_str, astr->str[loop]);
astr              244 lib/search/regex.c             g_string_append_c (ret_str, astr->str[loop]);
astr              251 lib/search/regex.c         g_string_append_c (accumulator, astr->str[loop]);