Home
last modified time | relevance | path

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

12345

/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c212 struct st_mysqlnd_time t; in ps_fetch_time() local
257 struct st_mysqlnd_time t = {0}; in ps_fetch_date() local
289 struct st_mysqlnd_time t; in ps_fetch_datetime() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_proto.h29 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
H A Ddasm_x86.h451 int t = *p++; in dasm_encode() local
H A Dminilua.c215 #define cast(t,exp)((t)(exp)) argument
369 #define sizenode(t)(twoto((t)->lsizenode)) argument
379 #define luaM_freearray(L,b,n,t)luaM_reallocv(L,(b),n,0,sizeof(t)) argument
380 #define luaM_malloc(L,t)luaM_realloc_(L,NULL,0,(t)) argument
381 #define luaM_new(L,t)cast(t*,luaM_malloc(L,sizeof(t))) argument
382 #define luaM_newvector(L,n,t)cast(t*,luaM_reallocv(L,NULL,0,n,sizeof(t))) argument
383 #define luaM_growvector(L,v,nelems,size,t,limit,e)if((nelems)+1>(size))((v)=cast(t*,luaM_growaux_(L… argument
384 #define luaM_reallocvector(L,v,oldn,n,t)((v)=cast(t*,luaM_reallocv(L,v,oldn,n,sizeof(t)))) argument
582 #define luaC_barriert(L,t,v){if(valiswhite(v)&&isblack(obj2gco(t)))luaC_barrierback(L,t);} argument
584 #define luaC_objbarriert(L,t,o){if(iswhite(obj2gco(o))&&isblack(obj2gco(t)))luaC_barrierback(L,t);} argument
/php-src/ext/opcache/jit/ir/
H A Dir.h141 #define IR_IS_TYPE_UNSIGNED(t) ((t) < IR_CHAR) argument
142 #define IR_IS_TYPE_SIGNED(t) ((t) >= IR_CHAR && (t) < IR_DOUBLE) argument
143 #define IR_IS_TYPE_INT(t) ((t) < IR_DOUBLE) argument
144 #define IR_IS_TYPE_FP(t) ((t) >= IR_DOUBLE) argument
H A Dir_emit.c31 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c372 zend_jit_trace_info *t = ((zend_jit_ctx*)ctx)->trace; in zend_jit_get_veneer() local
613 zend_jit_trace_info *t = jit->trace; in jit_SNAPSHOT() local
661 static int32_t _add_trace_const(zend_jit_trace_info *t, int64_t val) in _add_trace_const()
677 uint32_t zend_jit_duplicate_exit_point(ir_ctx *ctx, zend_jit_trace_info *t, uint32_t exit_point, ir… in zend_jit_duplicate_exit_point()
705 zend_jit_trace_info *t = ((zend_jit_ctx*)ctx)->trace; in zend_jit_snapshot_handler() local
15937 zend_jit_trace_info *t = jit->trace; local
16534 static int zend_jit_trace_link_to_root(zend_jit_ctx *jit, zend_jit_trace_info *t, const void *timeo…
H A Dzend_jit_trace.c135 zend_jit_trace_info *t = &zend_jit_traces[ZEND_JIT_TRACE_NUM]; in zend_jit_trace_get_exit_point() local
212 zend_jit_trace_info *t = &zend_jit_traces[ZEND_JIT_TRACE_NUM]; in zend_jit_trace_add_code() local
2606 uint32_t t = ssa_var_info[phi->ssa_var].type; in zend_jit_trace_build_tssa() local
4012 zend_jit_trace_info *t; in zend_jit_trace() local
7347 zend_jit_trace_info *t = NULL; in zend_jit_compile_root_trace() local
7839 static void zend_jit_dump_exit_info(zend_jit_trace_info *t) in zend_jit_dump_exit_info()
8146 zend_jit_trace_info *t; in zend_jit_compile_side_trace() local
8458 zend_jit_trace_info *t = &zend_jit_traces[trace_num]; in zend_jit_trace_exit() local
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c152 zval *t; in _zend_accel_function_hash_copy() local
203 zval *t; in _zend_accel_class_hash_copy() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3721 PCRE2_SPTR t = start_match; in pcre2_dfa_match() local
H A Dpcre2_match.c7172 PCRE2_SPTR t = start_match; in pcre2_match() local
H A Dpcre2_string_utils.c231 PCRE2_UCHAR *t = str1; in PRIV() local
H A Dpcre2_xclass.c71 PCRE2_UCHAR t; in PRIV() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c128 #define T(t) ((sljit_ins)reg_map[t] << 16) argument
130 #define FT(t) ((sljit_ins)freg_map[t] << 16) argument
135 #define TA(t) ((sljit_ins)(t) << 16) argument
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c442 struct tm t; in pdo_firebird_stmt_get_col() local
/php-src/ext/phar/
H A Dutil.c126 phar_entry_info *t; in phar_seek_efp() local
/php-src/ext/posix/
H A Dposix.c373 struct tms t; in PHP_FUNCTION() local
/php-src/ext/random/
H A Dengine_combinedlcg.c76 zval t; in serialize() local
89 zval *t; in unserialize() local
H A Dengine_mt19937.c177 zval t; in serialize() local
194 zval *t; in unserialize() local
320 zval t; in PHP_METHOD() local
346 zval *t; in PHP_METHOD() local
387 zval t; in PHP_METHOD() local
H A Dengine_pcgoneseq128xslrr64.c87 zval *t; in unserialize() local
166 uint64_t t[2]; in PHP_METHOD() local
H A Dengine_xoshiro256starstar.c48 const uint64_t t = s->state[1] << 17; in generate_state() local
124 zval t; in serialize() local
137 zval *t; in unserialize() local
216 uint64_t t[4]; in PHP_METHOD() local
230 uint64_t t[4]; in PHP_METHOD() local
H A Drandomizer.c355 zval *input, t; in PHP_METHOD() local
473 zval t; in PHP_METHOD() local
/php-src/ext/session/
H A Dsession.c1344 time_t t; in php_session_send_cookie() local
/php-src/ext/soap/
H A Dphp_encoding.c3639 encodePtr t = Z_PTR_P(zv); in delete_encoder() local
3657 encodePtr t = Z_PTR_P(zv); in delete_encoder_persistent() local
H A Dphp_http.c1030 char *t = phpurl->path?ZSTR_VAL(phpurl->path):"/"; in make_http_soap_request() local
1138 char *t = ZSTR_VAL(phpurl->path); in make_http_soap_request() local

Completed in 195 milliseconds

12345