Lines Matching refs:regex
15 #include "../src/regex.h"
84 * char - char array of the original regex string including the stem.
87 * s32 - stemid associated with the regex
90 * u32 - data length of the pcre regex
91 * char - a buffer holding the raw pcre regex info
92 * u32 - data length of the pcre regex study daya
93 * char - a buffer holding the raw pcre regex study data
125 /* write version of the regex back-end */
137 /* write regex arch string */
183 struct regex_data *re = specs[i].regex;
197 /* length of the original regex string (including nul) */
203 /* original regex string */
214 /* stem for this regex (could be -1) */
231 /* Write regex related data */
257 regex_data_free(specs[i].regex);