Searched refs:times (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/build/ |
| H A D | build2.mk | 33 SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT is expanded from...|the top level)'||true)
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_request.c | 5 #include <sys/times.h> 74 times(&cpu); 186 times(&cpu);
|
| H A D | fpm_scoreboard.h | 10 #include <sys/times.h>
|
| H A D | fpm_log.c | 12 #include <sys/times.h>
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 1165 #include <sys/times.h> 1168 #define GETTIME(t) times(&(t))
|
| /PHP_TRUNK/ext/hash/ |
| H A D | hash.c | 922 int times = bytes / block_size; local 923 if (bytes % block_size != 0) times++; 928 key = ecalloc(1, times * block_size); 931 for (i = 0; i < times; i++) {
|
| /PHP_TRUNK/ext/posix/ |
| H A D | posix.c | 48 #include <sys/times.h> 646 Get process times (POSIX.1, 4.5.2) */ 654 if ((ticks = times(&t)) == -1) {
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.c | 840 * "All date-times in RSS conform to the Date and Time Specification of RFC 822, 1427 char *times, *initial_ts; local 1437 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sl", ×, &time_len, &preset_ts) != FAILURE) { 1450 } else if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", ×, &time_len, &preset_ts) != FAILURE) { 1465 t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
|
Completed in 30 milliseconds