Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-5.4/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.4/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c125 int c, v; in utf32be_is_mbc_ambiguous() local
H A Dutf32_le.c124 int c, v; in utf32le_is_mbc_ambiguous() local
H A Dbig5.c137 const UChar c = *s; in big5_is_allowed_reverse_match() local
/PHP-5.4/ext/standard/
H A Dstring.c163 char c = old[j++]; in php_hex2bin() local
745 unsigned char c; in php_charmask() local
1348 unsigned char *c, *e; in php_strtoupper() local
1382 unsigned char *c, *e; in php_strtolower() local
1416 char *ret = NULL, *c, *comp, *cend; local
1642 register char c = *p; local
1660 register char c = *s1; local
2603 char c; local
2663 long c; local
3541 char c; local
[all …]
H A Dpack.c143 char c = format[i]; in PHP_FUNCTION() local
539 char c; in PHP_FUNCTION() local
/PHP-5.4/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.h91 #define ZEND_IS_DIGIT(c) ((c) >= '0' && (c) <= '9') argument
92 #define ZEND_IS_XDIGIT(c) (((c) >= 'A' && (c) <= 'F') || ((c) >= 'a' && (c) <= 'f')) argument
283 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.4/main/
H A Dsnprintf.c69 char *p, *rve, c; in __cvt() local
527 #define INS_CHAR(c, sp, bep, cc) \ argument
536 #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.4/sapi/cli/
H A Dphp_cli.c619 int c; in cli_seek_file_begin() local
656 int c; in do_cli() local
1204 int c; in WinMain() local
/PHP-5.4/ext/gd/libgd/
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
732 char_out(int c, GifCtx *ctx)
/PHP-5.4/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.4/ext/zip/lib/
H A Dzip_source_pkware.c54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) argument
/PHP-5.4/ext/fileinfo/libmagic/
H A Dreadcdf.c146 char *c, *ec; local
/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h69 #define CH_VAL(c) (c - '0') argument
/PHP-5.4/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.4/ext/ereg/regex/
H A Dsplit.c16 register char c; /* latest character */ local
/PHP-5.4/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.4/sapi/fpm/fpm/
H A Dfpm_children.c303 struct fpm_child_s *c; in fpm_resources_prepare() local
/PHP-5.4/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 81 milliseconds

1234567891011