new_recursive 616 ext/pcre/pcrelib/pcre_exec.c recursion_info new_recursive; new_recursive 1764 ext/pcre/pcrelib/pcre_exec.c new_recursive.group_num = recno; new_recursive 1765 ext/pcre/pcrelib/pcre_exec.c new_recursive.subject_position = eptr; new_recursive 1766 ext/pcre/pcrelib/pcre_exec.c new_recursive.prevrec = md->recursive; new_recursive 1767 ext/pcre/pcrelib/pcre_exec.c md->recursive = &new_recursive; new_recursive 1775 ext/pcre/pcrelib/pcre_exec.c new_recursive.saved_max = md->offset_end; new_recursive 1776 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.saved_max <= REC_STACK_SAVE_MAX) new_recursive 1777 ext/pcre/pcrelib/pcre_exec.c new_recursive.offset_save = stacksave; new_recursive 1780 ext/pcre/pcrelib/pcre_exec.c new_recursive.offset_save = new_recursive 1781 ext/pcre/pcrelib/pcre_exec.c (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int)); new_recursive 1782 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save == NULL) RRETURN(PCRE_ERROR_NOMEMORY); new_recursive 1784 ext/pcre/pcrelib/pcre_exec.c memcpy(new_recursive.offset_save, md->offset_vector, new_recursive 1785 ext/pcre/pcrelib/pcre_exec.c new_recursive.saved_max * sizeof(int)); new_recursive 1791 ext/pcre/pcrelib/pcre_exec.c DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); new_recursive 1798 ext/pcre/pcrelib/pcre_exec.c memcpy(md->offset_vector, new_recursive.offset_save, new_recursive 1799 ext/pcre/pcrelib/pcre_exec.c new_recursive.saved_max * sizeof(int)); new_recursive 1800 ext/pcre/pcrelib/pcre_exec.c md->recursive = new_recursive.prevrec; new_recursive 1804 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save != stacksave) new_recursive 1805 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); new_recursive 1823 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save != stacksave) new_recursive 1824 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); new_recursive 1828 ext/pcre/pcrelib/pcre_exec.c md->recursive = &new_recursive; new_recursive 1834 ext/pcre/pcrelib/pcre_exec.c md->recursive = new_recursive.prevrec; new_recursive 1835 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save != stacksave) new_recursive 1836 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save);