Home
last modified time | relevance | path

Searched defs:c (Results 176 – 200 of 275) sorted by relevance

1234567891011

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dbig5.c140 const UChar c = *s; in big5_is_allowed_reverse_match() local
/PHP-5.5/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-5.5/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h37 # 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 Dstring.c166 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 Dpack.c143 char c = format[i]; in PHP_FUNCTION() local
550 char c; in PHP_FUNCTION() local
/PHP-5.5/Zend/
H A Dzend_ptr_stack.h85 …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 Dzend_operators.h113 #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 Dzend_stream.c157 int c = '*'; local
H A Dzend_gc.h56 #define GC_SET_COLOR(v, c) \ argument
71 #define GC_ZVAL_SET_COLOR(v, c) \ argument
/PHP-5.5/main/
H A Dsnprintf.c74 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 Dphp_output.h166 #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 Dphp_cli.c624 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 Dxbm.c176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_interpolation.c70 #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 Dfirebird_driver.c280 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 Dreadcdf.c146 char *c, *ec; local
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h69 #define CH_VAL(c) (c - '0') argument
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) argument
/PHP-5.5/ext/ereg/
H A Dereg.c215 #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 Dsplit.c16 register char c; /* latest character */ local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c28 unsigned char c; in uconv() local
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c81 #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 Dzend_accelerator_blacklist.c95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_children.c303 struct fpm_child_s *c; in fpm_resources_prepare() local
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h67 #define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
81 #define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument

Completed in 109 milliseconds

1234567891011