tp 546 ext/date/lib/parse_date.c const timelib_lookup_table *tp; tp 555 ext/date/lib/parse_date.c for (tp = timelib_reltext_lookup; tp->name; tp++) { tp 556 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { tp 557 ext/date/lib/parse_date.c value = tp->value; tp 558 ext/date/lib/parse_date.c *behavior = tp->type; tp 579 ext/date/lib/parse_date.c const timelib_lookup_table *tp; tp 588 ext/date/lib/parse_date.c for (tp = timelib_month_lookup; tp->name; tp++) { tp 589 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { tp 590 ext/date/lib/parse_date.c value = tp->value; tp 625 ext/date/lib/parse_date.c const timelib_relunit *tp, *value = NULL; tp 635 ext/date/lib/parse_date.c for (tp = timelib_relunit_lookup; tp->name; tp++) { tp 636 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { tp 637 ext/date/lib/parse_date.c value = tp; tp 681 ext/date/lib/parse_date.c const timelib_tz_lookup_table *tp, *first_found_elem = NULL; tp 688 ext/date/lib/parse_date.c for (tp = timelib_timezone_lookup; tp->name; tp++) { tp 689 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) { tp 692 ext/date/lib/parse_date.c first_found_elem = tp; tp 694 ext/date/lib/parse_date.c return tp; tp 697 ext/date/lib/parse_date.c if (tp->gmtoffset == gmtoffset) { tp 698 ext/date/lib/parse_date.c return tp; tp 721 ext/date/lib/parse_date.c const timelib_tz_lookup_table *tp; tp 730 ext/date/lib/parse_date.c if ((tp = abbr_search(word, -1, 0))) { tp 731 ext/date/lib/parse_date.c value = -tp->gmtoffset / 60; tp 732 ext/date/lib/parse_date.c *dst = tp->type; tp 733 ext/date/lib/parse_date.c value += tp->type * 60; tp 25106 ext/date/lib/parse_date.c const timelib_tz_lookup_table *tp; tp 25108 ext/date/lib/parse_date.c tp = abbr_search(abbr, gmtoffset, isdst); tp 25109 ext/date/lib/parse_date.c if (tp) { tp 25110 ext/date/lib/parse_date.c return (tp->full_tz_name); tp 770 ext/fileinfo/libmagic/cdf.c cdf_timestamp_t tp; tp 937 ext/fileinfo/libmagic/cdf.c (void)memcpy(&tp, &q[o4], sizeof(tp)); tp 938 ext/fileinfo/libmagic/cdf.c inp[i].pi_tp = CDF_TOLE8((uint64_t)tp); tp 1208 ext/fileinfo/libmagic/cdf.c cdf_timestamp_t tp; tp 1252 ext/fileinfo/libmagic/cdf.c tp = info[i].pi_tp; tp 1254 ext/fileinfo/libmagic/cdf.c if (tp < 1000000000000000i64) { tp 1256 ext/fileinfo/libmagic/cdf.c if (tp < 1000000000000000LL) { tp 1258 ext/fileinfo/libmagic/cdf.c cdf_print_elapsed_time(buf, sizeof(buf), tp); tp 1261 ext/fileinfo/libmagic/cdf.c cdf_timestamp_to_timespec(&ts, tp); tp 141 ext/fileinfo/libmagic/readcdf.c cdf_timestamp_t tp; tp 216 ext/fileinfo/libmagic/readcdf.c tp = info[i].pi_tp; tp 217 ext/fileinfo/libmagic/readcdf.c if (tp != 0) { tp 220 ext/fileinfo/libmagic/readcdf.c if (tp < 1000000000000000i64) { tp 222 ext/fileinfo/libmagic/readcdf.c if (tp < 1000000000000000LL) { tp 225 ext/fileinfo/libmagic/readcdf.c sizeof(tbuf), tp); tp 232 ext/fileinfo/libmagic/readcdf.c if (cdf_timestamp_to_timespec(&ts, tp) == -1) { tp 3787 ext/imap/php_imap.c PARAMETER *tp = custom_headers_param; tp 3802 ext/imap/php_imap.c mail_free_body_parameter(&tp); tp 90 ext/mysqlnd/mysqlnd_debug.h #define DBG_PROFILE_TIMEVAL_TO_DOUBLE(tp) ((tp.tv_sec * 1000000LL)+ tp.tv_usec) tp 94 ext/mysqlnd/mysqlnd_debug.h #define DBG_PROFILE_TIMEVAL_TO_DOUBLE(tp) tp 439 ext/standard/dns.c u_char *tp, *p; tp 538 ext/standard/dns.c tp = emalloc(dlen + 1); tp 550 ext/standard/dns.c memcpy(tp + l2 , cp + l1 + 1, n); tp 556 ext/standard/dns.c tp[l2] = '\0'; tp 559 ext/standard/dns.c add_assoc_stringl(*subarray, "txt", tp, l2, 0); tp 590 ext/standard/dns.c tp = (u_char*)name; tp 595 ext/standard/dns.c if (tp > (u_char *)name) { tp 597 ext/standard/dns.c tp[0] = ':'; tp 598 ext/standard/dns.c tp++; tp 600 ext/standard/dns.c tp += sprintf((char*)tp,"%x",s); tp 605 ext/standard/dns.c tp[0] = ':'; tp 606 ext/standard/dns.c tp++; tp 608 ext/standard/dns.c tp[0] = ':'; tp 609 ext/standard/dns.c tp++; tp 610 ext/standard/dns.c tp[0] = '0'; tp 611 ext/standard/dns.c tp++; tp 616 ext/standard/dns.c tp[0] = ':'; tp 617 ext/standard/dns.c tp++; tp 619 ext/standard/dns.c tp[0] = '\0'; tp 630 ext/standard/dns.c tp = (u_char*)name; tp 634 ext/standard/dns.c tp[0] = ':'; tp 635 ext/standard/dns.c tp++; tp 640 ext/standard/dns.c if (tp > (u_char *)name) { tp 642 ext/standard/dns.c tp[0] = ':'; tp 643 ext/standard/dns.c tp++; tp 645 ext/standard/dns.c sprintf((char*)tp, "%x", cp[0] & 0xFF); tp 650 ext/standard/dns.c tp[0] = ':'; tp 651 ext/standard/dns.c tp++; tp 653 ext/standard/dns.c tp[0] = ':'; tp 654 ext/standard/dns.c tp++; tp 655 ext/standard/dns.c tp[0] = '0'; tp 656 ext/standard/dns.c tp++; tp 665 ext/standard/dns.c if (tp > (u_char *)name) { tp 667 ext/standard/dns.c tp[0] = ':'; tp 668 ext/standard/dns.c tp++; tp 670 ext/standard/dns.c tp += sprintf((char*)tp,"%x",s); tp 675 ext/standard/dns.c tp[0] = ':'; tp 676 ext/standard/dns.c tp++; tp 678 ext/standard/dns.c tp[0] = ':'; tp 679 ext/standard/dns.c tp++; tp 680 ext/standard/dns.c tp[0] = '0'; tp 681 ext/standard/dns.c tp++; tp 686 ext/standard/dns.c tp[0] = ':'; tp 687 ext/standard/dns.c tp++; tp 689 ext/standard/dns.c tp[0] = '\0'; tp 257 ext/standard/dns_win32.c char *tp = buf; tp 270 ext/standard/dns_win32.c if (tp > (u_char *)buf) { tp 272 ext/standard/dns_win32.c tp[0] = ':'; tp 273 ext/standard/dns_win32.c tp++; tp 275 ext/standard/dns_win32.c tp += sprintf((char*)tp,"%x", out[i]); tp 280 ext/standard/dns_win32.c tp[0] = ':'; tp 281 ext/standard/dns_win32.c tp++; tp 283 ext/standard/dns_win32.c tp[0] = ':'; tp 284 ext/standard/dns_win32.c tp++; tp 285 ext/standard/dns_win32.c tp[0] = '0'; tp 286 ext/standard/dns_win32.c tp++; tp 292 ext/standard/dns_win32.c tp[0] = ':'; tp 293 ext/standard/dns_win32.c tp++; tp 295 ext/standard/dns_win32.c tp[0] = '\0'; tp 56 ext/standard/microtime.c struct timeval tp = {0}; tp 62 ext/standard/microtime.c if (gettimeofday(&tp, NULL)) { tp 67 ext/standard/microtime.c RETURN_DOUBLE((double)(tp.tv_sec + tp.tv_usec / MICRO_IN_SEC)); tp 73 ext/standard/microtime.c offset = timelib_get_time_zone_info(tp.tv_sec, get_timezone_info(TSRMLS_C)); tp 76 ext/standard/microtime.c add_assoc_long(return_value, "sec", tp.tv_sec); tp 77 ext/standard/microtime.c add_assoc_long(return_value, "usec", tp.tv_usec); tp 86 ext/standard/microtime.c snprintf(ret, 100, "%.8F %ld", tp.tv_usec / MICRO_IN_SEC, tp.tv_sec); tp 4589 ext/standard/string.c char *tbuf, *buf, *p, *tp, *rp, c, lc; tp 4612 ext/standard/string.c tp = tbuf; tp 4614 ext/standard/string.c tbuf = tp = NULL; tp 4632 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tp 4633 ext/standard/string.c pos = tp - tbuf; tp 4634 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tp 4635 ext/standard/string.c tp = tbuf + pos; tp 4637 ext/standard/string.c *(tp++) = '<'; tp 4651 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tp 4652 ext/standard/string.c pos = tp - tbuf; tp 4653 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tp 4654 ext/standard/string.c tp = tbuf + pos; tp 4656 ext/standard/string.c *(tp++) = c; tp 4669 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tp 4670 ext/standard/string.c pos = tp - tbuf; tp 4671 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tp 4672 ext/standard/string.c tp = tbuf + pos; tp 4674 ext/standard/string.c *(tp++) = c; tp 4698 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tp 4699 ext/standard/string.c pos = tp - tbuf; tp 4700 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tp 4701 ext/standard/string.c tp = tbuf + pos; tp 4703 ext/standard/string.c *(tp++) = '>'; tp 4704 ext/standard/string.c *tp='\0'; tp 4705 ext/standard/string.c if (php_tag_find(tbuf, tp-tbuf, allow)) { tp 4706 ext/standard/string.c memcpy(rp, tbuf, tp-tbuf); tp 4707 ext/standard/string.c rp += tp-tbuf; tp 4709 ext/standard/string.c tp = tbuf; tp 4716 ext/standard/string.c tp = tbuf; tp 4722 ext/standard/string.c tp = tbuf; tp 4728 ext/standard/string.c tp = tbuf; tp 4752 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tp 4753 ext/standard/string.c pos = tp - tbuf; tp 4754 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tp 4755 ext/standard/string.c tp = tbuf + pos; tp 4757 ext/standard/string.c *(tp++) = c; tp 4777 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tp 4778 ext/standard/string.c pos = tp - tbuf; tp 4779 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tp 4780 ext/standard/string.c tp = tbuf + pos; tp 4782 ext/standard/string.c *(tp++) = c; tp 4836 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tp 4837 ext/standard/string.c pos = tp - tbuf; tp 4838 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tp 4839 ext/standard/string.c tp = tbuf + pos; tp 4841 ext/standard/string.c *(tp++) = c; tp 1082 main/SAPI.c struct timeval tp = {0}; tp 1083 main/SAPI.c if (!gettimeofday(&tp, NULL)) { tp 1084 main/SAPI.c SG(global_request_time) = (double)(tp.tv_sec + tp.tv_usec / 1000000.00); tp 279 sapi/phpdbg/phpdbg_utils.c struct timeval tp; tp 280 sapi/phpdbg/phpdbg_utils.c if (gettimeofday(&tp, NULL) == SUCCESS) { tp 281 sapi/phpdbg/phpdbg_utils.c rc = fprintf(fp, "[%ld %.8F]: %s\n", tp.tv_sec, tp.tv_usec / 1000000.00, buffer); tp 300 sapi/phpdbg/phpdbg_utils.c struct timeval tp; tp 303 sapi/phpdbg/phpdbg_utils.c if (gettimeofday(&tp, NULL) == SUCCESS) { tp 306 sapi/phpdbg/phpdbg_utils.c const time_t tt = tp.tv_sec; tp 310 sapi/phpdbg/phpdbg_utils.c &buffer, friendly, tp.tv_usec/1000);