Home | History | Annotate | Download | only in libevent

Lines Matching defs:cur_p

429 		struct tm *cur_p;
432 cur_p = gmtime(&t);
435 cur_p = &cur;
438 "%a, %d %b %Y %H:%M:%S GMT", cur_p) != 0) {