num_subpats 216 ext/pcre/php_pcre.c static char **make_subpats_table(int num_subpats, pcre_cache_entry *pce) num_subpats 234 ext/pcre/php_pcre.c subpat_names = (char **)ecalloc(num_subpats, sizeof(char *)); num_subpats 646 ext/pcre/php_pcre.c int num_subpats; /* Number of captured subpatterns */ num_subpats 708 ext/pcre/php_pcre.c num_subpats = pce->capture_count + 1; num_subpats 709 ext/pcre/php_pcre.c size_offsets = num_subpats * 3; num_subpats 717 ext/pcre/php_pcre.c subpat_names = make_subpats_table(num_subpats, pce); num_subpats 731 ext/pcre/php_pcre.c match_sets = (zval *)safe_emalloc(num_subpats, sizeof(zval), 0); num_subpats 732 ext/pcre/php_pcre.c for (i=0; i<num_subpats; i++) { num_subpats 801 ext/pcre/php_pcre.c if (count < num_subpats) { num_subpats 802 ext/pcre/php_pcre.c for (; i < num_subpats; i++) { num_subpats 918 ext/pcre/php_pcre.c for (i = 0; i < num_subpats; i++) { num_subpats 927 ext/pcre/php_pcre.c for (i = 0; i < num_subpats; i++) { num_subpats 1087 ext/pcre/php_pcre.c int num_subpats; /* Number of captured subpatterns */ num_subpats 1130 ext/pcre/php_pcre.c num_subpats = pce->capture_count + 1; num_subpats 1131 ext/pcre/php_pcre.c size_offsets = num_subpats * 3; num_subpats 1144 ext/pcre/php_pcre.c subpat_names = make_subpats_table(num_subpats, pce);