Home
last modified time | relevance | path

Searched defs:t (Results 51 – 75 of 114) sorted by relevance

12345

/php-src/sapi/cli/
H A Dphp_http_parser.c1552 php_http_parser_init (php_http_parser *parser, enum php_http_parser_type t) in php_http_parser_init()
H A Dphp_cli.c86 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/ext/soap/
H A Dphp_sdl.c1391 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type() local
1552 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, size_t uri_len, time_t t, time_t … in get_sdl_from_cache()
2121 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl) in add_sdl_to_cache()
3198 time_t t = time(0); in get_sdl() local
3227 time_t t = time(0); in get_sdl() local
/php-src/ext/intl/collator/
H A Dcollator_sort.c317 collator_sort_key_index_t t; in collator_sortkey_swap() local
/php-src/ext/hash/
H A Dhash_md.c298 unsigned char i,j,t = 0; in MD2_Transform() local
H A Dhash_sha3.c109 unsigned char x = 1, y = 0, t; in permute() local
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c415 int t = 0; in sread() local
484 const char *t; in file_pipe2file() local
H A Dder.c417 uint8_t t = gettype(p[x]); in printdata() local
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp113 const Formattable::Type t = types[i]; in umsg_get_numeric_types() local
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c449 char *t; in php_stream_url_wrap_http_ex() local
H A Dmath.c1074 char *s, *t; /* source, target */ in _php_math_number_format_ex() local
1210 char *s, *t; /* source, target */ in _php_math_number_format_long() local
H A Dcrypt_sha256.c94 unsigned int t; in sha256_process_block() local
H A Dcrypt_sha512.c153 unsigned int t; in sha512_process_block() local
H A Dstreamsfuncs.c34 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
1419 struct timeval t; in PHP_FUNCTION() local
H A Dformatted_print.c623 zend_string *t; in php_formatted_print() local
/php-src/ext/date/lib/
H A Dparse_date.c905 static timelib_long timelib_parse_tz_minutes(const char **ptr, timelib_time *t) in timelib_parse_tz_minutes()
936 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con… in timelib_parse_zone()
24848 int t; in timelib_strtotime() local
H A Dparse_iso_intervals.c940 int t; in timelib_strtointerval() local
/php-src/Zend/
H A Dzend_operators.c2514 zend_string *t; in increment_string() local
2595 ZSTR_VAL(t)[Z_STRLEN_P(str) + 1] = '\0'; in increment_string() local
2598 ZSTR_VAL(t)[0] = '1'; in increment_string() local
2601 ZSTR_VAL(t)[0] = 'A'; in increment_string() local
2604 ZSTR_VAL(t)[0] = 'a'; in increment_string() local
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.h70 #define phpdbg_init_param(v, t) do{ \ argument
/php-src/ext/date/
H A Dphp_date.c675 static zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localt… in date_format()
875 timelib_time *t; in php_format_date() local
901 timelib_time *t; in php_idate() local
1087 timelib_time *t, *now; in PHP_FUNCTION() local
3529 static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, timelib_time *t) in set_timezone_from_timelib_time()
4934 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format()
5455 timelib_time *t; in php_do_date_sunrise_sunset() local
5555 timelib_time *t, *t2; in PHP_FUNCTION() local
/php-src/ext/filter/
H A Dfilter.c295 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c442 struct tm t; in pdo_firebird_stmt_get_col() local
/php-src/main/
H A Dphp.h105 # define php_sleep(t) SleepEx(t*1000, TRUE) argument
H A Dsnprintf.c235 int64_t t = num + 1; in ap_php_conv_10() local
/php-src/win32/
H A Dioutil.c862 LARGE_INTEGER t; in php_win32_ioutil_fstat_int() local

Completed in 153 milliseconds

12345