Home
last modified time | relevance | path

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

1234

/PHP-5.4/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.4/ext/mbstring/oniguruma/
H A Dregparse.c435 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
459 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
471 NameTable* t; in onig_names_free() local
486 NameTable* t = (NameTable* )reg->name_table; in name_find() local
525 NameTable* t = (NameTable* )reg->name_table; in onig_foreach_name() local
558 NameTable* t = (NameTable* )reg->name_table; in onig_renumber_name_table() local
570 NameTable* t = (NameTable* )reg->name_table; in onig_number_of_names() local
595 NameTable* t = (NameTable* )reg->name_table; in onig_print_names() local
627 NameTable* t = (NameTable* )reg->name_table; in names_clear() local
655 NameTable* t; in onig_names_free() local
[all …]
H A Dregexec.c1272 #define GETTIME(t) gettimeofday(&(t), (struct timezone* )0) argument
1280 #define GETTIME(t) times(&(t)) argument
2925 UChar *t, *p, *s, *end; in slow_search() local
2954 const UChar* t, const UChar* tend, in str_lower_case_match()
3008 UChar *t, *p, *s; in slow_search_backward() local
3066 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
3123 const UChar *s, *t, *p, *end; in bm_search() local
3183 const UChar *s, *t, *p; in bm_search_backward() local
/PHP-5.4/ext/curl/
H A Dinterface.c1000 php_curl_write *t = ch->handlers->write; in curl_write() local
1077 php_curl_progress *t = ch->handlers->progress; in curl_progress() local
1153 php_curl_read *t = ch->handlers->read; in curl_read() local
1229 php_curl_write *t = ch->handlers->write_header; in curl_write_header() local
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.c228 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli… in timelib_get_zone()
1048 int t; in timelib_strtointerval() local
H A Dastro.c214 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
H A Dparse_tz.c438 timelib_sll timelib_get_current_offset(timelib_time *t) in timelib_get_current_offset()
/PHP-5.4/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.c880 register char *s, *t; in zend_scan_escape_string() local
3038 register char *s, *t; in lex_scan() local
/PHP-5.4/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.4/ext/phar/
H A Dutil.c134 phar_entry_info *t; in phar_seek_efp() local
2279 zval *t; local
2327 zval *t; local
/PHP-5.4/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.4/ext/pdo/
H A Dpdo_sql_parser.c442 int t; in pdo_parse_params() local
/PHP-5.4/ext/soap/
H A Dphp_http.c944 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request() local
1045 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.4/ext/sockets/
H A Dsockets.c504 char *t = (char *) buf; local
710 struct sockaddr_in t = {0}; local
720 struct sockaddr_in6 t = {0}; local
2564 int t; local
/PHP-5.4/win32/
H A Dregistry.c133 FILETIME t; in LoadDirectory() local
/PHP-5.4/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.4/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.4/ext/date/
H A Dphp_date.c1009 static char *date_format(char *format, int format_len, timelib_time *t, int localtime) in date_format()
1189 timelib_time *t; in php_format_date() local
1216 timelib_time *t; in php_idate() local
1402 timelib_time *t, *now; in PHP_FUNCTION() local
3779 static char *date_interval_format(char *format, int format_len, timelib_rel_time *t) in date_interval_format()
4118 timelib_time *t; in php_do_date_sunrise_sunset() local
4217 timelib_time *t, *t2; in PHP_FUNCTION() local

Completed in 152 milliseconds

1234