Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 25 of 41) sorted by last modified time

12

/PHP-7.4/ext/standard/
H A Ddns.c500 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr()
536 cp++; in php_parserr()
542 cp++; in php_parserr()
554 cp++; in php_parserr()
558 cp++; in php_parserr()
667 cp++; in php_parserr()
765 cp++; in php_parserr()
772 cp++; in php_parserr()
1004 while (an-- && cp && cp < end) { in PHP_FUNCTION()
1017 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
[all …]
H A Dflock_compat.c175 int inet_aton(const char *cp, struct in_addr *ap) in inet_aton() argument
181 register char cc = *cp; in inet_aton()
214 } while (*cp++) ; in inet_aton()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2045 if (cp <= 0 || cp >= 0x110000) { in php_mb_check_code_point()
2050 if (cp >= 0xd800 && cp <= 0xdfff) { in php_mb_check_code_point()
5006 zend_long cp; in php_mb_ord() local
5029 return cp; in php_mb_ord()
5040 zend_long cp; in PHP_FUNCTION() local
5050 if (0 > cp) { in PHP_FUNCTION()
5054 RETURN_LONG(cp); in PHP_FUNCTION()
5078 if (cp < 0 || cp > 0x10ffff) { in php_mb_chr()
5083 if (cp > 0xd7ff && 0xe000 > cp) { in php_mb_chr()
5087 if (cp < 0x80) { in php_mb_chr()
[all …]
/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/curl/
H A Dinterface.c1997 CURL *cp; in PHP_FUNCTION() local
2005 cp = curl_easy_init(); in PHP_FUNCTION()
2006 if (!cp) { in PHP_FUNCTION()
2013 ch->cp = cp; in PHP_FUNCTION()
2335 CURL *cp; in PHP_FUNCTION() local
2350 cp = curl_easy_duphandle(ch->cp); in PHP_FUNCTION()
2351 if (!cp) { in PHP_FUNCTION()
2357 dupch->cp = cp; in PHP_FUNCTION()
3634 if (ch->cp != NULL) { in _php_curl_close_ex()
3638 curl_easy_cleanup(ch->cp); in _php_curl_close_ex()
[all …]
H A Dphp_curl.h178 CURL *cp; member
H A Dmulti.c102 error = curl_multi_add_handle(mh->multi, ch->cp); in PHP_FUNCTION()
151 if (tmp_ch->cp == easy) { in _php_curl_multi_find_easy_handle()
183 error = curl_multi_remove_handle(mh->multi, ch->cp); in PHP_FUNCTION()
506 ch->cp = easy; in _php_server_push_callback()
546 ch->cp = NULL; in _php_server_push_callback()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c214 char *cp; in firebird_stmt_describe() local
222 cp = ZSTR_VAL(col->name); in firebird_stmt_describe()
224 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
225 cp += var->relname_length; in firebird_stmt_describe()
226 *cp++ = '.'; in firebird_stmt_describe()
228 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
229 *(cp+var->aliasname_length) = '\0'; in firebird_stmt_describe()
/PHP-7.4/build/
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
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_…
/PHP-7.4/ext/pcre/pcre2lib/
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 …]
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 …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c53 zend_long cp = GetACP(); in PHP_FUNCTION() local
62 &cp, &typelib_name, &typelib_name_len) && in PHP_FUNCTION()
65 &module_name, &module_name_len, &server_params, &cp, in PHP_FUNCTION()
72 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
77 obj->code_page = (int)cp; in PHP_FUNCTION()
H A Dcom_dotnet.c197 zend_long cp = GetACP(); in PHP_FUNCTION() local
245 &cp)) { in PHP_FUNCTION()
250 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
/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/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/win32/
H A Dcodepage.c349 if (!cp->name || !cp->name[0]) { in php_win32_cp_get_by_enc()
354 return cp; in php_win32_cp_get_by_enc()
357 if (cp->enc) { in php_win32_cp_get_by_enc()
364 return cp; in php_win32_cp_get_by_enc()
371 return cp; in php_win32_cp_get_by_enc()
529 cp = cur_cp; in php_win32_cp_cli_do_setup()
532 if (!cp) { in php_win32_cp_cli_do_setup()
537 return cp; in php_win32_cp_cli_do_setup()
540 return cp; in php_win32_cp_cli_do_setup()
585 if (!cp) { in PHP_FUNCTION()
[all …]
H A Dinet.c21 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() argument
22 inp->s_addr = inet_addr(cp); in inet_aton()
H A Dinet.h25 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
H A Dcp_enc_map_gen.c5 struct cp { struct
12 static const struct cp cp_map[] = { argument
174 DWORD cp; in main() local
176 struct cp *cur; in main()
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php200 $cp = $i << 6 | $j; variable
201 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
/PHP-7.4/ext/intl/uchar/
H A Duchar.c11 zend_long cp = -1; in convert_cp() local
36 if ((cp < UCHAR_MIN_VALUE) || (cp > UCHAR_MAX_VALUE)) { in convert_cp()
53 UChar32 cp; in IC_METHOD() local
80 UChar32 cp; in IC_METHOD() local
98 UChar32 cp; in IC_METHOD() local
117 UChar32 cp; in IC_METHOD() local
165 UChar32 cp; in IC_METHOD() local
227 UChar32 cp; in ZEND_END_ARG_INFO() local
245 UChar32 cp; in ZEND_END_ARG_INFO() local
464 UChar32 cp; in IC_METHOD() local
[all …]
/PHP-7.4/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
16 var_dump(filter_has_var(INPUT_POST, "cp"));
/PHP-7.4/scripts/
H A Dphpize.in147 (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
148 (cd "$phpdir" && cp $FILES "$builddir")

Completed in 108 milliseconds

12