Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/ext/pdo_oci/
H A Doci_driver.c367 char *c; in oci_handle_quoter() local
/PHP-7.2/ext/opcache/
H A Dzend_persist.c642 zend_class_constant *c = zend_shared_alloc_get_xlat_entry(Z_PTR_P(zv)); in zend_persist_class_constant() local
H A Dzend_accelerator_util_funcs.c176 zend_class_constant *c; in zend_hash_clone_constants() local
H A DZendAccelerator.c597 zend_constant *c; in accel_copy_permanent_strings() local
2537 unsigned char digest[16], c; in accel_gen_system_id() local
/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c482 char c; in _php_mb_regex_get_option_string() local
586 char c; in _php_mb_regex_init_options() local
H A Dmbstring.c1375 int c; in PHP_INI_MH() local
2084 #define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0) argument
2085 #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0) argument
5356 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()
5397 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.2/ext/com_dotnet/
H A Dcom_typeinfo.c164 zend_constant c; in php_com_import_typelib() local
H A Dcom_handlers.c403 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_driver.c265 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local
/PHP-7.2/win32/
H A Dsendmail.c619 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
/PHP-7.2/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
846 #define ZVAL_CE(z, c) do { \ 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
/PHP-7.2/ext/imap/
H A Dphp_imap.c2786 #define SPECIAL(c) ((c) <= 0x1f || (c) >= 0x7f) argument
2789 #define B64CHAR(c) (isalnum(c) || (c) == '+' || (c) == ',') argument
2796 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ argument
2808 unsigned char c; in PHP_FUNCTION() local
2948 unsigned char c; in PHP_FUNCTION() local
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c553 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php7_module); in php_apache_ini_dtor() local
/PHP-7.2/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.2/sapi/litespeed/
H A Dlsapi_main.c1205 int c; in parse_opt() local
1270 int c; in cli_main() local
/PHP-7.2/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.2/ext/fileinfo/libmagic/
H A Dreadcdf.c226 char *c, *ec; in cdf_file_property_info() local
H A Dfile.h392 } c; member
513 #define strtoul(a, b, c) strtol(a, b, c) argument
/PHP-7.2/ext/curl/
H A Dinterface.c1384 int i, c = CRYPTO_num_locks(); in PHP_MINIT_FUNCTION() local
1420 int i, c = CRYPTO_num_locks(); in PHP_MSHUTDOWN_FUNCTION() local
/PHP-7.2/ext/sodium/
H A Dlibsodium.c3477 unsigned char c; in PHP_FUNCTION() local
3550 zend_string *c; in PHP_FUNCTION() local
3604 ZSTR_VAL(c)[c_real_len] = 0; in PHP_FUNCTION() local
3648 unsigned char *c; in PHP_FUNCTION() local
/PHP-7.2/ext/gd/libgd/
H A Dgd_jpeg.c522 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
/PHP-7.2/ext/standard/
H A Dcrypt_sha512.c137 uint64_t c = ctx->H[2]; in sha512_process_block() local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c542 register int c; local

Completed in 131 milliseconds

12345678910>>...12