Home | History | Annotate | Download | only in spdy2http

Lines Matching full:pmatch

240   regmatch_t pmatch[10];
242 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0)))
253 (int) (pmatch[2].rm_eo - pmatch[2].rm_so),
254 &full_uri[pmatch[2].rm_so]);
256 (int) (pmatch[4].rm_eo - pmatch[4].rm_so),
257 &full_uri[pmatch[4].rm_so]);
260 (int) (pmatch[5].rm_eo - pmatch[5].rm_so),
261 &full_uri[pmatch[5].rm_so]);
264 (int) (pmatch[9].rm_eo - pmatch[5].rm_so),
265 &full_uri[pmatch[5].rm_so]);
268 (int) (pmatch[7].rm_eo - pmatch[7].rm_so),
269 &full_uri[pmatch[7].rm_so]);
272 (int) (pmatch[9].rm_eo - pmatch[9].rm_so),
273 &full_uri[pmatch[9].rm_so]);