Home
last modified time | relevance | path

Searched defs:c (Results 151 – 175 of 244) sorted by relevance

12345678910

/php-src/ext/fileinfo/libmagic/
H A Dis_json.c47 #define DPRINTF(a, b, c) \ argument
H A Dreadcdf.c226 char *c, *ec; in cdf_file_property_info() local
/php-src/ext/opcache/
H A Dzend_persist_calc.c386 zend_class_constant *c = Z_PTR_P(zv); in zend_persist_class_constant_calc() local
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c550 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm() local
1641 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
H A Dfpm_unix.c129 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_permissions() local
/php-src/ext/json/
H A Djson_encoder.c48 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
/php-src/ext/standard/
H A Dscanf.c238 static int CharInSet(CharSet *cset, int c) in CharInSet()
H A Dmath.c722 char c, *s; in _php_math_basetolong() local
767 char c, *s, *e; in _php_math_basetozval() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c495 int c = PRIV(strcmp)(stringname, entry + IMM2_SIZE); in pcre2_substring_nametable_scan() local
H A Dpcre2_match.c408 uint32_t c, d; in match_ref() local
7199 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_match() local
7360 uint32_t c = UCHAR21TEST(start_match); in pcre2_match() local
H A Dpcre2_internal.h205 #define memcmp(s,c,n) _memcmp(s,c,n) argument
208 #define memset(s,c,n) _memset(s,c,n) argument
216 #define memmove(a, b, c) PRIV(memmove)(a, b, c) argument
272 #define HASUTF8EXTRALEN(c) ((c) >= 0xc0) argument
283 #define GETUTF8(c, eptr) \ argument
305 #define GETUTF8INC(c, eptr) \ argument
339 #define GETUTF8LEN(c, eptr, len) \ argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
189 unsigned long long m = 1ULL, a, b, c; in dasm_imm13() local
/php-src/ext/dba/
H A Ddba_cdb.c47 struct cdb c; member
/php-src/ext/date/lib/
H A Dtimelib.c251 #define timelib_tolower(c) (timelib_tolower_map[(unsigned char)(c)]) argument
H A Dparse_date.c125 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
128 #define YYDEBUG(s,c) argument
132 unsigned int c; /* Number of elements */ member
/php-src/ext/gd/
H A Dgd.c1109 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
1165 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
2289 int x, y, c; in PHP_FUNCTION() local
2709 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
3966 #define CTX_PUTC(c,ctx) ctx->putC(ctx, c) argument
3968 static void _php_image_output_putc(struct gdIOCtx *ctx, int c) /* {{{ */ in _php_image_output_putc()
3988 static void _php_image_stream_putc(struct gdIOCtx *ctx, int c) /* {{{ */ { in _php_image_stream_putc()
/php-src/win32/
H A Dioutil.h121 #define PHP_WIN32_IOUTIL_IS_SLASHW(c) ((c) == PHP_WIN32_IOUTIL_BW_SLASHW || (c) == PHP_WIN32_IOUTIL… argument
122 #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-src/sapi/apache2handler/
H A Dsapi_apache2.c574 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php_module); in php_apache_ini_dtor() local
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c187 zend_constant c; in php_com_import_typelib() local
/php-src/sapi/litespeed/
H A Dlsapi_main.c1169 int c; in parse_opt() local
1233 int c; in cli_main() local
/php-src/ext/intl/converter/
H A Dconverter.c182 UChar c; in php_converter_append_toUnicode_target() local
302 UChar32 c; in php_converter_from_u_callback() local
/php-src/main/
H A Doutput.c1085 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op()
1133 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c269 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local

Completed in 240 milliseconds

12345678910