Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.1/ext/standard/
H A Dmicrotime.c49 struct timeval tp = {0}; in _php_gettimeofday() local
56 if (gettimeofday(&tp, NULL)) { in _php_gettimeofday()
61 RETURN_DOUBLE((double)(tp.tv_sec + tp.tv_usec / MICRO_IN_SEC)); in _php_gettimeofday()
67 offset = timelib_get_time_zone_info(tp.tv_sec, get_timezone_info()); in _php_gettimeofday()
70 add_assoc_long(return_value, "sec", tp.tv_sec); in _php_gettimeofday()
71 add_assoc_long(return_value, "usec", tp.tv_usec); in _php_gettimeofday()
78 RETURN_NEW_STR(zend_strpprintf(0, "%.8F %ld", tp.tv_usec / MICRO_IN_SEC, (long)tp.tv_sec)); in _php_gettimeofday()
H A Ddns.c659 tp++; in php_parserr()
661 tp += sprintf((char*)tp,"%x",s); in php_parserr()
667 tp++; in php_parserr()
670 tp++; in php_parserr()
672 tp++; in php_parserr()
678 tp++; in php_parserr()
696 tp++; in php_parserr()
704 tp++; in php_parserr()
712 tp++; in php_parserr()
731 tp += sprintf((char*)tp,"%x",s); in php_parserr()
[all …]
H A Ddns_win32.c261 char *tp = buf; in php_parserr() local
276 tp[0] = ':'; in php_parserr()
277 tp++; in php_parserr()
279 tp += sprintf((char*)tp,"%x", out[i]); in php_parserr()
284 tp[0] = ':'; in php_parserr()
285 tp++; in php_parserr()
288 tp++; in php_parserr()
290 tp++; in php_parserr()
296 tp[0] = ':'; in php_parserr()
297 tp++; in php_parserr()
[all …]
H A Dstring.c4894 tp = tbuf;
4896 tbuf = tp = NULL;
4923 *(tp++) = '<';
4983 *(tp++) = '>';
4984 *tp='\0';
4987 rp += tp-tbuf;
4989 tp = tbuf;
5032 *(tp++) = c;
5068 tp = tbuf;
5126 tp = tbuf;
[all …]
/PHP-8.1/Zend/tests/type_declarations/intersection_types/
H A Dassigning_intersection_types.phpt25 $tp = new TestParent();
30 $o->prop = $tp;
37 $r = $o->method1($tp);
39 $r = $o->method2($tp);
/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_upstream.phpt14 $tp = dirname($p) . DIRECTORY_SEPARATOR . basename($p, ".testfile") . ".result";
17 $exp = file_get_contents($tp);
H A Dmagic9644 # skip gluon-ffhat-1.0-tp-link-tl-wr1043n-nd-v2-sysupgrade.bin by printable 2nd character
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua539 if tp then
540 local reg = ovreg or tp.reg
561 if t == tp then
738 local d, tp = parse_gpr(reg)
739 if tp then
741 format(tp.ctypefmt, tailr))
817 if tp then
1034 local tp = map_type[name]
1035 if tp then
1059 local tp = map_type[name]
[all …]
H A Ddasm_arm64.lua257 local tp = map_type[tname or expr]
258 if tp then
259 local reg = ovreg or tp.reg
274 return shl(r, shift), tp
295 return base, tp
488 if tp then
559 if tp then
1140 local tp = map_type[name]
1141 if tp then
1165 local tp = map_type[name]
[all …]
H A Ddasm_mips.lua833 local tp = map_type[tname or expr]
834 if tp then
835 local reg = ovreg or tp.reg
844 if r <= 31 then return r, tp end
896 local r, tp = parse_gpr(reg)
897 if tp then
898 waction("IMM", 32768+16*32, format(tp.ctypefmt, tailr))
1102 local tp = map_type[name]
1103 if tp then
1127 local tp = map_type[name]
[all …]
H A Ddasm_ppc.lua1457 local tp = map_type[tname or expr]
1458 if tp then
1459 local reg = ovreg or tp.reg
1589 local r, tp = parse_gpr(reg)
1591 if tp then
1608 local r, tp = parse_gpr(reg)
1610 if tp then
1840 local tp = map_type[name]
1841 if tp then
1865 local tp = map_type[name]
[all …]
H A Ddasm_x86.lua759 if tp then
760 local reg = ovreg or tp.reg
768 return reg, rnum, tp
797 local tp
799 reg, t.reg, tp = rtexpr(reg)
881 local tp
883 reg, t.reg, tp = rtexpr(reg)
2304 local tp = map_type[name]
2305 if tp then
2332 local tp = map_type[name]
[all …]
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_out.c104 struct timeval tp; in phpdbg_process_print() local
105 if (gettimeofday(&tp, NULL) == SUCCESS) { in phpdbg_process_print()
106 …msgoutlen = phpdbg_asprintf(&msgout, "[%ld %.8F]: %.*s\n", tp.tv_sec, tp.tv_usec / 1000000., msgle… in phpdbg_process_print()
/PHP-8.1/sapi/litespeed/
H A Dlscriu.c179 static void LSCRIU_Set_Global_Counter_Type(GlobalCounterType_t tp) in LSCRIU_Set_Global_Counter_Type() argument
181 if ((tp == CRIU_GCOUNTER_SHM) || (tp == CRIU_GCOUNTER_SIG) in LSCRIU_Set_Global_Counter_Type()
182 || (tp == CRIU_GCOUNTER_PIPE)) { in LSCRIU_Set_Global_Counter_Type()
183 s_global_counter_type = tp; in LSCRIU_Set_Global_Counter_Type()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_debug.h90 #define DBG_PROFILE_TIMEVAL_TO_DOUBLE(tp) ((tp.tv_sec * 1000000LL)+ tp.tv_usec) argument
94 #define DBG_PROFILE_TIMEVAL_TO_DOUBLE(tp) argument
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c141 cdf_timestamp_t tp; in cdf_file_property_info() local
218 tp = info[i].pi_tp; in cdf_file_property_info()
219 if (tp != 0) { in cdf_file_property_info()
221 if (tp < 1000000000000000LL) { in cdf_file_property_info()
223 sizeof(tbuf), tp); in cdf_file_property_info()
229 cdf_timestamp_to_timespec(&ts, tp); in cdf_file_property_info()
H A Dcdf.c1448 cdf_timestamp_t tp; in cdf_dump_property_info() local
1492 tp = info[i].pi_tp; in cdf_dump_property_info()
1493 if (tp < 1000000000000000LL) { in cdf_dump_property_info()
1494 cdf_print_elapsed_time(buf, sizeof(buf), tp); in cdf_dump_property_info()
1498 cdf_timestamp_to_timespec(&ts, tp); in cdf_dump_property_info()
/PHP-8.1/ext/date/lib/
H A Dparse_date.re578 for (tp = timelib_reltext_lookup; tp->name; tp++) {
580 value = tp->value;
611 for (tp = timelib_month_lookup; tp->name; tp++) {
613 value = tp->value;
658 for (tp = timelib_relunit_lookup; tp->name; tp++) {
660 value = tp;
722 for (tp = timelib_timezone_lookup; tp->name; tp++) {
728 return tp;
732 return tp;
772 *dst = tp->type;
[all …]
H A Dparse_date.c580 for (tp = timelib_reltext_lookup; tp->name; tp++) { in timelib_lookup_relative_text()
582 value = tp->value; in timelib_lookup_relative_text()
613 for (tp = timelib_month_lookup; tp->name; tp++) { in timelib_lookup_month()
615 value = tp->value; in timelib_lookup_month()
660 for (tp = timelib_relunit_lookup; tp->name; tp++) { in timelib_lookup_relunit()
662 value = tp; in timelib_lookup_relunit()
724 for (tp = timelib_timezone_lookup; tp->name; tp++) { in abbr_search()
730 return tp; in abbr_search()
734 return tp; in abbr_search()
774 *dst = tp->type; in timelib_lookup_abbr()
[all …]
/PHP-8.1/ext/oci8/tests/
H A Ddetails.inc39 $type_name = strtoupper("tp".substr(str_replace(Array(".", "-"), "_", php_uname("n")), 0, 5));
/PHP-8.1/main/
H A DSAPI.c1089 struct timeval tp = {0}; in sapi_get_request_time() local
1090 if (!gettimeofday(&tp, NULL)) { in sapi_get_request_time()
1091 SG(global_request_time) = (double)(tp.tv_sec + tp.tv_usec / 1000000.00); in sapi_get_request_time()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_gdb.c235 #define SECTDEF(id, tp, al) \ in zend_gdbjit_secthdr() argument
238 sect->type = ELFSECT_TYPE_##tp; \ in zend_gdbjit_secthdr()
/PHP-8.1/ext/date/
H A Dphp_date.c2230 struct timeval tp = {0}; /* For setting microseconds */ in php_date_get_current_time_with_fraction() local
2232 gettimeofday(&tp, NULL); in php_date_get_current_time_with_fraction()
2233 *sec = tp.tv_sec; in php_date_get_current_time_with_fraction()
2234 *usec = tp.tv_usec; in php_date_get_current_time_with_fraction()
/PHP-8.1/ext/imap/
H A Dphp_imap.c3419 PARAMETER *tp = custom_headers_param; in PHP_FUNCTION() local
3434 mail_free_body_parameter(&tp); in PHP_FUNCTION()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1226 cdf_timestamp_t tp;

Completed in 255 milliseconds

12