Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c485 char c; in _php_mb_regex_get_option_string() local
589 char c; in _php_mb_regex_init_options() local
H A Dmbstring.c1375 int c; in PHP_INI_MH() local
2064 #define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0) argument
2065 #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0) argument
4861 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()
4902 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.1/ext/com_dotnet/
H A Dcom_typeinfo.c164 zend_constant c; in php_com_import_typelib() local
H A Dcom_handlers.c396 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-7.1/win32/
H A Dsendmail.c638 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_driver.c265 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dreadcdf.c222 char *c, *ec; in cdf_file_property_info() local
H A Dfile.h385 } c; member
500 #define strtoul(a, b, c) strtol(a, b, c) argument
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c948 int c; in parse_opt() local
1013 int c; in cli_main() local
/PHP-7.1/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.1/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
787 #define ZVAL_CE(z, c) do { \ argument
H A Dzend_string.h286 #define zend_string_equals_literal_ci(str, c) \ argument
H A Dzend_gc.c111 #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_vm_def.h5113 zend_constant *c; variable
5157 zend_class_constant *c; variable
7331 zend_constant c; variable
7866 zend_constant *c; variable
/PHP-7.1/sapi/apache2handler/
H A Dsapi_apache2.c564 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php7_module); in php_apache_ini_dtor() local
/PHP-7.1/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.1/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.1/ext/curl/
H A Dinterface.c1386 int i, c = CRYPTO_num_locks(); in PHP_MINIT_FUNCTION() local
1422 int i, c = CRYPTO_num_locks(); in PHP_MSHUTDOWN_FUNCTION() local
/PHP-7.1/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.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c176 zend_class_constant *c; in zend_hash_clone_constants() local
/PHP-7.1/ext/mbstring/oniguruma/
H A Dst.c531 register int c; local
/PHP-7.1/ext/standard/
H A Dcrypt_sha512.c137 uint64_t c = ctx->H[2]; in sha512_process_block() local
/PHP-7.1/ext/soap/
H A Dphp_http.c1010 char *c = strrchr(t, '/'); in make_http_soap_request() local
/PHP-7.1/ext/interbase/
H A Dinterbase.c886 char *c, hash[16], *args[] = { NULL, NULL, NULL, NULL, NULL }; in _php_ibase_connect() local

Completed in 199 milliseconds

12345678910>>...12