Home
last modified time | relevance | path

Searched refs:cp (Results 26 – 41 of 41) sorted by relevance

12

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1171 const uint32_t *cp; in internal_dfa_match() local
1229 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match()
1232 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1233 if (c == *cp++) { OK = TRUE; break; } in internal_dfa_match()
1429 const uint32_t *cp; in internal_dfa_match() local
1487 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1490 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1670 const uint32_t *cp; in internal_dfa_match() local
1731 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1936 const uint32_t *cp; in internal_dfa_match() local
[all …]
H A Dpcre2_match.c435 uint32_t cc, cp; in match_ref() local
438 cp = UCHAR21TEST(p); in match_ref()
439 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
2420 const uint32_t *cp; in match() local
2490 if (fc < *cp) in match()
2492 if (fc == *cp++) in match()
2775 if (fc < *cp) in match()
2780 if (fc == *cp++) in match()
3530 if (fc < *cp) in match()
3535 if (fc == *cp++) in match()
[all …]
/PHP-7.4/ext/phar/
H A DMakefile.frag30 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc
/PHP-7.4/build/
H A DMakefile.global20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
23 …I_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp$(PHP_…
H A Dshtool872 cp "$src" "$dsttmp" || shtool_exit $?
888 cp "$dsttmp" "$dsttmp.old"
H A Dltmain.sh621 *install*|cp|mv)
5584 $run cp "$obj" "$gentop/$newobj"
5859 *[\\\ /]cp\ *) ;;
H A Dphp.m4851 \$(LIBTOOL) --mode=install cp $3/$1.$suffix \$(phplibdir)
1710 char *cp = (char *)&one;
1712 if (*cp == 0) {
H A Dlibtool.m43099 cp $export_symbols $output_objdir/$soname.def;
4494 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
5473 cp $export_symbols $output_objdir/$soname.def;
6345 cp conftest.in conftest.nl
/PHP-7.4/ext/curl/
H A Dphp_curl.h178 CURL *cp; member
/PHP-7.4/docs/
H A Dself-contained-extensions.md38 cp -rp php-src/ext/mysqli/* .
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c785 char *cp; in mprint() local
788 cp = estrndup(RCAST(const char *, ms->search.s), in mprint()
791 file_printable(sbuf, sizeof(sbuf), cp, ms->search.rm_len)); in mprint()
792 efree(cp); in mprint()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3364 char *cp;
3367 - cp = strndup(RCAST(const char *, ms->search.s),
3368 + cp = estrndup(RCAST(const char *, ms->search.s),
3370 - if (cp == NULL) {
3375 - file_printable(sbuf, sizeof(sbuf), cp, ms->search.rm_len));
3376 - free(cp);
3377 + file_printable(sbuf, sizeof(sbuf), cp, ms->search.rm_len));
3378 + efree(cp);
/PHP-7.4/ext/odbc/
H A Dconfig.m4118 cp "$ODBC_OBJS" "$ODBC_LIB"
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt13 array( 'cp', '47297986' ),
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12498 # From: Cal Peake <cp@absolutedigital.net>
H A Dmagic12498 # From: Cal Peake <cp@absolutedigital.net>

Completed in 229 milliseconds

12