Home
last modified time | relevance | path

Searched defs:c (Results 176 – 200 of 269) sorted by relevance

1234567891011

/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c138 unsigned char c; in gdImageCreateFromGifCtx() local
559 unsigned char c; in ReadImage() local
/PHP-7.4/Zend/
H A Dzend_smart_string.h40 #define smart_string_appendc(str, c) \ argument
H A Dzend_smart_str.h32 #define smart_str_appendc(dest, c) \ argument
H A Dzend_execute_API.c105 zend_constant *c = Z_PTR_P(zv); in clean_non_persistent_constant_full() local
369 zend_constant *c = Z_PTR_P(zv); in shutdown_executor() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dssa_integrity.c120 int use, c; in ssa_verify_integrity() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.c64 char c; in fpm_got_signal() local
H A Dfpm_conf.c533 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm() local
1525 char c = '*'; in fpm_conf_load_ini_file() local
H A Dfpm_process_ctl.c76 #define optional_arg(c) (saved_argc > c ? ", \"" : ""), (saved_argc > c ? saved_argv[c] : ""), (sav… argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c44 #define DPRINTF(a, b, c) \ argument
H A Dapprentice.c1536 get_op(char c) in get_op()
2699 int c; in getstr() local
2851 hextoint(int c) in hextoint()
2871 char c; in file_showstr() local
H A Dencoding.c328 unichar c; in file_looks_utf8() local
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c320 zend_class_constant *c = Z_PTR_P(zv); in zend_persist_class_constant_calc() local
/PHP-7.4/ext/json/
H A Djson_encoder.c72 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp107 static const UChar c = 0; in getText() local
/PHP-7.4/sapi/cli/
H A Dphp_cli.c618 int c; in do_cli() local
1169 int c; in WinMain() local
/PHP-7.4/main/
H A Dreentrancy.c327 int c, sc; in php_strtok_r() local
H A Dspprintf.c152 #define NUM(c) (c - '0') argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c66 #define INS_CHAR(c, sp, bep, cc) \ argument
75 #define NUM( c ) ( c - '0' ) argument
/PHP-7.4/ext/date/lib/
H A Dtimelib.c226 #define timelib_tolower(c) (timelib_tolower_map[(unsigned char)(c)]) argument
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.4/ext/standard/
H A Dscanf.c238 static int CharInSet(CharSet *cset, int c) in CharInSet()
H A Dmath.c809 char c, *s; in _php_math_basetolong() local
854 char c, *s, *e; in _php_math_basetozval() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substring.c492 int c = PRIV(strcmp)(stringname, entry + IMM2_SIZE); in pcre2_substring_nametable_scan() local
H A Dpcre2_match.c401 uint32_t c, d; in match_ref() local
6760 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_match() local
6902 uint32_t c = UCHAR21TEST(start_match); in pcre2_match() local
/PHP-7.4/ext/dba/
H A Ddba_cdb.c49 struct cdb c; member

Completed in 270 milliseconds

1234567891011