/PHP-7.0/ext/standard/ |
H A D | dns.c | 490 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr() 526 cp++; in php_parserr() 532 cp++; in php_parserr() 544 cp++; in php_parserr() 548 cp++; in php_parserr() 651 cp++; in php_parserr() 749 cp++; in php_parserr() 756 cp++; in php_parserr() 978 while (an-- && cp && cp < end) { in PHP_FUNCTION() 991 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION() [all …]
|
H A D | crypt_sha256.c | 356 char *cp; in php_sha256_crypt_r() local 458 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r() 460 cp = __php_mempcpy((void *)cp, (const void *)temp_result, 32); in php_sha256_crypt_r() 462 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r() 476 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r() 478 cp = __php_mempcpy(cp, temp_result, 32); in php_sha256_crypt_r() 480 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r() 527 cp += n; in php_sha256_crypt_r() 531 cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in php_sha256_crypt_r() 535 *cp++ = '$'; in php_sha256_crypt_r() [all …]
|
H A D | crypt_sha512.c | 389 char *cp; in php_sha512_crypt_r() local 492 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r() 494 cp = __php_mempcpy((void *) cp, (const void *)temp_result, 64); in php_sha512_crypt_r() 497 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r() 511 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r() 513 cp = __php_mempcpy(cp, temp_result, 64); in php_sha512_crypt_r() 515 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r() 562 cp += n; in php_sha512_crypt_r() 566 cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len)); in php_sha512_crypt_r() 570 *cp++ = '$'; in php_sha512_crypt_r() [all …]
|
H A D | flock_compat.c | 181 int inet_aton(const char *cp, struct in_addr *ap) in inet_aton() argument 187 register char cc = *cp; in inet_aton() 220 } while (*cp++) ; in inet_aton()
|
/PHP-7.0/ext/intl/uchar/ |
H A D | uchar.c | 10 zend_long cp = -1; in convert_cp() local 26 if ((cp < UCHAR_MIN_VALUE) || (cp > UCHAR_MAX_VALUE)) { in convert_cp() 43 UChar32 cp; in IC_METHOD() local 70 UChar32 cp; in IC_METHOD() local 88 UChar32 cp; in IC_METHOD() local 107 UChar32 cp; in IC_METHOD() local 155 UChar32 cp; in IC_METHOD() local 217 UChar32 cp; in ZEND_END_ARG_INFO() local 235 UChar32 cp; in ZEND_END_ARG_INFO() local 454 UChar32 cp; in IC_METHOD() local [all …]
|
/PHP-7.0/ext/bcmath/libbcmath/ |
H A D | Makefile.am | 9 cp $(srcdir)/doc/bcmath.1 $(distdir)/doc 10 cp $(srcdir)/src/private.h $(distdir)/src 11 cp $(srcdir)/FAQ $(distdir)
|
/PHP-7.0/win32/ |
H A D | inet.c | 21 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 D | inet.h | 23 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
|
/PHP-7.0/ext/curl/ |
H A D | interface.c | 1957 CURL *cp; in PHP_FUNCTION() local 1965 cp = curl_easy_init(); in PHP_FUNCTION() 1966 if (!cp) { in PHP_FUNCTION() 1973 ch->cp = cp; in PHP_FUNCTION() 1997 CURL *cp; in PHP_FUNCTION() local 2009 cp = curl_easy_duphandle(ch->cp); in PHP_FUNCTION() 2010 if (!cp) { in PHP_FUNCTION() 2017 dupch->cp = cp; in PHP_FUNCTION() 3019 error = curl_easy_perform(ch->cp); in PHP_FUNCTION() 3357 curl_easy_cleanup(ch->cp); in _php_curl_close_ex() [all …]
|
H A D | multi.c | 100 RETURN_LONG((zend_long)curl_multi_add_handle(mh->multi, ch->cp)); in PHP_FUNCTION() 153 RETVAL_LONG((zend_long)curl_multi_remove_handle(mh->multi, ch->cp)); in PHP_FUNCTION() 318 if (ch->cp == tmp_msg->easy_handle) { in PHP_FUNCTION()
|
/PHP-7.0/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 8 function unicode_info($cp) { 24 $ncp = IntlChar::ord($cp); 30 IntlChar::hasBinaryProperty($cp, $prop) ? "true" : "false" 35 var_dump(IntlChar::$method($cp)); 37 echo " charAge(): ", implode('.', IntlChar::charAge($cp)), "\n"; 43 foreach($codepoints as $cp) { 44 unicode_info($cp); 47 IntlChar::enumCharNames(0x2600, 0x2610, function($cp, $nc, $name) { 48 printf("U+%04x %s\n", $cp, $name);
|
/PHP-7.0/ |
H A D | Makefile.gcov | 45 cp $$x.gcno lcov_data/$$y.gcno ; \ 48 cp $$x.gcda lcov_data/$$y.gcda ; \ 51 cp $$x.da lcov_data/$$y.da ; \ 54 cp $$x.bb lcov_data/$$y.bb ; \ 57 cp $$x.bbg lcov_data/$$y.bbg ; \
|
H A D | genfiles | 26 cp $f $f.orig
|
/PHP-7.0/ext/dba/ |
H A D | install_cdb.sh | 42 cp ../error.o . 51 cp cdb.h uint32.h "$prefix/include"
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_env.c | 30 char *cp; in setenv() local 36 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) { in setenv() 39 sprintf(cp, "%s=%s", name, value); in setenv() 40 return putenv(cp); in setenv()
|
/PHP-7.0/build/ |
H A D | build.mk | 45 cd .. && cp -rp $$myname $$distname; \ 49 test -d $$i || (test -d ../$$i && cp -rp ../$$i $$i); \
|
/PHP-7.0/ext/filter/tests/ |
H A D | 040.phpt | 8 ap[]=1&bp=test&cp= 16 var_dump(filter_has_var(INPUT_POST, "cp"));
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_dotnet.c | 199 zend_long cp = GetACP(); in PHP_FUNCTION() local 249 &cp)) { in PHP_FUNCTION() 254 if (Z_L(0) > cp || ZEND_LONG_INT_OVFL(cp)) { in PHP_FUNCTION() 258 obj->code_page = (int)cp; in PHP_FUNCTION()
|
H A D | com_com.c | 55 zend_long cp = GetACP(); in PHP_FUNCTION() local 63 &cp, &typelib_name, &typelib_name_len) && in PHP_FUNCTION() 66 &module_name, &module_name_len, &server_params, &cp, in PHP_FUNCTION() 73 if (Z_L(0) > cp || ZEND_LONG_INT_OVFL(cp)) { in PHP_FUNCTION() 77 obj->code_page = (int)cp; in PHP_FUNCTION()
|
/PHP-7.0/ext/date/lib/ |
H A D | timelib.m4 | 49 char *cp = (char *)&one; 51 if (*cp == 0) {
|
/PHP-7.0/scripts/dev/ |
H A D | phpextdist | 20 cp -rp $myname $distname
|
/PHP-7.0/scripts/ |
H A D | phpize.in | 147 (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build) 148 (cd "$phpdir" && cp $FILES "$builddir")
|
/PHP-7.0/ext/pdo_firebird/ |
H A D | firebird_statement.c | 204 char *cp; in firebird_stmt_describe() local 212 cp = ZSTR_VAL(col->name); in firebird_stmt_describe() 214 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe() 215 cp += var->relname_length; in firebird_stmt_describe() 216 *cp++ = '.'; in firebird_stmt_describe() 218 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe() 219 *(cp+var->aliasname_length) = '\0'; in firebird_stmt_describe()
|
/PHP-7.0/ext/standard/html_tables/ |
H A D | html_table_gen.php | 201 $cp = $i << 6 | $j; variable 202 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
|
/PHP-7.0/pear/ |
H A D | Makefile.frag | 21 cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
|