Home
last modified time | relevance | path

Searched defs:t (Results 26 – 50 of 103) sorted by relevance

12345

/PHP-7.0/main/
H A Dwin95nt.h49 #define php_sleep(t) SleepEx(t*1000, TRUE) argument
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c216 struct st_mysqlnd_time t; in ps_fetch_time() local
259 struct st_mysqlnd_time t = {0}; in ps_fetch_date() local
296 struct st_mysqlnd_time t; in ps_fetch_datetime() local
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c439 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
463 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
475 NameTable* t; in onig_names_free() local
490 NameTable* t = (NameTable* )reg->name_table; in name_find() local
527 NameTable* t = (NameTable* )reg->name_table; in onig_foreach_name() local
560 NameTable* t = (NameTable* )reg->name_table; in onig_renumber_name_table() local
572 NameTable* t = (NameTable* )reg->name_table; in onig_number_of_names() local
596 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
628 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
656 NameTable* t; in onig_names_free() local
[all …]
H A Dregexec.c1160 #define GETTIME(t) gettimeofday(&(t), (struct timezone* )0) argument
1168 #define GETTIME(t) times(&(t)) argument
2739 UChar *t, *p, *s, *end; in slow_search() local
2768 const UChar* t, const UChar* tend, in str_lower_case_match()
2816 UChar *t, *p, *s; in slow_search_backward() local
2874 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
2929 const UChar *s, *t, *p, *end; in bm_search() local
2990 const UChar *s, *t, *p; in bm_search_backward() local
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c267 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type()
282 get_standard_integer_type(const char *l, const char **t) in get_standard_integer_type()
1491 get_cond(const char *l, const char **t) in get_cond()
1586 char *t; in parse_op_modifier() local
1602 char *t; in parse_string_modifier() local
1712 char *t; in parse() local
H A Dcompress.c193 int t = 0; in sread() local
/PHP-7.0/sapi/fpm/fpm/
H A Dzlog.c70 struct tm t; in zlog_print_time() local
/PHP-7.0/TSRM/
H A Dtsrm_win32.c199 time_t t; in tsrm_win32_access() local
752 static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime()
/PHP-7.0/ext/date/lib/
H A Dparse_iso_intervals.c199 static timelib_long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, cons… in timelib_get_zone()
919 int t; in timelib_strtointerval() local
H A Dastro.c219 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
/PHP-7.0/ext/spl/
H A Dspl_functions.c86 zval t; in spl_add_class_name() local
/PHP-7.0/ext/filter/
H A Dlogical_filters.c459 char *e, *s, *t; in _php_filter_validate_domain() local
536 char *e, *s, *t; in php_filter_validate_url() local
/PHP-7.0/Zend/
H A Dzend_ini_scanner.l316 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_operators.c2249 zend_string *t; in increment_string() local
2316 ZSTR_VAL(t)[Z_STRLEN_P(str) + 1] = '\0'; in increment_string() local
2319 ZSTR_VAL(t)[0] = '1'; in increment_string() local
2322 ZSTR_VAL(t)[0] = 'A'; in increment_string() local
2325 ZSTR_VAL(t)[0] = 'a'; in increment_string() local
H A Dzend_llist.c190 zend_llist_element *t; in zend_llist_swap() local
H A Dzend_ini_scanner.c318 register char *s, *t; in zend_ini_escape_string() local
/PHP-7.0/ext/soap/
H A Dphp_http.c1005 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request() local
1112 char *t = phpurl->path; in make_http_soap_request() local
H A Dphp_sdl.c1369 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type() local
1527 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached) in get_sdl_from_cache()
2098 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl) in add_sdl_to_cache()
3164 time_t t = time(0); in get_sdl() local
3193 time_t t = time(0); in get_sdl() local
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.c402 int t; in pdo_parse_params() local
/PHP-7.0/win32/
H A Dregistry.c142 FILETIME t; in LoadDirectory() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.c502 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
/PHP-7.0/ext/standard/
H A Dmd5.c157 #define STEP(f, a, b, c, d, x, t, s) \ argument
/PHP-7.0/ext/zip/lib/
H A Dzip_source_win32handle.c586 _zip_filetime_to_time_t(FILETIME ft, time_t *t) in _zip_filetime_to_time_t()
/PHP-7.0/sapi/cli/
H A Dphp_http_parser.c1547 php_http_parser_init (php_http_parser *parser, enum php_http_parser_type t) in php_http_parser_init()
/PHP-7.0/ext/interbase/
H A Dibase_query.c530 struct tm t = { 0, 0, 0, 0, 0, 0 }; in _php_ibase_bind_array() local
691 struct tm t; in _php_ibase_bind() local
1320 struct tm t; in _php_ibase_var_zval() local

Completed in 115 milliseconds

12345