Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tvp

415 my_gettimeofday(struct timeval *tvp, void *tzp)
420 if (tvp) {
421 tvp->tv_sec = timebuffer.time;
422 tvp->tv_usec = timebuffer.millitm * 1000L;