Home | History | Annotate | Download | only in libxml2

Lines Matching defs:gettimeofday

19 #define gettimeofday(p1,p2)
428 #define gettimeofday my_gettimeofday
444 gettimeofday(&begin, NULL);
458 gettimeofday(&end, NULL);
474 * No gettimeofday function, so we have to make do with calling clock.
508 * We don't have a gettimeofday or time.h, so we just don't do timing
530 /* We don't have gettimeofday, time or stdarg.h, what crazy world is