Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/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.c1009 pcre_uint32 c; in check_escape() local
1512 pcre_uchar c; in get_ucp() local
2397 register pcre_uchar c; in could_be_empty_branch() local
2916 pcre_uchar c = *code; in get_chr_property_list() local
3121 pcre_uchar c; in compare_opcodes() local
3659 register pcre_uchar c; in auto_possessify() local
4202 pcre_uint32 c; in add_to_class() local
4469 register pcre_uint32 c; in compile_branch() local
8814 register pcre_uint32 c = 0; in find_firstassertedchar() local
9117 pcre_uint32 c = 0; in pcre_compile2() local
[all …]
H A Dpcre_valid_utf8.c118 register pcre_uchar ab, c, d; in PRIV() local
/PHP-7.0/Zend/tests/bug67436/
H A Dc.php3 class c { class
/PHP-7.0/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 Dphp_smart_string.h47 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b)) argument
49 #define SMART_STRING_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
85 #define smart_string_appendc(dest, c) \ argument
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
H A Durl.c417 int c; in php_htoi() local
452 register unsigned char c; in php_url_encode() local
698 char c; local
/PHP-7.0/ext/phar/
H A Dbuild_precommand.php33 $c = count($f); variable
/PHP-7.0/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
/PHP-7.0/ext/mbstring/libmbfl/filters/
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_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_iso2022jp_2004.c78 static int mbfl_filt_ident_2022jp_2004(int c, mbfl_identify_filter *filter) in mbfl_filt_ident_2022jp_2004()
/PHP-7.0/ext/gd/libgd/
H A Dgd_arc.c17 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse()
56 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse()
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
H A Dgd.c533 int c; in gdImageColorResolveAlpha() local
1272 #define BLEND_COLOR(a, nc, c, cc) \ argument
1798 int c = gdImageGetPixel(im, i, y - 1); in gdImageFillToBorder() local
1814 int c = gdImageGetPixel(im, i, y + 1); in gdImageFillToBorder() local
1890 int ix = x, iy = y, c; in gdImageFill() local
2199 int c; in gdImageCopy() local
2280 int c, dc; in gdImageCopyMerge() local
2320 int c, dc; in gdImageCopyMergeGray() local
2374 int c; in gdImageCopyResized() local
3084 const unsigned char c = *(src_row + x); in gdImagePaletteToTrueColor() local
[all …]
H A Dgd_io.c43 void Putchar (int c, gdIOCtx * ctx) in Putchar()
48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC()
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_pass.c61 int mbfl_filt_conv_pass(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_pass()
/PHP-7.0/ext/intl/collator/
H A Dcollator_is_numeric.c37 UChar c = *u; in collator_u_strtod() local
135 register UChar c; local
/PHP-7.0/ext/hash/
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
224 php_hash_uint32 a = state[0], b = state[1], c = state[2]; in SHA1Transform() local
482 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
792 php_hash_uint64 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
/PHP-7.0/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.0/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.0/ext/mbstring/oniguruma/enc/
H A Dutf8.c41 #define utf8_islead(c) ((UChar )((c) & 0xc0) != 0x80) argument
96 int c, len; in mbc_to_code() local
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c318 int c; in str_end_cmp() local
1591 OnigCodePoint c; in onig_scan_unsigned_number() local
1618 OnigCodePoint c; in scan_unsigned_hexadecimal_number() local
1646 OnigCodePoint c; in scan_unsigned_octal_number() local
2202 QtfrNode *p, *c; in onig_reduce_nested_quantifier() local
2284 int c; member
2322 OnigCodePoint c; in fetch_range_quantifier() local
2412 OnigCodePoint c; in fetch_escaped_value() local
3129 OnigCodePoint c; in fetch_token() local
3832 int c, r; in add_ctype_to_cc() local
[all …]

Completed in 99 milliseconds

12345678910>>...12