| /dovecot/src/lib-mail/ |
| H A D | test-mbox-from.c | 8 #include <time.h> 11 time_t time; member in struct:test_mbox_from_parse_output 67 (ret == output[i].ret && t == output[i].time && 75 output[i].time += output[i].tz_offset*60; 76 tm = localtime(&output[i].time); 77 output[i].tz_offset = utc_offset(tm, output[i].time); 78 output[i].time -= output[i].tz_offset*60;
|
| H A D | test-message-date.c | 9 time_t time; member in struct:test_message_date 51 (ret == test->ret && t == test->time &&
|
| /dovecot/src/lib-smtp/ |
| H A D | test-smtp-submit.c | 11 #include "time-util.h" 227 time_t time; local 232 time = ioloop_time; 238 test_out("timeout", (ioloop_time - time) < 5); 500 "453 4.3.2 Incapable of accepting messages at this time.\r\n"); 1241 time_t time; local 1246 time = ioloop_time; 1252 test_out("timeout", (ioloop_time - time) < 5); 1978 dec2str(time(NULL)), dec2str(getpid()));
|
| /dovecot/src/lib-storage/index/dbox-common/ |
| H A D | dbox-file.c | 113 uintmax_t time; local 127 if (str_to_uintmax_hex(value, &time) < 0) { 128 dbox_file_set_corrupted(file, "Invalid create time stamp"); 131 file->create_time = (time_t)time;
|
| H A D | dbox-mail.c | 122 uintmax_t time; local 131 time = 0; 132 if (value != NULL && str_to_uintmax_hex(value, &time) < 0) 135 data->received_date = (time_t)time;
|
| /dovecot/src/lib-storage/index/ |
| H A D | index-mail.h | 64 uint32_t time; member in struct:mail_sent_date
|
| /dovecot/src/lib-storage/ |
| H A D | mail-duplicate.c | 26 time_t time; member in struct:mail_duplicate 143 d->time = hdr.stamp; 280 d->time = timestamp; 313 rec.stamp = d->time;
|
| H A D | mail-search-mime.h | 44 SEARCH_MIME_SENTON, /* time must point to beginning of the day */ 75 time_t time; member in union:mail_search_mime_arg::__anon146
|
| H A D | mail-search.h | 25 SEARCH_ON, /* time must point to beginning of the day */ 72 searching for mails within precise time interval. Since imap-dates 99 time_t time; member in struct:mail_search_arg::__anon147
|
| /dovecot/src/lib/ |
| H A D | ioloop.c | 7 #include "time-util.h" 229 called all the time - millisecond is more than enough */ 322 timeout_add_absolute_to(struct ioloop *ioloop, const struct timeval *time, argument 332 timeout->next_run = *time; 340 timeout_add_absolute(const struct timeval *time, argument 345 return timeout_add_absolute_to(current_ioloop, time, 596 /* time moved backwards */ 602 /* the callback may have slept, so check the time again. */ 610 /* time moved forwards */ 768 /* initialize time */ [all...] |
| /dovecot/src/lib-http/ |
| H A D | http-client-queue.c | 13 #include "time-util.h" 26 struct timeval time); 29 const struct timeval *time); 275 e_debug(queue->event, "Connection to %s%s is taking a long time; " 407 /* start soft connect time-out (but only if we have another IP left) */ 465 /* stop soft connect time-out */ 751 const struct timeval *time) 753 i_assert(time->tv_sec > 0); 758 t_strflocaltime("%Y-%m-%d %H:%M:%S", time->tv_sec), 759 ((unsigned long)time 750 http_client_queue_set_request_timer(struct http_client_queue *queue, const struct timeval *time) argument 866 http_client_queue_set_delay_timer(struct http_client_queue *queue, struct timeval time) argument [all...] |
| H A D | http-client-request.c | 9 #include "time-util.h" 538 const struct timeval *time) 543 req->timeout_time = *time; 593 time_t time) 595 req->release_time.tv_sec = time; 664 /* total elapsed time since message was submitted */ 668 /* elapsed time since message was first sent */ 674 /* elapsed time since message was last sent */ 681 /* time spent in other ioloops */ 686 /* time spen 537 http_client_request_set_timeout(struct http_client_request *req, const struct timeval *time) argument 592 http_client_request_delay_until(struct http_client_request *req, time_t time) argument [all...] |
| H A D | test-http-client-errors.c | 10 #include "time-util.h" 2141 struct timeval time; member in struct:_client_retry_with_delay_ctx 2159 real_delay = timeval_diff_msecs(&ioloop_timeval, &ctx->time); 2168 ctx->time = ioloop_timeval; 2187 ctx->time = ioloop_timeval;
|
| /glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/ |
| H A D | AdminCommandLock.java | 270 * Sets the time the exclusive lock was acquired. 272 * @param time the time the lock was acquired 274 private void setLockTimeOfAcquisition(Date time) { argument 275 lockTimeOfAcquisition = time; 279 * Get the time the exclusive lock was acquired. This does not 282 * @return the time the lock was acquired
|
| H A D | SupplementalCommandExecutor.java | 60 public ActionReport.ExitCode execute(String commandName, Supplemental.Timing time, argument
|
| /glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ |
| H A D | ConnectorTimerProxy.java | 149 * Proxy method to schedule a timer task at the specified time. 157 public void schedule(TimerTask task, Date time) { argument 160 timer.schedule(task, time); 163 timer.schedule(task, time);
|
| /glassfish-3.1.2/connectors/work-management/src/main/java/com/sun/enterprise/connectors/work/monitor/ |
| H A D | WorkManagementStatsProvider.java | 72 long time = System.currentTimeMillis(); field in class:WorkManagementStatsProvider 86 "Number of active work objects", time, time); 90 "Number of work objects waiting in the queue for execution", time, time); 94 "Wait time of a work object before it gets executed", time, time); 128 @Description("Wait time of a work object before it gets executed")
|
| /glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
| H A D | ReadOnlyBeanContainer.java | 85 // Sequence number incremented each time a bean-level refresh is requested. 90 // Last time a bean-level timeout refresh event occurred. 248 // amount of time. In the case where a pk-level refresh is needed, 265 robInfo + " current time is " + new Date()); 269 } else if (RELATIVE_TIME_CHECK_MODE && (refreshPeriodInMillis > 0)) { // 0 implies no time based refresh 274 + "; current (approx) time is " + currentTimeInMillis); 281 // Refresh could be true EITHER because time-based refresh 287 + robInfo + " current time is " + new Date()); 300 + robInfo + " current time is " + new Date()); 365 // Set last refresh time afte 863 FinderResultsValue(Object v, long time) argument [all...] |
| H A D | ReadOnlyContextImpl.java | 82 public void setLastRefreshedAt(long time) { argument 83 lastRefreshedAt = time;
|
| /glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/api/ |
| H A D | TransactionAdminBean.java | 105 public void setElapsedTime(long time){ argument 106 m_elapsedTime = time;
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ |
| H A D | Session.java | 114 * Return the creation time for this session. 120 * Set the creation time for this session. This method is called by the 123 * @param time The new creation time 125 public void setCreationTime(long time); argument 157 * Return the last time the client sent a request associated with this 160 * a value associated with the session, do not affect the access time. 180 * Return the maximum time interval, in seconds, between client requests 182 * time indicates that the session should never time ou [all...] |
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/ |
| H A D | AccessLogValve.java | 108 * <li><b>%t</b> - Date and time, in Common Log Format format 312 * ThreadLocal for a time taken formatter for 3 decimal places. 339 * ThreadLocal for a date formatter to format a Date into a time in the format 354 * The time zone relative to GMT. 360 * The system time when we last updated the Date that this valve 628 long time = t2 - ((Long)startTimeObj).longValue(); 743 result.append(replace(ch, date, request, response, time)); 746 result.append(replace(ch, date, request, response,time )); 882 Response response, long time) { 921 value = "" + time; 881 replace(char pattern, Date date, Request request, Response response, long time) argument [all...] |
| /glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/statistics/ |
| H A D | TimeStats.java | 59 public void setTime (long time); argument
|
| /glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/statistics/impl/ |
| H A D | TimeStatsAbstractImpl.java | 112 public void setTime(long time) { argument 114 individualData.get().setTotalTime(time); 115 average.addDataPoint(time); 151 private void setLastSampleTime(long time) { argument 152 this.lastSampleTime.set(time);
|
| /glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/ |
| H A D | LogViewHandlers.java | 324 * This method converts a date/time string to a Date. 327 * @param date The date as a String (or the date/time as a Date) 328 * @param time The time as a String (or null) 332 protected static Date convertDateTime(HandlerContext handlerCtx, Object date, Object time) { argument 342 // Get the date / time string 343 if((time != null) && (time.toString().trim().length() == 0)) { 344 time = null; 347 ((time [all...] |