Home
last modified time | relevance | path

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

1234

/PHP-5.5/sapi/fpm/fpm/
H A Dzlog.c69 struct tm t; in zlog_print_time() local
/PHP-5.5/ext/curl/
H A Dinterface.c1303 php_curl_write *t = ch->handlers->write; in curl_write() local
1381 php_curl_fnmatch *t = ch->handlers->fnmatch; in curl_fnmatch() local
1446 php_curl_progress *t = ch->handlers->progress; in curl_progress() local
1528 php_curl_read *t = ch->handlers->read; in curl_read() local
1604 php_curl_write *t = ch->handlers->write_header; in curl_write_header() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c367 int64_t t = 0; in mprint() local
648 uint32_t t; in moffset() local
1856 char *t; in convert_libmagic_pattern() local
H A Dapprentice.c246 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type()
261 get_standard_integer_type(const char *l, const char **t) in get_standard_integer_type()
1419 get_cond(const char *l, const char **t) in get_cond()
1501 char *t; in parse() local
H A Dcompress.c183 int t = 0; in sread() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c431 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
455 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
467 NameTable* t; in onig_names_free() local
482 NameTable* t = (NameTable* )reg->name_table; in name_find() local
519 NameTable* t = (NameTable* )reg->name_table; in onig_foreach_name() local
552 NameTable* t = (NameTable* )reg->name_table; in onig_renumber_name_table() local
564 NameTable* t = (NameTable* )reg->name_table; in onig_number_of_names() local
588 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
620 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
648 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
2744 UChar *t, *p, *s, *end; in slow_search() local
2773 const UChar* t, const UChar* tend, in str_lower_case_match()
2821 UChar *t, *p, *s; in slow_search_backward() local
2879 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
2934 const UChar *s, *t, *p, *end; in bm_search() local
2995 const UChar *s, *t, *p; in bm_search_backward() local
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c193 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli… in timelib_get_zone()
1013 int t; in timelib_strtointerval() local
H A Dastro.c214 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
/PHP-5.5/Zend/
H A Dzend_ini_scanner.l266 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_hash.c442 Bucket **t; in zend_hash_do_resize() local
848 void *t; in _zend_hash_merge() local
885 void *t; in zend_hash_merge_ex() local
H A Dzend_ini_scanner.c268 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_language_scanner.c883 register char *s, *t; in zend_scan_escape_string() local
3052 register char *s, *t; in lex_scan() local
/PHP-5.5/ext/phar/
H A Dutil.c130 phar_entry_info *t; in phar_seek_efp() local
2013 zval *t; local
2057 zval *t; local
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c577 static void add_header_to_table(table *t, INTERNAL_FUNCTION_PARAMETERS) in add_header_to_table()
887 char *t; in PHP_FUNCTION() local
910 char *t; in PHP_FUNCTION() local
1756 static void apache_table_to_zval(table *t, zval *return_value) in apache_table_to_zval()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c93 Bucket **t; in compact_hash_table() local
827 void *t; local
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c287 __int64 t; in php_sys_stat_ex() local
750 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r()
1157 time_t t; in virtual_file_ex() local
1513 static void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c442 int t; in pdo_parse_params() local
/PHP-5.5/win32/
H A Dregistry.c133 FILETIME t; in LoadDirectory() local
/PHP-5.5/ext/soap/
H A Dphp_http.c1006 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request() local
1107 char *t = phpurl->path; in make_http_soap_request() local
H A Dphp_sdl.c1375 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type() local
1533 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_D… in get_sdl_from_cache()
2110 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl TSRMLS_DC) in add_sdl_to_cache()
3199 time_t t = time(0); in get_sdl() local
3226 time_t t = time(0); in get_sdl() local
/PHP-5.5/ext/standard/
H A Dbrowscap.c88 char *t; in convert_browscap_pattern() local
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
/PHP-5.5/ext/interbase/
H A Dibase_query.c530 struct tm t = { 0, 0, 0, 0, 0, 0 }; in _php_ibase_bind_array() local
687 struct tm t; in _php_ibase_bind() local
1318 struct tm t; in _php_ibase_var_zval() local
/PHP-5.5/ext/date/
H A Dphp_date.c1059 static char *date_format(char *format, int format_len, timelib_time *t, int localtime) in date_format()
1239 timelib_time *t; in php_format_date() local
1266 timelib_time *t; in php_idate() local
1451 timelib_time *t, *now; in PHP_FUNCTION() local
3269 static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, timelib_time *t) in set_timezone_from_timelib_time()
4271 static char *date_interval_format(char *format, int format_len, timelib_rel_time *t) in date_interval_format()
4612 timelib_time *t; in php_do_date_sunrise_sunset() local
4711 timelib_time *t, *t2; in PHP_FUNCTION() local

Completed in 210 milliseconds

1234