Home
last modified time | relevance | path

Searched refs:n_workspace (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgregex.c173 gint n_workspace; /* number of workspace elements */ member
870 match_info->n_workspace = 100; in match_info_new()
871 match_info->workspace = g_new (gint, match_info->n_workspace); in match_info_new()
2245 info->workspace, info->n_workspace); in g_regex_match_all_full()
2259 info->n_workspace *= 2; in g_regex_match_all_full()
2261 info->n_workspace * sizeof (gint)); in g_regex_match_all_full()