Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c452 char *t; in php_stream_url_wrap_http_ex() local
H A Dstreamsfuncs.c36 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
1351 struct timeval t; in PHP_FUNCTION() local
H A Dcrypt_sha256.c100 unsigned int t; in sha256_process_block() local
H A Dcrypt_sha512.c155 unsigned int t; in sha512_process_block() local
H A Dbrowscap.c155 char *t; in browscap_convert_pattern() local
H A Dformatted_print.c542 zend_string *t; in php_formatted_print() local
/PHP-7.4/Zend/
H A Dzend_interfaces.c315 int t = -1; in zend_implement_aggregate() local
H A Dzend_hash.c165 int32x4_t t = vdupq_n_s32(-1); in zend_hash_real_init_mixed_ex() local
2127 zval *t, *s; in zend_hash_merge() local
2195 zval *t; in zend_hash_merge_ex() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c369 uint8_t t = gettype(p[x]); in printdata() local
H A Dcompress.c357 int t = 0; in sread() local
/PHP-7.4/ext/curl/
H A Dmulti.c488 php_curlm_server_push *t = mh->handlers->server_push; in _php_server_push_callback() local
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c938 int t; in timelib_strtointerval() local
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c402 struct tm t; in firebird_stmt_get_col() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h72 #define phpdbg_init_param(v, t) do{ \ argument
/PHP-7.4/ext/filter/
H A Dfilter.c430 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c105 #define T(t) (reg_map[t] << 16) argument
107 #define FT(t) (freg_map[t] << 16) argument
112 #define TA(t) ((t) << 16) argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h18 #define STRUCT_OFFSET(t, f) XtOffsetOf(t, f) argument
/PHP-7.4/main/
H A Dphp.h115 # define php_sleep(t) SleepEx(t*1000, TRUE) argument
H A Dsnprintf.c338 wide_int t = num + 1; in ap_php_conv_10() local
/PHP-7.4/ext/posix/
H A Dposix.c728 struct tms t; in PHP_FUNCTION() local
/PHP-7.4/win32/
H A Dioutil.c864 LARGE_INTEGER t; in php_win32_ioutil_fstat_int() local
/PHP-7.4/sapi/cli/
H A Dphp_cli.c85 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/ext/sockets/
H A Dsockets.c578 char *t = (char *) buf; local
2384 int t; local
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1008 int t = x2; in gdImageHLine() local
1027 int t = y1; in gdImageVLine() local
1215 inline static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int color, int t) in gdImageSetAAPixelColor()
2089 int t; in gdImageRectangle() local
/PHP-7.4/ext/ffi/
H A Dffi.c167 #define ZEND_FFI_TYPE(t) \ argument
170 #define ZEND_FFI_TYPE_IS_OWNED(t) \ argument
173 #define ZEND_FFI_TYPE_MAKE_OWNED(t) \ argument
299 …ffi_type *t = emalloc(sizeof(ffi_type) + sizeof(ffi_type*) * (zend_hash_num_elements(&type->record… in zend_ffi_make_fake_struct_type() local
396 ffi_type *t = zend_ffi_make_fake_struct_type(type); in zend_ffi_get_type() local
2571 ffi_type *t = zend_ffi_make_fake_struct_type(type); in zend_ffi_pass_arg() local

Completed in 107 milliseconds

12345