Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 4053) sorted by last modified time

12345678910>>...163

/PHP-7.4/
H A DNEWS28 (c dot fol at ambionics dot io)
745 . Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
1198 . Fixed bug #79015 (undefined-behavior in php_date.c). (cmb)
1459 . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
1775 . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
1996 . Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
2042 . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
2151 . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
2655 . Fixed bug #76594 (Bus Error due to unaligned access in zend_ini.c
2677 . Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion
[all …]
H A Dconfigure.ac1478 php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
1479 strlcat.c explicit_bzero.c mergesort.c reentrancy.c php_variables.c php_ticks.c \
1485 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
1486 plain_wrapper.c userspace.c transports.c xp_socket.c mmap.c \
1495 zend_alloc.c zend_compile.c zend_constants.c zend_dtrace.c \
1497 zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
1498 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
1500 zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c zend_stream.c \
1501 zend_iterators.c zend_interfaces.c zend_exceptions.c zend_strtod.c zend_gc.c \
1502 zend_closures.c zend_weakrefs.c zend_float.c zend_string.c zend_signal.c zend_generators.c \
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c636 ZEND_ARG_INFO(0, c)
645 ZEND_ARG_INFO(0, c)
2056 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
2057 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()
2113 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
2114 gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c))); in PHP_FUNCTION()
3199 int x, y, c; in PHP_FUNCTION() local
3203 c = gdImageGetPixel(im, x, y); in PHP_FUNCTION()
3209 gdTrueColorGetAlpha(c) in PHP_FUNCTION()
3680 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in php_gdimagecharup()
[all …]
/PHP-7.4/ext/phar/
H A Dphar.c1549 const char *c; in phar_strnstr() local
1556 c = buf - 1; in phar_strnstr()
1559 if (!(c = memchr(c + 1, search[0], buf_len - search_len - so_far))) { in phar_strnstr()
1563 so_far = c - buf; in phar_strnstr()
1569 if (!memcmp(c, search, search_len)) { in phar_strnstr()
1570 return (char *) c; in phar_strnstr()
2081 #define IS_BACKSLASH(c) ((c) == '/') argument
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2740 c; /* Current character */ in PHP_FUNCTION() local
2765 c = *p; in PHP_FUNCTION()
2766 switch(c) { in PHP_FUNCTION()
2796 if (c == delim_char) { in PHP_FUNCTION()
2815 c = *p; in PHP_FUNCTION()
2816 switch(c) { in PHP_FUNCTION()
2839 *q++ = c; in PHP_FUNCTION()
2850 if (c == delim_char) { in PHP_FUNCTION()
2853 *q++ = c; in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_string.h71 #define ZSTR_CHAR(c) zend_one_char_string[c] in END_EXTERN_C() argument
328 #define zend_string_equals_literal_ci(str, c) \ argument
329 …(ZSTR_LEN(str) == sizeof(c) - 1 && !zend_binary_strcasecmp(ZSTR_VAL(str), ZSTR_LEN(str), (c), size…
H A Dzend_smart_str.c67 char c = s[i]; in zend_compute_escaped_string_len() local
68 if (c == '\n' || c == '\r' || c == '\t' || in zend_compute_escaped_string_len()
69 c == '\f' || c == '\v' || c == '\\' || c == VK_ESCAPE) { in zend_compute_escaped_string_len()
71 } else if (c < 32 || c > 126) { in zend_compute_escaped_string_len()
88 if (c < 32 || c == '\\' || c > 126) { in smart_str_append_escaped()
90 switch (c) { in smart_str_append_escaped()
112 *res++ = c; in smart_str_append_escaped()
131 if (!str->c) { in _smart_string_alloc_persistent()
145 str->c = perealloc(str->c, str->a + 1, 1); in _smart_string_alloc_persistent()
151 if (!str->c) { in _smart_string_alloc()
[all …]
/PHP-7.4/main/streams/
H A Dstreams.c798 PHPAPI int _php_stream_putc(php_stream *stream, int c) in _php_stream_putc() argument
800 unsigned char buf = c; in _php_stream_putc()
/PHP-7.4/azure/i386/
H A Djob.yml85 #sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
86 #sudo -u postgres psql -c "CREATE DATABASE test;"
/PHP-7.4/ext/openssl/
H A Dconfig0.m421 PHP_NEW_EXTENSION(openssl, openssl.c xp_ssl.c, $ext_shared)
/PHP-7.4/ext/standard/
H A Darray.c4775 int arr_argc, i, c = 0; local
4944 c = 1;
4972 if (c) /* here we get if not all are equal */
4976 if (c) {
5186 int arr_argc, i, c; local
5337 c = 1;
5341 … while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = diff_data_compare_func(ptrs[0], ptrs[i])))) {
5345 while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {
5349 if (!c) {
5365 c = -1;
[all …]
/PHP-7.4/ext/libxml/
H A Dlibxml.c1195 unsigned char c; in php_libxml_xmlCheckUTF8() local
1197 for (i = 0; (c = s[i++]);) { in php_libxml_xmlCheckUTF8()
1198 if ((c & 0x80) == 0) { in php_libxml_xmlCheckUTF8()
1199 } else if ((c & 0xe0) == 0xc0) { in php_libxml_xmlCheckUTF8()
1203 } else if ((c & 0xf0) == 0xe0) { in php_libxml_xmlCheckUTF8()
1207 } else if ((c & 0xf8) == 0xf0) { in php_libxml_xmlCheckUTF8()
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c429 static inline ssize_t zlog_stream_buf_copy_char(struct zlog_stream *stream, char c) /* {{{ */ in zlog_stream_buf_copy_char() argument
435 stream->buf.data[stream->len++] = c; in zlog_stream_buf_copy_char()
H A Dfpm_children.c310 struct fpm_child_s *c; in fpm_resources_prepare() local
312 c = fpm_child_alloc(); in fpm_resources_prepare()
314 if (!c) { in fpm_resources_prepare()
319 c->wp = wp; in fpm_resources_prepare()
320 c->fd_stdout = -1; c->fd_stderr = -1; in fpm_resources_prepare()
322 if (0 > fpm_stdio_prepare_pipes(c)) { in fpm_resources_prepare()
323 fpm_child_free(c); in fpm_resources_prepare()
327 if (0 > fpm_scoreboard_proc_alloc(c)) { in fpm_resources_prepare()
328 fpm_stdio_discard_pipes(c); in fpm_resources_prepare()
329 fpm_child_free(c); in fpm_resources_prepare()
[all …]
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp107 static const UChar c = 0; in getText() local
108 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1390 int c; in PHP_INI_MH() local
1407 c = strtol(ZSTR_VAL(new_value), &endptr, 0); in PHP_INI_MH()
1409 MBSTRG(filter_illegal_substchar) = c; in PHP_INI_MH()
1410 MBSTRG(current_filter_illegal_substchar) = c; in PHP_INI_MH()
2148 #define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0) argument
2149 #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0) argument
2328 static int mbfl_split_output(int c, void *data) in mbfl_split_output() argument
5272 if ((unsigned char)*p == (unsigned char)c) { in php_mb_safe_strrchr_ex()
5287 if ((unsigned char)*p == (unsigned char)c) { in php_mb_safe_strrchr_ex()
5303 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr() argument
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug79015.phpt2 Bug #79015 (undefined-behavior in php_date.c)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c669 if (c < 0x800 || (c >= 0xd800 && c < 0xe000)) \
732 if (c < 0x800 || (c >= 0xd800 && c < 0xe000)) \
792 if (c < 0xd800 || c >= 0xe000) \
3458 return c != UCD_OTHERCASE(c); in char_has_othercase()
3460 return common->fcc[c] != c; in char_has_othercase()
3465 return MAX_255(c) ? common->fcc[c] != c : FALSE; in char_has_othercase()
7377 if (c > max) max = c; in compile_xclass_matchingpath()
7378 if (c < min) min = c; in compile_xclass_matchingpath()
7387 if (c < min) min = c; in compile_xclass_matchingpath()
7389 if (c > max) max = c; in compile_xclass_matchingpath()
[all …]
/PHP-7.4/build/
H A Dconfig.sub1192 | c[123]* | c30 | [cjt]90 | c4x \
/PHP-7.4/ext/gd/libgd/
H A Dgd.c350 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
354 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
571 int c; in gdImageColorResolveAlpha() local
581 for (c = 0; c < im->colorsTotal; c++) in gdImageColorResolveAlpha()
1471 c = ASC (c); in gdImageChar()
1499 c = ASC (c); in gdImageCharUp()
1861 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1878 if ((c != border) && (c != color)) { in gdImageFillToBorder()
2321 nc = gdImageColorResolveAlpha (dst, src->red[c], src->green[c], src->blue[c], src->alpha[c]); in gdImageCopy()
3130 *(dst_row + x) = gdTrueColorAlpha(src->red[c], src->green[c], src->blue[c], src->alpha[c]); in gdImagePaletteToTrueColor()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1 diff -u libmagic.orig/apprentice.c libmagic/apprentice.c
197 len = (ms->c.len = 10) * sizeof(*ms->c.li);
975 diff -u libmagic.orig/ascmagic.c libmagic/ascmagic.c
1006 diff -u libmagic.orig/buffer.c libmagic/buffer.c
1063 diff -u libmagic.orig/cdf.c libmagic/cdf.c
1546 diff -u libmagic.orig/der.c libmagic/der.c
1940 diff -u libmagic.orig/fsmagic.c libmagic/fsmagic.c
2233 diff -u libmagic.orig/funcs.c libmagic/funcs.c
2589 diff -u libmagic.orig/magic.c libmagic/magic.c
3065 diff -u libmagic.orig/print.c libmagic/print.c
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c328 unichar c; in file_looks_utf8() local
352 c = buf[i] & 0x1f; in file_looks_utf8()
355 c = buf[i] & 0x0f; in file_looks_utf8()
358 c = buf[i] & 0x07; in file_looks_utf8()
361 c = buf[i] & 0x03; in file_looks_utf8()
364 c = buf[i] & 0x01; in file_looks_utf8()
377 c = (c << 6) + (buf[i] & 0x3f); in file_looks_utf8()
381 ubuf[(*ulen)++] = c; in file_looks_utf8()
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt9 * Source code: ext/fileinfo/fileinfo.c
/PHP-7.4/ext/date/lib/
H A Dparse_date.re4 * Copyright (c) 2015-2019 Derick Rethans
5 * Copyright (c) 2018 MongoDB, Inc.
121 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
124 #define YYDEBUG(s,c)
128 unsigned int c; /* Number of elements */
872 for (i = 0; i < arg.c; i++) { \
2519 * vim: syntax=c
H A Dparse_date.c123 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
126 #define YYDEBUG(s,c) argument
130 unsigned int c; /* Number of elements */ member
874 for (i = 0; i < arg.c; i++) { \

Completed in 223 milliseconds

12345678910>>...163