Home
last modified time | relevance | path

Searched defs:c (Results 126 – 150 of 244) sorted by relevance

12345678910

/php-src/ext/mbstring/
H A Dmbstring.c1807 signed char c = *p++; in mb_fast_strlen_utf8() local
1872 unsigned char c = *--pos; in offset_to_pointer_utf8() local
2457 static size_t character_width(uint32_t c) in character_width()
3604 char c = *p++; in PHP_FUNCTION() local
5095 unsigned char c = *p; in mb_fast_check_utf8_default() local
6065 unsigned char c = *p++; in transfer_encoded_size() local
6083 unsigned char c = *p++; in transfer_encode_mime_bytes() local
6105 unsigned char c = *p++; in transfer_encode_mime_bytes() local
6542 unsigned char c = *p++; in mime_header_decode_encoded_word() local
6568 unsigned char c = *p++; in mime_header_decode_encoded_word() local
[all …]
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c80 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h67 #define CH_VAL(c) (c - '0') argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c697 uint32_t c, d; in internal_dfa_match() local
3748 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_dfa_match() local
3902 uint32_t c = UCHAR21TEST(start_match); in pcre2_dfa_match() local
H A Dpcre2_jit_compile.c551 } c; member
678 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
805 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
839 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
3635 unsigned int c; in char_has_othercase() local
3671 unsigned int c, oc, bit; in char_get_othercase_bit() local
7093 int i, j, k, len, c; in optimize_class_chars() local
8695 uint32_t c; in do_extuni_utf() local
8763 uint32_t c; in do_extuni_utf_invalid() local
8827 uint32_t c; in do_extuni_no_utf() local
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1723 get_op(char c) in get_op()
2930 int c; in getstr() local
3101 hextoint(int c) in hextoint()
3121 char c; in file_showstr() local
3532 const unsigned char *c; local
/php-src/ext/gd/libgd/
H A Dgd_gif_in.c138 unsigned char c; in gdImageCreateFromGifCtx() local
559 unsigned char c; in ReadImage() local
/php-src/ext/standard/
H A Dpack.c263 char c = format[i]; in PHP_FUNCTION() local
742 char c; in PHP_FUNCTION() local
H A Dbrowscap.c87 static inline bool is_placeholder(char c) { in is_placeholder()
162 char c = ZSTR_VAL(pattern)[i]; in browscap_convert_pattern() local
/php-src/sapi/cli/
H A Dphp_cli.c603 int c; in do_cli() local
1180 int c; in WinMain() local
/php-src/TSRM/
H A DTSRM.c22 # define TSRM_ASSERT(c) assert(c) argument
24 # define TSRM_ASSERT(c) argument
/php-src/Zend/
H A Dzend_smart_string.h38 #define smart_string_appendc(str, c) \ argument
H A Dzend_attributes.h115 …tribute *zend_add_class_constant_attribute(zend_class_entry *ce, zend_class_constant *c, zend_stri… in zend_add_class_constant_attribute()
H A Dzend_ini_parser.y148 zval *c, tmp; in zend_ini_get_constant() local
H A Dzend_string.h109 #define ZSTR_CHAR(c) zend_one_char_string[c] argument
397 #define zend_string_equals_literal_ci(str, c) \ argument
H A Dzend_ast.c1237 unsigned char c = ZSTR_VAL(s)[i]; in zend_ast_export_str() local
1252 unsigned char c = ZSTR_VAL(s)[i]; in zend_ast_export_qstr() local
1333 unsigned char c = (unsigned char)ch; in zend_ast_valid_var_char() local
1346 unsigned char c; in zend_ast_valid_var_name() local
/php-src/main/
H A Dreentrancy.c266 int c, sc; in php_strtok_r() local
H A Dspprintf.c148 #define NUM(c) (c - '0') argument
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddtoa.c81 lxb_char_t c, *p; in lexbor_grisu2_gen() local
/php-src/ext/pcntl/
H A Dpcntl.c62 #define sched_getaffinity(p, c, m) syscall(SYS__sched_getaffinity, p, 0, c, m) argument
63 #define sched_setaffinity(p, c, m) syscall(SYS__sched_setaffinity, p, 0, c, m) argument
98 #define LONG_CONST(c) (zend_long) c argument
/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp105 static const UChar c = 0; in getText() local
/php-src/sapi/fpm/fpm/
H A Dfpm_children.c352 struct fpm_child_s *c; in fpm_resources_prepare() local
H A Dfpm_events.c64 char c; in fpm_got_signal() local
/php-src/ext/hash/
H A Dhash_sha.c163 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
475 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c200 char c = *p++; in php_firebird_get_token() local
724 char *c; in firebird_handle_quoter() local

Completed in 123 milliseconds

12345678910