pmatch            164 include/crm/pengine/common.h     regmatch_t *pmatch;
pmatch            142 lib/common/operations.c     regmatch_t pmatch[nmatch];
pmatch            152 lib/common/operations.c     rc = regexec(notify_migrate_re, key, nmatch, pmatch, 0);
pmatch            158 lib/common/operations.c         *rsc_id = strndup(key+pmatch[1].rm_so, pmatch[1].rm_eo-pmatch[1].rm_so);
pmatch            162 lib/common/operations.c         *op_type = strndup(key+pmatch[2].rm_so, pmatch[2].rm_eo-pmatch[2].rm_so);
pmatch            166 lib/common/operations.c         if (!convert_interval(key+pmatch[7].rm_so, interval_ms)) {
pmatch            106 lib/pacemaker/pcmk_sched_location.c         && (re_match_data->pmatch[0].rm_so != -1) && !raw_score) {
pmatch            325 lib/pacemaker/pcmk_sched_location.c             regmatch_t *pmatch = NULL;
pmatch            333 lib/pacemaker/pcmk_sched_location.c             pmatch = calloc(nregs, sizeof(regmatch_t));
pmatch            335 lib/pacemaker/pcmk_sched_location.c             status = regexec(r_patt, r->id, nregs, pmatch, 0);
pmatch            341 lib/pacemaker/pcmk_sched_location.c                                                 .pmatch = pmatch
pmatch            357 lib/pacemaker/pcmk_sched_location.c             free(pmatch);
pmatch            674 lib/pengine/rules.c             if (match_data->nregs >= i && match_data->pmatch[i].rm_so != -1 &&
pmatch            675 lib/pengine/rules.c                 match_data->pmatch[i].rm_eo > match_data->pmatch[i].rm_so) {
pmatch            676 lib/pengine/rules.c                 len += p - last_match_index + (match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so);
pmatch            696 lib/pengine/rules.c             if (match_data->nregs >= i && match_data->pmatch[i].rm_so != -1 &&
pmatch            697 lib/pengine/rules.c                 match_data->pmatch[i].rm_eo > match_data->pmatch[i].rm_so) {
pmatch            699 lib/pengine/rules.c                 int match_len = match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so;
pmatch            700 lib/pengine/rules.c                 memcpy(p_dst, match_data->string + match_data->pmatch[i].rm_so, match_len);
pmatch             37 maint/gnulib/lib/regexec.c 					 size_t nmatch, regmatch_t pmatch[],
pmatch             50 maint/gnulib/lib/regexec.c static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
pmatch             57 maint/gnulib/lib/regexec.c static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
pmatch             66 maint/gnulib/lib/regexec.c 			       size_t nmatch, regmatch_t *pmatch,
pmatch            194 maint/gnulib/lib/regexec.c 	 size_t nmatch, regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags)
pmatch            205 maint/gnulib/lib/regexec.c       start = pmatch[0].rm_so;
pmatch            206 maint/gnulib/lib/regexec.c       length = pmatch[0].rm_eo;
pmatch            220 maint/gnulib/lib/regexec.c 			      length, nmatch, pmatch, eflags);
pmatch            238 maint/gnulib/lib/regexec.c 		  regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags)
pmatch            240 maint/gnulib/lib/regexec.c   return regexec (preg, string, nmatch, pmatch,
pmatch            374 maint/gnulib/lib/regexec.c   regmatch_t *pmatch;
pmatch            419 maint/gnulib/lib/regexec.c   pmatch = re_malloc (regmatch_t, nregs);
pmatch            420 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (pmatch == NULL))
pmatch            427 maint/gnulib/lib/regexec.c 			       nregs, pmatch, eflags);
pmatch            437 maint/gnulib/lib/regexec.c       bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
pmatch            447 maint/gnulib/lib/regexec.c 	  DEBUG_ASSERT (pmatch[0].rm_so == start);
pmatch            448 maint/gnulib/lib/regexec.c 	  rval = pmatch[0].rm_eo - start;
pmatch            451 maint/gnulib/lib/regexec.c 	rval = pmatch[0].rm_so;
pmatch            453 maint/gnulib/lib/regexec.c   re_free (pmatch);
pmatch            460 maint/gnulib/lib/regexec.c re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, Idx nregs,
pmatch            515 maint/gnulib/lib/regexec.c       regs->start[i] = pmatch[i].rm_so;
pmatch            516 maint/gnulib/lib/regexec.c       regs->end[i] = pmatch[i].rm_eo;
pmatch            588 maint/gnulib/lib/regexec.c 		    regmatch_t pmatch[], int eflags)
pmatch            839 maint/gnulib/lib/regexec.c 	pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
pmatch            842 maint/gnulib/lib/regexec.c       pmatch[0].rm_so = 0;
pmatch            843 maint/gnulib/lib/regexec.c       pmatch[0].rm_eo = mctx.match_last;
pmatch            850 maint/gnulib/lib/regexec.c 	  err = set_regs (preg, &mctx, nmatch, pmatch,
pmatch            860 maint/gnulib/lib/regexec.c 	if (pmatch[reg_idx].rm_so != -1)
pmatch            865 maint/gnulib/lib/regexec.c 		pmatch[reg_idx].rm_so =
pmatch            866 maint/gnulib/lib/regexec.c 		  (pmatch[reg_idx].rm_so == mctx.input.valid_len
pmatch            868 maint/gnulib/lib/regexec.c 		   : mctx.input.offsets[pmatch[reg_idx].rm_so]);
pmatch            869 maint/gnulib/lib/regexec.c 		pmatch[reg_idx].rm_eo =
pmatch            870 maint/gnulib/lib/regexec.c 		  (pmatch[reg_idx].rm_eo == mctx.input.valid_len
pmatch            872 maint/gnulib/lib/regexec.c 		   : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
pmatch            877 maint/gnulib/lib/regexec.c 	    pmatch[reg_idx].rm_so += match_first;
pmatch            878 maint/gnulib/lib/regexec.c 	    pmatch[reg_idx].rm_eo += match_first;
pmatch            882 maint/gnulib/lib/regexec.c 	  pmatch[nmatch + reg_idx].rm_so = -1;
pmatch            883 maint/gnulib/lib/regexec.c 	  pmatch[nmatch + reg_idx].rm_eo = -1;
pmatch            890 maint/gnulib/lib/regexec.c 	      pmatch[reg_idx + 1].rm_so
pmatch            891 maint/gnulib/lib/regexec.c 		= pmatch[dfa->subexp_map[reg_idx] + 1].rm_so;
pmatch            892 maint/gnulib/lib/regexec.c 	      pmatch[reg_idx + 1].rm_eo
pmatch            893 maint/gnulib/lib/regexec.c 		= pmatch[dfa->subexp_map[reg_idx] + 1].rm_eo;
pmatch           1382 maint/gnulib/lib/regexec.c 	  regmatch_t *pmatch, bool fl_backtrack)
pmatch           1414 maint/gnulib/lib/regexec.c   memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
pmatch           1416 maint/gnulib/lib/regexec.c   for (idx = pmatch[0].rm_so; idx <= pmatch[0].rm_eo ;)
pmatch           1418 maint/gnulib/lib/regexec.c       update_regs (dfa, pmatch, prev_idx_match, cur_node, idx, nmatch);
pmatch           1420 maint/gnulib/lib/regexec.c       if ((idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
pmatch           1428 maint/gnulib/lib/regexec.c 		if (pmatch[reg_idx].rm_so > -1 && pmatch[reg_idx].rm_eo == -1)
pmatch           1430 maint/gnulib/lib/regexec.c 		    cur_node = pop_fail_stack (fs, &idx, nmatch, pmatch,
pmatch           1444 maint/gnulib/lib/regexec.c       cur_node = proceed_next_node (mctx, nmatch, pmatch, prev_idx_match,
pmatch           1457 maint/gnulib/lib/regexec.c 	  cur_node = pop_fail_stack (fs, &idx, nmatch, pmatch,
pmatch           1490 maint/gnulib/lib/regexec.c update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
pmatch           1501 maint/gnulib/lib/regexec.c 	  pmatch[reg_num].rm_so = cur_idx;
pmatch           1502 maint/gnulib/lib/regexec.c 	  pmatch[reg_num].rm_eo = -1;
pmatch           1511 maint/gnulib/lib/regexec.c 	  if (pmatch[reg_num].rm_so < cur_idx)
pmatch           1513 maint/gnulib/lib/regexec.c 	      pmatch[reg_num].rm_eo = cur_idx;
pmatch           1516 maint/gnulib/lib/regexec.c 	      memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
pmatch           1527 maint/gnulib/lib/regexec.c 		memcpy (pmatch, prev_idx_match, sizeof (regmatch_t) * nmatch);
pmatch           1531 maint/gnulib/lib/regexec.c 		pmatch[reg_num].rm_eo = cur_idx;