Home | History | Annotate | Download | only in libxml2

Lines Matching full:gettimeofday

19 #define gettimeofday(p1,p2)
427 #define gettimeofday my_gettimeofday
443 gettimeofday(&begin, NULL);
457 gettimeofday(&end, NULL);
473 * No gettimeofday function, so we have to make do with calling clock.
507 * We don't have a gettimeofday or time.h, so we just don't do timing
528 /* We don't have gettimeofday, time or stdarg.h, what crazy world is