/PHP-5.5/ext/phar/ |
H A D | build_precommand.php | 33 $c = count($f); variable
|
/PHP-5.5/Zend/ |
H A D | zend_language_scanner.l | 27 # 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-5.5/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 269 #define MAX_255(c) 1 argument 636 #define GETUTF8(c, eptr) \ argument 658 #define GETUTF8INC(c, eptr) \ argument 717 #define GETCHAR(c, eptr) \ argument 820 #define GET_EXTRALEN(c) 1 argument 830 #define GETUTF16(c, eptr) \ argument 836 #define GETCHAR(c, eptr) \ argument 908 #define HAS_EXTRALEN(c) (0) argument 909 #define GET_EXTRALEN(c) (0) argument 910 #define NOT_FIRSTCHAR(c) (0) argument [all …]
|
H A D | pcre_compile.c | 1011 pcre_uint32 c; in check_escape() local 1514 pcre_uchar c; in get_ucp() local 2399 register pcre_uchar c; in could_be_empty_branch() local 2918 pcre_uchar c = *code; in get_chr_property_list() local 3123 pcre_uchar c; in compare_opcodes() local 3661 register pcre_uchar c; in auto_possessify() local 4204 pcre_uint32 c; in add_to_class() local 4471 register pcre_uint32 c; in compile_branch() local 8811 register pcre_uint32 c = 0; in find_firstassertedchar() local 9114 pcre_uint32 c = 0; in pcre_compile2() local [all …]
|
H A D | pcre_valid_utf8.c | 120 register pcre_uchar ab, c, d; in PRIV() local
|
/PHP-5.5/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 99 int mbfl_filt_conv_html_enc(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_html_enc() 179 int mbfl_filt_conv_html_dec(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_html_dec()
|
H A D | mbfilter_sjis_2004.c | 134 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 D | mbfilter_sjis_mac.c | 132 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 D | mbfilter_iso2022jp_2004.c | 78 static int mbfl_filt_ident_2022jp_2004(int c, mbfl_identify_filter *filter) in mbfl_filt_ident_2022jp_2004()
|
/PHP-5.5/ext/standard/ |
H A D | quot_print.c | 37 static char php_hex2int(int c) /* {{{ */ in php_hex2int() 151 unsigned char c, *ret, *d; in php_quot_print_encode() local
|
H A D | iptc.c | 87 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_put1() 102 int c; in php_iptc_get1() local 156 int c; in php_iptc_next_marker() local
|
H A D | php_smart_str_public.h | 27 char *c; member
|
H A D | url.c | 454 int c; in php_htoi() local 489 register unsigned char c; in php_url_encode() local 751 char c; local
|
/PHP-5.5/ext/ereg/regex/ |
H A D | regex2.h | 96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument 97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument 98 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument 140 #define ISWORD(c) (isalnum(c) || (c) == '_') argument
|
H A D | utils.h | 22 #define memmove(d, s, c) bcopy(s, d, c) argument
|
/PHP-5.5/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter_pass.c | 61 int mbfl_filt_conv_pass(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_pass()
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_arc.c | 17 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 D | gd_io.c | 43 void Putchar (int c, gdIOCtx * ctx) in Putchar() 48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC()
|
H A D | gd.c | 535 int c; in gdImageColorResolveAlpha() local 1272 #define BLEND_COLOR(a, nc, c, cc) \ argument 1818 int c = gdImageGetPixel(im, i, y - 1); in gdImageFillToBorder() local 1834 int c = gdImageGetPixel(im, i, y + 1); in gdImageFillToBorder() local 1910 int ix = x, iy = y, c; in gdImageFill() local 2165 int c; in gdImageCopy() local 2264 int c, dc; in gdImageCopyMerge() local 2304 int c, dc; in gdImageCopyMergeGray() local 2358 int c; in gdImageCopyResized() local 3055 const unsigned char c = *(src_row + x); in gdImagePaletteToTrueColor() local [all …]
|
/PHP-5.5/ext/intl/collator/ |
H A D | collator_is_numeric.c | 37 UChar c = *u; in collator_u_strtod() local 135 register UChar c; local
|
/PHP-5.5/ext/mbstring/oniguruma/enc/ |
H A D | utf8.c | 41 #define utf8_islead(c) ((UChar )((c) & 0xc0) != 0x80) argument 96 int c, len; in mbc_to_code() local
|
/PHP-5.5/ext/hash/ |
H A D | hash_sha.c | 181 #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-5.5/ext/bcmath/libbcmath/src/ |
H A D | debug.c | 44 out_char (int c) in out_char()
|
/PHP-5.5/ext/mbstring/libmbfl/tests/ |
H A D | strwidth.c | 44 const int c = fgetc(stdin); in main() local
|
/PHP-5.5/win32/ |
H A D | strtoi64.c | 14 char c; in _strtoi64() local
|