Home
last modified time | relevance | path

Searched defs:_GMatchInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgregex.c163 struct _GMatchInfo struct
165 gint ref_count; /* the ref count (atomic) */
166 GRegex *regex; /* the regex */
167 GRegexMatchFlags match_opts; /* options used at match time on the regex */
168 gint matches; /* number of matching sub patterns */
169 gint pos; /* position in the string where last match left off */
170 gint n_offsets; /* number of offsets */
171 gint *offsets; /* array of offsets paired 0,1 ; 2,3 ; 3,4 etc */
172 gint *workspace; /* workspace for pcre_dfa_exec() */
173 gint n_workspace; /* number of workspace elements */
[all …]