Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 103) sorted by last modified time

12345

/PHP-5.6/win32/
H A Dregistry.c133 FILETIME t; in LoadDirectory() local
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c54 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
H A Dphpdbg_cmd.c502 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
H A Dphpdbg_cmd.h71 #define phpdbg_init_param(v, t) do{ \ argument
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c283 char **env, *p, *t = buf; in litespeed_php_import_environment_variables() local
H A Dlsapilib.c3348 uint32 t; in byteReverse() local
3378 register uint32 t; in lsapi_MD5Update() local
/PHP-5.6/sapi/fpm/fpm/
H A Dzlog.c69 struct tm t; in zlog_print_time() local
H A Dfpm_log.c386 time_t *t; in fpm_log_write() local
/PHP-5.6/sapi/continuity/
H A Dcapi.c67 httpTtrans *t; member
473 int phpFservice(httpTtrans * t, lstTset * opts) in phpFservice()
/PHP-5.6/sapi/fpm/fpm/events/
H A Dport.c120 timespec_t t; in fpm_event_port_wait() local
H A Dkqueue.c121 struct timespec t; in fpm_event_kqueue_wait() local
H A Dselect.c91 struct timeval t; in fpm_event_select_wait() local
/PHP-5.6/sapi/cli/
H A Dphp_http_parser.c1610 php_http_parser_init (php_http_parser *parser, enum php_http_parser_type t) in php_http_parser_init()
H A Dphp_cli.c93 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-5.6/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.6/sapi/cgi/
H A Dcgi_main.c1596 char **env, *p, *q, *var, *val, *t = buf; local
/PHP-5.6/main/
H A Dwin95nt.h50 #define php_sleep(t) SleepEx(t*1000, TRUE) argument
H A Dsnprintf.c341 wide_int t = num + 1; in ap_php_conv_10() local
H A Dphp_variables.c510 char **env, *p, *t = buf; in _php_import_environment_variables() local
H A Dmain.c1498 zend_leak_info *t = (zend_leak_info *) data; in php_message_handler_for_zend() local
H A Dmergesort.c110 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() local
338 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
/PHP-5.6/ext/zip/lib/
H A Dzipint.h61 #define _zip_rename(s, t) (!MoveFileExA((s), (t), MOVEFILE_COPY_ALLOWED|MOVEFILE_REPLACE_EXISTING)) argument
/PHP-5.6/ext/standard/
H A Dstreamsfuncs.c35 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
1373 struct timeval t; in PHP_FUNCTION() local
H A Dstring.c1643 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len)
3311 char *s, *t; local
4537 char c, *n, *t; local

Completed in 119 milliseconds

12345