Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp102 static const UChar c = 0; in getText() local
/PHP-7.0/ext/json/
H A Djson_encoder.c75 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c532 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm() local
1492 char c = '*'; in fpm_conf_load_ini_file() local
H A Dfpm_process_ctl.c78 #define optional_arg(c) (saved_argc > c ? ", \"" : ""), (saved_argc > c ? saved_argv[c] : ""), (sav… argument
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregenc.c644 int c, i, len; in onigenc_mbn_mbc_to_code() local
825 int x, c; in onigenc_with_ascii_strncmp() local
/PHP-7.0/main/
H A Dreentrancy.c383 int c, sc; in php_strtok_r() local
H A Dspprintf.c163 #define NUM(c) (c - '0') argument
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c131 pcre_uint32 c; in pchars() local
211 pcre_uint32 c, d; in match_ref() local
521 register pcre_uint32 c; /* Character values not kept over RMATCH() calls */ in match() local
6831 register pcre_uint32 c = UCHAR21TEST(start_match); in pcre_exec() local
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c1465 get_op(char c) in get_op()
2528 int c; in getstr() local
2678 hextoint(int c) in hextoint()
2698 char c; in file_showstr() local
H A Dreadcdf.c222 char *c, *ec; in cdf_file_property_info() local
/PHP-7.0/ext/standard/
H A Dscanf.c242 static int CharInSet(CharSet *cset, int c) in CharInSet()
H A Dmath.c818 char c, *s; in _php_math_basetolong() local
864 char c, *s; in _php_math_basetozval() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c66 #define INS_CHAR(c, sp, bep, cc) \ argument
75 #define NUM( c ) ( c - '0' ) argument
/PHP-7.0/ext/date/lib/
H A Dparse_date.c144 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
147 #define YYDEBUG(s,c) argument
153 unsigned int c; /* Number of elements */ member
/PHP-7.0/Zend/
H A Dzend_ini_scanner.c41 # define YYDEBUG(s, c) argument
H A Dzend_gc.h56 #define GC_INFO_SET_COLOR(v, c) \ argument
H A Dzend_exceptions.c470 char c = s[i]; in compute_escaped_string_len() local
490 unsigned char c = s[i]; in smart_str_append_escaped() local
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c373 char *c; in oci_handle_quoter() local
/PHP-7.0/ext/dba/
H A Ddba_cdb.c51 struct cdb c; member
/PHP-7.0/ext/session/
H A Dsession.c454 char c; in php_session_valid_key() local
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c481 char c; in _php_mb_regex_get_option_string() local
585 char c; in _php_mb_regex_init_options() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_typeinfo.c164 zend_constant c; in php_com_import_typelib() local
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c530 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php7_module); in php_apache_ini_dtor() local
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_driver.c265 my_ulonglong c = mysql_affected_rows(H->server); in mysql_handle_doer() local
/PHP-7.0/win32/
H A Dsendmail.c637 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local

Completed in 253 milliseconds

12345678910>>...12