Searched defs:caps (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp174 struct slre_cap *caps, int num_caps, int flags);
269 struct slre_cap *caps; member in struct:buildtool::regex_info
482 if (info->caps != NULL && n > 0) {
483 info->caps[bi - 1].ptr = s + j;
484 info->caps[bi - 1].len = n;
626 struct slre_cap *caps, int num_caps, int flags) {
633 info.caps = caps;
625 slre_match(const char *regexp, const char *s, int s_len, struct slre_cap *caps, int num_caps, int flags) argument

Completed in 49 milliseconds