Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 269) sorted by relevance

1234567891011

/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c365 char *c; in oci_handle_quoter() local
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c310 static int convert_case_filter(int c, void *void_data) in convert_case_filter()
H A Dmbstring.c1390 int c; in PHP_INI_MH() local
2148 #define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0) argument
2149 #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0) argument
2328 static int mbfl_split_output(int c, void *data) in mbfl_split_output()
5262 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()
5303 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
H A Dphp_mbregex.c492 char c; in _php_mb_regex_get_option_string() local
596 char c; in _php_mb_regex_init_options() local
/PHP-7.4/win32/
H A Dioutil.h123 #define PHP_WIN32_IOUTIL_IS_SLASHW(c) ((c) == PHP_WIN32_IOUTIL_BW_SLASHW || (c) == PHP_WIN32_IOUTIL… argument
124 #define PHP_WIN32_IOUTIL_IS_LETTERW(c) (((c) >= L'a' && (c) <= L'z') || ((c) >= L'A' && (c) <= L'Z'… argument
H A Dsendmail.c659 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c614 zend_class_constant *c; local
1320 zend_class_constant *c; local
H A Dzend_persist.c661 zend_class_constant *c = zend_shared_alloc_get_xlat_entry(Z_PTR_P(zv)); in zend_persist_class_constant() local
H A DZendAccelerator.c667 zend_constant *c; in accel_copy_permanent_strings() local
3408 zend_class_constant *c; in get_unresolved_initializer() local
3494 zend_class_constant *c; in preload_try_resolve_constants() local
4547 zend_constant *c = Z_PTR_P(zv); in accel_preload() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c2808 #define SPECIAL(c) ((c) <= 0x1f || (c) >= 0x7f) argument
2811 #define B64CHAR(c) (isalnum(c) || (c) == '+' || (c) == ',') argument
2818 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ argument
2830 unsigned char c; in PHP_FUNCTION() local
2970 unsigned char c; in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h187 #define memcmp(s,c,n) _memcmp(s,c,n) argument
190 #define memset(s,c,n) _memset(s,c,n) argument
198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) argument
255 #define HASUTF8EXTRALEN(c) ((c) >= 0xc0) argument
266 #define GETUTF8(c, eptr) \ argument
288 #define GETUTF8INC(c, eptr) \ argument
322 #define GETUTF8LEN(c, eptr, len) \ argument
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c554 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php7_module); in php_apache_ini_dtor() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c189 zend_constant c; in php_com_import_typelib() local
H A Dcom_handlers.c419 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c265 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local
/PHP-7.4/ext/intl/converter/
H A Dconverter.c197 UChar c; in php_converter_append_toUnicode_target() local
318 UChar32 c; in php_converter_from_u_callback() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1183 int c; in parse_opt() local
1248 int c; in cli_main() local
/PHP-7.4/main/
H A Doutput.c1090 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op()
1138 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c355 unsigned char c = code[i + 1]; in cli_is_valid_code() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c228 char *c, *ec; in cdf_file_property_info() local
/PHP-7.4/Zend/
H A Dzend_types.h36 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
39 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
43 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
46 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
963 #define ZVAL_CE(z, c) do { \ argument
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c528 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c104 uint32_t c = ctx->H[2]; in sha256_process_block() local
H A Dcrypt_sha512.c128 uint64_t c = ctx->H[2]; in sha512_process_block() local
H A Dproc_open.c425 char c; in append_win_escaped_arg() local

Completed in 134 milliseconds

1234567891011