/PHP-5.5/ext/mbstring/oniguruma/enc/ |
H A D | big5.c | 140 const UChar c = *s; in big5_is_allowed_reverse_match() local
|
/PHP-5.5/TSRM/ |
H A D | tsrm_nw.c | 47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
|
/PHP-5.5/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 37 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument 80 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
|
/PHP-5.5/ext/standard/ |
H A D | string.c | 166 char c = old[j++]; in php_hex2bin() local 759 unsigned char c; in php_charmask() local 1362 unsigned char *c, *e; in php_strtoupper() local 1396 unsigned char *c, *e; in php_strtolower() local 1430 char *ret = NULL, *c, *comp, *cend; local 1656 register char c = *p; local 1674 register char c = *s1; local 2617 char c; local 2683 long c; local 3511 char c; local [all …]
|
H A D | pack.c | 143 char c = format[i]; in PHP_FUNCTION() local 550 char c; in PHP_FUNCTION() local
|
/PHP-5.5/Zend/ |
H A D | zend_ptr_stack.h | 85 …c zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void **c) in zend_ptr_stack_3_pop()
|
H A D | zend_operators.h | 113 #define ZEND_IS_DIGIT(c) ((c) >= '0' && (c) <= '9') argument 114 #define ZEND_IS_XDIGIT(c) (((c) >= 'A' && (c) <= 'F') || ((c) >= 'a' && (c) <= 'f')) argument 305 static inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
|
H A D | zend_stream.c | 157 int c = '*'; local
|
H A D | zend_gc.h | 56 #define GC_SET_COLOR(v, c) \ argument 71 #define GC_ZVAL_SET_COLOR(v, c) \ argument
|
/PHP-5.5/main/ |
H A D | snprintf.c | 74 char *p, *rve, c; in __cvt() local 532 #define INS_CHAR(c, sp, bep, cc) \ argument 541 #define NUM( c ) ( c - '0' ) argument
|
H A D | php_output.h | 166 #define PUTC(c) (php_output_write(&(c), 1 TSRMLS_CC), (c)) argument 167 #define PUTC_H(c) (php_output_write_unbuffered(&(c), 1 TSRMLS_CC), (c)) argument
|
/PHP-5.5/sapi/cli/ |
H A D | php_cli.c | 624 int c; in cli_seek_file_begin() local 661 int c; in do_cli() local 1210 int c; in WinMain() local
|
/PHP-5.5/ext/gd/libgd/ |
H A D | xbm.c | 176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
|
H A D | gd_interpolation.c | 70 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument 74 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument 529 double a, b, c, d; in filter_bspline() local 639 register int c = src->tpixels[y][x]; in _setEdgePixel() local 647 const int c = im->tpixels[y][x]; in getPixelOverflowTC() local 693 #define colorIndex2RGBA(c) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[… argument 698 const int c = im->pixels[y][x]; in getPixelOverflowPalette() local 1187 const int c = im->tpixels[y][x]; in getPixelOverflowColorTC() local 1621 register int c; in gdImageScaleBicubicFixed() local 1790 register int c = getPixelInterpolated(src, n, m, bgColor); in gdImageRotateGeneric() local [all …]
|
/PHP-5.5/ext/pdo_firebird/ |
H A D | firebird_driver.c | 280 char *c; in firebird_handle_quoter() local 398 char *c, *new_sql, in_quote, in_param, pname[64], *ppname; in firebird_alloc_prepare_stmt() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 146 char *c, *ec; local
|
/PHP-5.5/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 69 #define CH_VAL(c) (c - '0') argument
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_source_pkware.c | 54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) argument
|
/PHP-5.5/ext/ereg/ |
H A D | ereg.c | 215 #define regcomp(a, b, c) _php_regcomp(a, b, c TSRMLS_CC) argument 735 unsigned char c; in PHP_FUNCTION() local
|
/PHP-5.5/ext/ereg/regex/ |
H A D | split.c | 16 register char c; /* latest character */ local
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | testu.c | 28 unsigned char c; in uconv() local
|
/PHP-5.5/ext/date/lib/ |
H A D | parse_iso_intervals.c | 81 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument 84 #define YYDEBUG(s,c) argument
|
/PHP-5.5/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_children.c | 303 struct fpm_child_s *c; in fpm_resources_prepare() local
|
/PHP-5.5/ext/mssql/ |
H A D | php_mssql.h | 67 #define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument 81 #define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
|