Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c102 if (name_count == NULL) { in file_softmagic()
104 name_count = &nc; in file_softmagic()
113 text, 0, indir_count, name_count, in file_softmagic()
210 flip, indir_count, name_count, in match()
303 text, flip, indir_count, name_count, in match()
1345 if (*name_count >= ms->name_max) { in mget()
1347 *name_count); in mget()
1360 *indir_count, *name_count); in mget()
1543 indir_count, name_count, BINTEST, text); in mget()
1578 (*name_count)++; in mget()
[all …]
/PHP-7.2/ext/pcre/
H A Dphp_pcre.h51 int name_count; member
H A Dphp_pcre.c274 int name_cnt = pce->name_count, name_size, ni = 0; in make_subpats_table()
603 rc = pcre_fullinfo(re, extra, PCRE_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache_ex()
835 if (pce->name_count > 0) { in php_pcre_match_impl()
1334 if (UNEXPECTED(pce->name_count > 0)) { in php_pcre_replace_impl()
1593 if (UNEXPECTED(pce->name_count > 0)) { in php_pcre_replace_func_impl()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c195 *((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.c318 int count = re->name_count; in pcre_printint()
H A Dpcre_study.c1500 (re->name_count * re->name_entry_size); in pcre_study()
H A Dpcre_exec.c6497 md->name_count = re->name_count; in pcre_exec()
6552 re->name_count * re->name_entry_size; in pcre_exec()
H A Dpcre_compile.c9430 re->name_count = cd->names_found; in pcre_compile2()
9453 codestart = cd->name_table + re->name_entry_size * re->name_count; in pcre_compile2()
H A Dpcre_jit_compile.c409 sljit_sw name_count; member
10837 rootbacktrack.cc = (pcre_uchar *)re + re->name_table_offset + re->name_count * re->name_entry_size; in PRIV()
10884 common->name_count = re->name_count; in PRIV()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3325 *indir_count, *name_count);

Completed in 152 milliseconds