Searched refs:name_count (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 102 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 D | php_pcre.h | 51 int name_count; member
|
H A D | php_pcre.c | 274 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 D | pcre_fullinfo.c | 195 *((int *)where) = re->name_count; in pcre_fullinfo()
|
H A D | pcre_internal.h | 2339 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 D | pcre_printint.c | 318 int count = re->name_count; in pcre_printint()
|
H A D | pcre_study.c | 1500 (re->name_count * re->name_entry_size); in pcre_study()
|
H A D | pcre_exec.c | 6497 md->name_count = re->name_count; in pcre_exec() 6552 re->name_count * re->name_entry_size; in pcre_exec()
|
H A D | pcre_compile.c | 9430 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 D | pcre_jit_compile.c | 409 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 D | libmagic.patch | 3325 *indir_count, *name_count);
|
Completed in 132 milliseconds