Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/Zend/
H A Dzend_ini_scanner.l37 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
39 # define YYDEBUG(s, c) argument
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_stream.c156 int c = '*'; local
H A Dzend_ini_parser.y139 zval *c, tmp; in zend_ini_get_constant() local
H A Dzend_smart_str.h29 #define smart_str_appendc(dest, c) \ argument
/PHP-7.0/sapi/cli/
H A Dphp_cli.c617 int c; in cli_seek_file_begin() local
654 int c; in do_cli() local
1174 int c; in WinMain() local
/PHP-7.0/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-7.0/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.h162 #define PUTC(c) (php_output_write((const char *) &(c), 1), (c)) argument
163 #define PUTC_H(c) (php_output_write_unbuffered((const char *) &(c), 1), (c)) argument
/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c82 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
86 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
541 double a, b, c, d; in filter_bspline() local
651 register int c = src->tpixels[y][x]; in _setEdgePixel() local
659 const int c = im->tpixels[y][x]; in getPixelOverflowTC() local
705 #define colorIndex2RGBA(c) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[… argument
710 const int c = im->pixels[y][x]; in getPixelOverflowPalette() local
1213 const int c = im->tpixels[y][x]; in getPixelOverflowColorTC() local
1644 register int c; in gdImageScaleBicubicFixed() local
1851 register int c = getPixelInterpolated(src, n, m, bgColor); in gdImageRotateGeneric() local
[all …]
H A Dxbm.c176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_gif_out.c496 register int c; local
746 char_out(int c, GifCtx *ctx)
H A Dgd_webp.c138 register int c; in gdImageWebpCtx() local
H A Dgd_gif_in.c137 unsigned char c; in gdImageCreateFromGifCtx() local
558 unsigned char c; in ReadImage() local
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_driver.c286 char *c; in firebird_handle_quoter() local
404 char *c, *new_sql, in_quote, in_param, pname[64], *ppname; in firebird_alloc_prepare_stmt() local
/PHP-7.0/ext/standard/
H A Dcrypt.c104 #define IS_VALID_SALT_CHARACTER(c) (((c) >= '.' && (c) <= '9') || ((c) >= 'A' && (c) <= 'Z') || ((c… argument
H A Dpack.c265 char c = format[i]; in PHP_FUNCTION() local
743 char c; in PHP_FUNCTION() local
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Dbcmath.h69 #define CH_VAL(c) (c - '0') argument
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_unix.c41 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_premissions() local
H A Dfpm_children.c303 struct fpm_child_s *c; in fpm_resources_prepare() local
H A Dfpm_events.c58 char c; in fpm_got_signal() local
/PHP-7.0/ext/mbstring/oniguruma/
H A Dtestu.c28 unsigned char c; in uconv() local
/PHP-7.0/ext/date/lib/
H A Dparse_iso_intervals.c87 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
90 #define YYDEBUG(s,c) argument
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_blacklist.c79 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
/PHP-7.0/ext/fileinfo/libmagic/
H A Dencoding.c298 unichar c; in file_looks_utf8() local

Completed in 91 milliseconds

12345678910>>...12