new_recursive 632 ext/pcre/pcrelib/pcre_exec.c recursion_info new_recursive; new_recursive 1772 ext/pcre/pcrelib/pcre_exec.c new_recursive.group_num = recno; new_recursive 1773 ext/pcre/pcrelib/pcre_exec.c new_recursive.saved_capture_last = md->capture_last; new_recursive 1774 ext/pcre/pcrelib/pcre_exec.c new_recursive.subject_position = eptr; new_recursive 1775 ext/pcre/pcrelib/pcre_exec.c new_recursive.prevrec = md->recursive; new_recursive 1776 ext/pcre/pcrelib/pcre_exec.c md->recursive = &new_recursive; new_recursive 1784 ext/pcre/pcrelib/pcre_exec.c new_recursive.saved_max = md->offset_end; new_recursive 1785 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.saved_max <= REC_STACK_SAVE_MAX) new_recursive 1786 ext/pcre/pcrelib/pcre_exec.c new_recursive.offset_save = stacksave; new_recursive 1789 ext/pcre/pcrelib/pcre_exec.c new_recursive.offset_save = new_recursive 1790 ext/pcre/pcrelib/pcre_exec.c (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int)); new_recursive 1791 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save == NULL) RRETURN(PCRE_ERROR_NOMEMORY); new_recursive 1793 ext/pcre/pcrelib/pcre_exec.c memcpy(new_recursive.offset_save, md->offset_vector, new_recursive 1794 ext/pcre/pcrelib/pcre_exec.c new_recursive.saved_max * sizeof(int)); new_recursive 1801 ext/pcre/pcrelib/pcre_exec.c DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); new_recursive 1808 ext/pcre/pcrelib/pcre_exec.c memcpy(md->offset_vector, new_recursive.offset_save, new_recursive 1809 ext/pcre/pcrelib/pcre_exec.c new_recursive.saved_max * sizeof(int)); new_recursive 1810 ext/pcre/pcrelib/pcre_exec.c md->capture_last = new_recursive.saved_capture_last; new_recursive 1811 ext/pcre/pcrelib/pcre_exec.c md->recursive = new_recursive.prevrec; new_recursive 1815 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save != stacksave) new_recursive 1816 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); new_recursive 1833 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save != stacksave) new_recursive 1834 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); new_recursive 1843 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save != stacksave) new_recursive 1844 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); new_recursive 1848 ext/pcre/pcrelib/pcre_exec.c md->recursive = &new_recursive; new_recursive 1854 ext/pcre/pcrelib/pcre_exec.c md->recursive = new_recursive.prevrec; new_recursive 1855 ext/pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save != stacksave) new_recursive 1856 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save);