Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 25 of 53) sorted by relevance

123

/PHP-5.5/ext/standard/
H A Ddns.c449 cp += n; in php_parserr()
485 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr()
521 cp++; in php_parserr()
527 cp++; in php_parserr()
628 cp++; in php_parserr()
726 cp++; in php_parserr()
733 cp++; in php_parserr()
740 cp++; in php_parserr()
952 while (an-- && cp && cp < end) { in PHP_FUNCTION()
965 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
[all …]
H A Dcrypt_sha256.c362 char *cp; in php_sha256_crypt_r() local
464 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
466 cp = __php_mempcpy((void *)cp, (const void *)temp_result, 32); in php_sha256_crypt_r()
468 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()
482 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
484 cp = __php_mempcpy(cp, temp_result, 32); in php_sha256_crypt_r()
486 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()
533 cp += n; in php_sha256_crypt_r()
537 cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in php_sha256_crypt_r()
541 *cp++ = '$'; in php_sha256_crypt_r()
[all …]
H A Dcrypt_sha512.c395 char *cp; in php_sha512_crypt_r() local
498 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
500 cp = __php_mempcpy((void *) cp, (const void *)temp_result, 64); in php_sha512_crypt_r()
503 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r()
517 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
519 cp = __php_mempcpy(cp, temp_result, 64); in php_sha512_crypt_r()
521 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r()
568 cp += n; in php_sha512_crypt_r()
572 cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len)); in php_sha512_crypt_r()
576 *cp++ = '$'; in php_sha512_crypt_r()
[all …]
H A Dflock_compat.c181 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-5.5/ext/bcmath/libbcmath/
H A DMakefile.am9 cp $(srcdir)/doc/bcmath.1 $(distdir)/doc
10 cp $(srcdir)/src/private.h $(distdir)/src
11 cp $(srcdir)/FAQ $(distdir)
/PHP-5.5/ext/ereg/regex/
H A Dregex2.h99 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */ argument
100 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument
101 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
H A Dregcomp.c743 for (cp = cclasses; cp->name != NULL; cp++)
744 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
746 if (cp->name == NULL) {
752 u = cp->chars;
816 for (cp = cnames; cp->name != NULL; cp++)
817 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
1161 mcadd(p, cs, cp) in mcadd() argument
1188 mcsub(cs, cp)
1215 mcin(cs, cp)
1228 mcfind(cs, cp)
[all …]
H A Dregcomp.ih30 static void mcadd(register struct parse *p, register cset *cs, register const unsigned char *cp);
32 static void mcsub(register cset *cs, register unsigned char *cp);
33 static int mcin(register cset *cs, register unsigned char *cp);
34 static unsigned char *mcfind(register cset *cs, register unsigned char *cp);
/PHP-5.5/sapi/isapi/stresstest/
H A Dgetopt.c50 char *cp; in ap_getopt() local
85 if (!(cp = strchr(optstr, argv[ap_optind][optchr]))) in ap_getopt()
99 if (cp[1] == ':') in ap_getopt()
115 return(*cp); in ap_getopt()
126 return(*cp); in ap_getopt()
/PHP-5.5/sapi/milter/
H A Dgetopt.c48 char *cp; in ap_php_getopt() local
83 if (!(cp = strchr(optstr, argv[ap_php_optind][optchr]))) in ap_php_getopt()
97 if (cp[1] == ':') in ap_php_getopt()
113 return(*cp); in ap_php_getopt()
124 return(*cp); in ap_php_getopt()
/PHP-5.5/ext/curl/
H A Dinterface.c1953 CURL *cp; in PHP_FUNCTION() local
1962 cp = curl_easy_init(); in PHP_FUNCTION()
1963 if (!cp) { in PHP_FUNCTION()
1971 ch->cp = cp; in PHP_FUNCTION()
1998 CURL *cp; in PHP_FUNCTION() local
2008 cp = curl_easy_duphandle(ch->cp); in PHP_FUNCTION()
2009 if (!cp) { in PHP_FUNCTION()
2017 dupch->cp = cp; in PHP_FUNCTION()
2982 error = curl_easy_perform(ch->cp); in PHP_FUNCTION()
3310 curl_easy_cleanup(ch->cp); in _php_curl_close_ex()
[all …]
/PHP-5.5/win32/
H A Dinet.c3 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() argument
4 inp->s_addr = inet_addr(cp); in inet_aton()
H A Dinet.h4 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
/PHP-5.5/
H A DMakefile.gcov45 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 Dgenfiles26 cp $f $f.orig
/PHP-5.5/ext/dba/
H A Dinstall_cdb.sh42 cp ../error.o .
51 cp cdb.h uint32.h "$prefix/include"
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl23 cp $(OBJS_LIB) $@
29 cp $(OBJS_LIB) $@
32 cp libphp5. libphp5.a
60 cp Makefile.tmpl Makefile.tmpl.bak \
H A Dconfig.m4148 APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_INSTALL_FILES $APACHE_TARGET"
167cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/s…
192cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/s…
212 …APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_I…
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl23 cp $(OBJS_LIB) $@
29 cp $(OBJS_LIB) $@
32 cp libphp5. libphp5.a
60 cp Makefile.tmpl Makefile.tmpl.bak \
H A Dconfig.m4150 …APACHE_HOOKS_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_HOOKS_INSTALL_FILES $APACHE…
169cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_HOOKS_INSTALL_FILES $APACHE_TARGET; cp $sr…
194cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $APACHE_HOOKS_INSTALL_FILES $APACHE_TARGET; cp $sr…
214 …APACHE_HOOKS_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp5.a; cp $AP…
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_env.c30 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-5.5/scripts/dev/
H A Dconv_z_macros57 < $i > tmp && cp tmp $i
H A Dconv_proto25 cp $tmpfile $file
/PHP-5.5/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
16 var_dump(filter_has_var(INPUT_POST, "cp"));
/PHP-5.5/ext/date/lib/
H A Dtimelib.m449 char *cp = (char *)&one;
51 if (*cp == 0) {

Completed in 51 milliseconds

123