Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 275) sorted by path

1234567891011

/PHP-5.5/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
H A Dtsrm_virtual_cwd.c101 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
446 char *c=cwd; in virtual_cwd_startup() local
H A Dtsrm_virtual_cwd.h63 #define IS_SLASH(c) ((c) == '/' || (c) == '\\') argument
64 #define IS_SLASH_P(c) (*(c) == '/' || \ argument
82 #define IS_SLASH(c) ((c) == '/' || (c) == '\\') argument
83 #define IS_SLASH_P(c) IS_SLASH(*(c)) argument
101 #define IS_SLASH(c) ((c) == '/') argument
102 #define IS_SLASH_P(c) (*(c) == '/') argument
/PHP-5.5/Zend/tests/bug67436/
H A Dc.php3 class c { class
/PHP-5.5/Zend/
H A Dzend.h228 #define ZEND_ASSERT(c) assert(c) argument
242 #define ZEND_ASSERT(c) argument
686 #define ZEND_PUTC(c) zend_write(&(c), 1), (c) argument
H A Dzend_API.c308 char c = *spec_walk++; in zend_parse_arg_impl() local
732 int c, i; in zend_parse_va_args() local
H A Dzend_builtin_functions.c656 zend_constant c; in ZEND_FUNCTION() local
730 zval c; in ZEND_FUNCTION() local
H A Dzend_compile.c383 zval c; in zend_add_func_name_literal() local
410 zval c; in zend_add_ns_func_name_literal() local
443 zval c; in zend_add_class_name_literal() local
478 zval c; in zend_add_const_name_literal() local
5531 zend_constant *c = NULL; in zend_get_ct_const() local
5574 zend_constant *c = zend_get_ct_const(const_name, all_internal_constants_substitution TSRMLS_CC); in zend_constant_ct_subst() local
H A Dzend_constants.c30 void free_zend_constant(zend_constant *c) in free_zend_constant()
39 void copy_zend_constant(zend_constant *c) in copy_zend_constant()
70 static int clean_module_constant(const zend_constant *c, int *module_number TSRMLS_DC) in clean_module_constant()
122 zend_constant c; in zend_register_standard_constants() local
181 zend_constant c; in zend_register_long_constant() local
195 zend_constant c; in zend_register_double_constant() local
209 zend_constant c; in zend_register_stringl_constant() local
288 zend_constant *c; in zend_get_constant() local
317 zend_constant *c; in zend_get_constant_ex() local
453 zend_constant *c; in zend_quick_get_constant() local
H A Dzend_gc.h56 #define GC_SET_COLOR(v, c) \ argument
71 #define GC_ZVAL_SET_COLOR(v, c) \ argument
H A Dzend_highlight.c29 ZEND_API void zend_html_putc(char c) in zend_html_putc()
H A Dzend_indent.c36 unsigned char c; in handle_whitespace() local
H A Dzend_ini_scanner.c36 # define YYDEBUG(s, c) argument
H A Dzend_ini_scanner.l32 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
34 # define YYDEBUG(s, c) argument
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) argument
110 #define HANDLE_NEWLINE(c) \ argument
121 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… argument
123 #define ZEND_IS_OCT(c) ((c)>='0' && (c)<='7') argument
124 #define ZEND_IS_HEX(c) (((c)>='0' && (c)<='9') || ((c)>='a' && (c)<='f') || ((c)>='A' && (c)<='F')) argument
H A Dzend_language_scanner.l27 # 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
H A Dzend_operators.c38 #define zend_tolower(c) _tolower_l(c, current_locale) argument
40 #define zend_tolower(c) tolower(c) argument
64 #define zend_tolower_ascii(c) (tolower_map[(unsigned char)(c)]) argument
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_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.c157 int c = '*'; local
H A Dzend_strtod.c291 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ argument
294 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ argument
672 Bigint *c; in mult() local
918 Bigint *c; in diff() local
2041 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign, in zend_strtod() local
2589 char c; in zend_hex_strtod() local
2627 char c; in zend_oct_strtod() local
2660 char c; in zend_bin_strtod() local
H A Dzend_vm_def.h3493 zend_constant *c; variable
5157 zend_constant c; variable
H A Dzend_vm_execute.h3678 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER() local
4038 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local
15546 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER() local
25198 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h69 #define CH_VAL(c) (c - '0') argument
H A Ddebug.c44 out_char (int c) in out_char()

Completed in 243 milliseconds

1234567891011