Home
last modified time | relevance | path

Searched refs:name_count (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/pcre/
H A Dphp_pcre.h51 int name_count; member
H A Dphp_pcre.c250 int name_cnt = pce->name_count, name_size, ni = 0; in make_subpats_table()
577 rc = pcre_fullinfo(re, extra, PCRE_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache()
790 if (pce->name_count > 0) { in php_pcre_match_impl()
1215 if (UNEXPECTED(pce->name_count > 0)) { in php_pcre_replace_impl()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c88 if (name_count == NULL) { in file_softmagic()
90 name_count = &nc; in file_softmagic()
95 text, 0, indir_level, name_count, in file_softmagic()
191 flip, indir_level, name_count, in match()
280 text, flip, indir_level, name_count, in match()
1218 if (*name_count >= ms->name_max) { in mget()
1220 *name_count); in mget()
1233 indir_level, *name_count); in mget()
1672 indir_level + 1, name_count, BINTEST, text); in mget()
1707 (*name_count)++; in mget()
[all …]
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c193 *((int *)where) = re->name_count; in pcre_fullinfo()
H A Dpcre_internal.h2339 pcre_uint16 name_count; /* Number of name items */ member
2365 pcre_uint16 name_count; /* Number of name items */ member
2522 int name_count; /* Number of names in name table */ member
H A Dpcre_printint.c316 int count = re->name_count; in pcre_printint()
H A Dpcre_study.c1498 (re->name_count * re->name_entry_size); in pcre_study()
H A Dpcre_exec.c6495 md->name_count = re->name_count; in pcre_exec()
6550 re->name_count * re->name_entry_size; in pcre_exec()
H A Dpcre_compile.c9370 re->name_count = cd->names_found; in pcre_compile2()
9393 codestart = cd->name_table + re->name_entry_size * re->name_count; in pcre_compile2()
H A Dpcre_jit_compile.c389 sljit_sw name_count; member
9826 rootbacktrack.cc = (pcre_uchar *)re + re->name_table_offset + re->name_count * re->name_entry_size; in PRIV()
9873 common->name_count = re->name_count; in PRIV()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3466 indir_level, *name_count);

Completed in 110 milliseconds