Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.3/Zend/
H A Dzend_ini_scanner.c39 # define YYDEBUG(s, c) argument
H A Dzend_execute_API.c103 zend_constant *c = Z_PTR_P(zv); in clean_non_persistent_constant_full() local
321 zend_constant *c = Z_PTR_P(zv); in shutdown_executor() local
/PHP-7.3/ext/dba/
H A Ddba_cdb.c49 struct cdb c; member
/PHP-7.3/ext/standard/
H A Dmath.c809 char c, *s; in _php_math_basetolong() local
855 char c, *s; in _php_math_basetozval() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregenc.c771 int c, i, len; in onigenc_mbn_mbc_to_code() local
929 int x, c; in onigenc_with_ascii_strncmp() local
H A Dunicode.c118 OnigCodePoint c = addr[i]; in onigenc_unicode_mbc_case_fold() local
1001 int c; in onig_unicode_define_user_property() local
/PHP-7.3/ext/date/lib/
H A Dparse_date.c123 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
126 #define YYDEBUG(s,c) argument
130 unsigned int c; /* Number of elements */ member
/PHP-7.3/ext/opcache/
H A Dzend_persist.c684 zend_class_constant *c = zend_shared_alloc_get_xlat_entry(Z_PTR_P(zv)); in zend_persist_class_constant() local
/PHP-7.3/ext/pdo_oci/
H A Doci_driver.c365 char *c; in oci_handle_quoter() local
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h185 #define memcmp(s,c,n) _memcmp(s,c,n) argument
188 #define memset(s,c,n) _memset(s,c,n) argument
196 #define memmove(a, b, c) PRIV(memmove)(a, b, c) argument
253 #define HASUTF8EXTRALEN(c) ((c) >= 0xc0) argument
264 #define GETUTF8(c, eptr) \ argument
286 #define GETUTF8INC(c, eptr) \ argument
320 #define GETUTF8LEN(c, eptr, len) \ argument
H A Dpcre2_jit_compile.c508 } c; member
2969 unsigned int c; in char_has_othercase() local
2989 static SLJIT_INLINE unsigned int char_othercase(compiler_common *common, unsigned int c) in char_othercase()
3004 unsigned int c, oc, bit; in char_get_othercase_bit() local
5854 int i, j, k, len, c; in optimize_class_chars() local
6441 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
7230 uint32_t c; in do_extuni_utf() local
7289 uint32_t c; in do_extuni_no_utf() local
7342 unsigned int c, oc, bit; in compile_char1_matchingpath() local
/PHP-7.3/win32/
H A Dsendmail.c604 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
/PHP-7.3/ext/mbstring/
H A Dphp_unicode.c310 static int convert_case_filter(int c, void *void_data) in convert_case_filter()
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.3/ext/com_dotnet/
H A Dcom_typeinfo.c162 zend_constant c; in php_com_import_typelib() local
H A Dcom_handlers.c399 static zend_internal_function c, d, v; in com_constructor_get() local
/PHP-7.3/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.3/sapi/apache2handler/
H A Dsapi_apache2.c551 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php7_module); in php_apache_ini_dtor() local
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_driver.c262 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local
/PHP-7.3/ext/intl/converter/
H A Dconverter.c202 UChar c; in php_converter_append_toUnicode_target() local
315 UChar32 c; in php_converter_from_u_callback() local
/PHP-7.3/main/
H A Doutput.c1097 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op()
1145 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean()
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c1194 int c; in parse_opt() local
1259 int c; in cli_main() local
/PHP-7.3/ext/readline/
H A Dreadline_cli.c351 unsigned char c = code[i + 1]; in cli_is_valid_code() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dreadcdf.c232 char *c, *ec; in cdf_file_property_info() local
/PHP-7.3/ext/curl/
H A Dinterface.c1467 int i, c = CRYPTO_num_locks(); in PHP_MINIT_FUNCTION() local
1503 int i, c = CRYPTO_num_locks(); in PHP_MSHUTDOWN_FUNCTION() local

Completed in 201 milliseconds

12345678910>>...13