Home
last modified time | relevance | path

Searched defs:c (Results 101 – 125 of 293) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8_mobile.c191 int mbfl_filt_conv_utf8_mobile_wchar(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_utf8_mobile_wchar()
294 int mbfl_filt_conv_wchar_utf8_mobile(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_wchar_utf8_mobile()
H A Dmbfilter_sjis_2004.c134 mbfl_filt_conv_jis2004_wchar(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_jis2004_wchar()
485 mbfl_filt_conv_wchar_jis2004(int c, mbfl_convert_filter *filter) { in mbfl_filt_conv_wchar_jis2004()
H A Dmbfilter_sjis_mac.c132 mbfl_filt_conv_sjis_mac_wchar(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_sjis_mac_wchar()
280 mbfl_filt_conv_wchar_sjis_mac(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_wchar_sjis_mac()
H A Dmbfilter_htmlent.c100 int mbfl_filt_conv_html_enc(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_html_enc()
180 int mbfl_filt_conv_html_dec(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_html_dec()
H A Dmbfilter_iso2022jp_2004.c78 static int mbfl_filt_ident_2022jp_2004(int c, mbfl_identify_filter *filter) in mbfl_filt_ident_2022jp_2004()
/PHP-7.2/ext/intl/collator/
H A Dcollator_is_numeric.c26 UChar c = *u; in collator_u_strtod() local
124 register UChar c; local
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.c289 int mbfl_filt_ident_false(int c, mbfl_identify_filter *filter) in mbfl_filt_ident_false()
301 int mbfl_filt_ident_true(int c, mbfl_identify_filter *filter) in mbfl_filt_ident_true()
H A Dmbfilter_pass.c61 int mbfl_filt_conv_pass(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_pass()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h265 #define MAX_255(c) 1 argument
632 #define GETUTF8(c, eptr) \ argument
654 #define GETUTF8INC(c, eptr) \ argument
713 #define GETCHAR(c, eptr) \ argument
816 #define GET_EXTRALEN(c) 1 argument
826 #define GETUTF16(c, eptr) \ argument
832 #define GETCHAR(c, eptr) \ argument
904 #define HAS_EXTRALEN(c) (0) argument
905 #define GET_EXTRALEN(c) (0) argument
906 #define NOT_FIRSTCHAR(c) (0) argument
[all …]
H A Dpcre_compile.c1012 pcre_uint32 c; in check_escape() local
1515 pcre_uchar c; in get_ucp() local
2400 register pcre_uchar c; in could_be_empty_branch() local
2919 pcre_uchar c = *code; in get_chr_property_list() local
3124 pcre_uchar c; in compare_opcodes() local
3662 register pcre_uchar c; in auto_possessify() local
4205 pcre_uint32 c; in add_to_class() local
4472 register pcre_uint32 c; in compile_branch() local
8874 register pcre_uint32 c = 0; in find_firstassertedchar() local
9177 pcre_uint32 c = 0; in pcre_compile2() local
[all …]
H A Dpcre_valid_utf8.c120 register pcre_uchar ab, c, d; in PRIV() local
/PHP-7.2/Zend/tests/bug67436/
H A Dc.php3 class c { class
/PHP-7.2/ext/standard/
H A Dquot_print.c37 static char php_hex2int(int c) /* {{{ */ in php_hex2int()
151 unsigned char c, *d; in php_quot_print_encode() local
H A Diptc.c87 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf) in php_iptc_put1()
102 int c; in php_iptc_get1() local
156 int c; in php_iptc_next_marker() local
/PHP-7.2/ext/phar/
H A Dbuild_precommand.php33 $c = count($f); variable
/PHP-7.2/ext/gd/libgd/
H A Dgd.c571 int c; in gdImageColorResolveAlpha() local
1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
1855 int c = gdImageGetPixel(im, i, y - 1); in gdImageFillToBorder() local
1871 int c = gdImageGetPixel(im, i, y + 1); in gdImageFillToBorder() local
1947 int ix = x, iy = y, c; in gdImageFill() local
2252 int c; in gdImageCopy() local
2333 int c, dc; in gdImageCopyMerge() local
2373 int c, dc; in gdImageCopyMergeGray() local
2427 int c; in gdImageCopyResized() local
3129 const unsigned char c = *(src_row + x); in gdImagePaletteToTrueColor() local
[all …]
H A Dgd.h95 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) argument
96 #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) argument
97 #define gdTrueColorGetGreen(c) (((c) & 0x00FF00) >> 8) argument
98 #define gdTrueColorGetBlue(c) ((c) & 0x0000FF) argument
742 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \ argument
744 #define gdImageGreen(im, c) ((im)->trueColor ? gdTrueColorGetGreen(c) : \ argument
746 #define gdImageBlue(im, c) ((im)->trueColor ? gdTrueColorGetBlue(c) : \ argument
748 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \ argument
H A Dgd_rotate.c208 int c,r,g,b,a; in gdImageRotate90() local
255 int c,r,g,b,a; in gdImageRotate180() local
303 int c,r,g,b,a; in gdImageRotate270() local
/PHP-7.2/Zend/
H A Dzend_language_scanner.l27 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
29 # define YYDEBUG(s, c) argument
108 #define HANDLE_NEWLINE(c) \ argument
119 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… argument
121 #define ZEND_IS_OCT(c) ((c)>='0' && (c)<='7') argument
122 #define ZEND_IS_HEX(c) (((c)>='0' && (c)<='9') || ((c)>='a' && (c)<='f') || ((c)>='A' && (c)<='F')) argument
H A Dzend_smart_string.h41 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b)) argument
43 #define SMART_STRING_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
61 #define smart_string_appendc(str, c) \ argument
H A Dzend_smart_string_public.h28 char *c; member
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c240 #define LOWER(c) (unsigned char)(c | 0x20) argument
241 #define TOKEN(c) tokens[(unsigned char)c] argument
262 signed char c; in php_http_parser_execute() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_help.c185 const phpdbg_command_t *c; in get_command() local
284 const phpdbg_command_t *c, *c_sub; in PHPDBG_HELP() local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c365 int c; in str_end_cmp() local
1541 OnigCodePoint c; in onig_scan_unsigned_number() local
1568 OnigCodePoint c; in scan_unsigned_hexadecimal_number() local
1596 OnigCodePoint c; in scan_unsigned_octal_number() local
2153 QtfrNode *p, *c; in onig_reduce_nested_quantifier() local
2235 int c; member
2273 OnigCodePoint c; in fetch_range_quantifier() local
2365 OnigCodePoint c; in fetch_escaped_value() local
3116 OnigCodePoint c; in fetch_token() local
3849 int c, r; in add_ctype_to_cc() local
[all …]
/PHP-7.2/ext/hash/
H A Dhash_sha.c182 #define FF(a, b, c, d, e, w) { \ argument
187 #define GG(a, b, c, d, e, w) { \ argument
192 #define HH(a, b, c, d, e, w) { \ argument
197 #define II(a, b, c, d, e, w) { \ argument
225 uint32_t a = state[0], b = state[1], c = state[2]; in SHA1Transform() local
485 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
795 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local

Completed in 131 milliseconds

12345678910>>...12