Home
last modified time | relevance | path

Searched defs:c (Results 226 – 250 of 282) sorted by relevance

12345678910>>...12

/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c923 int c; in parse_opt() local
988 int c; in cli_main() local
/PHP-7.0/Zend/
H A Dzend_types.h33 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
36 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
40 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
43 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
780 #define ZVAL_CE(z, c) do { \ argument
H A Dzend_string.h285 #define zend_string_equals_literal_ci(str, c) \ argument
H A Dzend_gc.c61 #define GC_REF_SET_COLOR(ref, c) \ argument
H A Dzend_operators.c39 #define zend_tolower(c) _tolower_l(c, current_locale) argument
41 #define zend_tolower(c) tolower(c) argument
65 #define zend_tolower_ascii(c) (tolower_map[(unsigned char)(c)]) argument
H A Dzend_virtual_cwd.c103 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
467 char *c=cwd; in virtual_cwd_startup() local
H A Dzend_vm_def.h5082 zend_constant *c; variable
7281 zend_constant c; variable
7841 zend_constant *c; variable
/PHP-7.0/ext/imap/
H A Dphp_imap.c2789 #define SPECIAL(c) ((c) <= 0x1f || (c) >= 0x7f) argument
2792 #define B64CHAR(c) (isalnum(c) || (c) == '+' || (c) == ',') argument
2799 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ argument
2811 unsigned char c; in PHP_FUNCTION() local
2951 unsigned char c; in PHP_FUNCTION() local
/PHP-7.0/main/
H A Doutput.c1088 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op()
1136 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean()
/PHP-7.0/ext/intl/converter/
H A Dconverter.c198 UChar c; in php_converter_append_toUnicode_target() local
311 UChar32 c; in php_converter_from_u_callback() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c396 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-7.0/ext/mbstring/
H A Dmbstring.c1375 int c; in PHP_INI_MH() local
2062 #define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0) argument
2063 #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0) argument
4818 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_… in php_mb_safe_strrchr_ex()
4859 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.0/ext/curl/
H A Dinterface.c1357 int i, c = CRYPTO_num_locks(); in PHP_MINIT_FUNCTION() local
1393 int i, c = CRYPTO_num_locks(); in PHP_MSHUTDOWN_FUNCTION() local
/PHP-7.0/ext/gd/libgd/
H A Dgd_jpeg.c499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dst.c531 register int c; local
/PHP-7.0/ext/standard/
H A Dcrypt_sha512.c137 uint64_t c = ctx->H[2]; in sha512_process_block() local
H A Dbrowscap.c92 static inline zend_bool is_placeholder(char c) { in is_placeholder()
H A Dcrypt_sha256.c113 uint32_t c = ctx->H[2]; in sha256_process_block() local
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c2368 zend_constant *c = Z_PTR(_p->val); in zend_accel_fast_shutdown() local
2583 unsigned char digest[16], c; in accel_gen_system_id() local
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfile.h385 } c; member
500 #define strtoul(a, b, c) strtol(a, b, c) argument
/PHP-7.0/ext/soap/
H A Dphp_http.c1006 char *c = strrchr(t, '/'); in make_http_soap_request() local
/PHP-7.0/ext/interbase/
H A Dinterbase.c886 char *c, hash[16], *args[] = { NULL, NULL, NULL, NULL, NULL }; in _php_ibase_connect() local
/PHP-7.0/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument
531 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
/PHP-7.0/ext/phar/
H A Dphar.c1546 const char *c; local
2085 #define IS_BACKSLASH(c) ((c) == '/') argument
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c452 } c; member
2371 unsigned int c; in char_has_othercase() local
2395 static SLJIT_INLINE unsigned int char_othercase(compiler_common *common, unsigned int c) in char_othercase()
2414 unsigned int c, oc, bit; in char_get_othercase_bit() local
4785 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
5289 unsigned int c, oc, bit; in compile_char1_matchingpath() local

Completed in 249 milliseconds

12345678910>>...12