Home | History | Annotate | Download | only in libevent

Lines Matching full:cur_p

502 		struct tm *cur_p;
505 cur_p = gmtime(&t);
508 cur_p = &cur;
511 "%a, %d %b %Y %H:%M:%S GMT", cur_p) != 0) {