time64.h File Reference

#include <time.h>
#include "time64_config.h"
Include dependency graph for time64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TM64

Defines

#define GMTIME_R(clock, result)   fake_gmtime_r(clock, result)
#define LOCALTIME_R(clock, result)   fake_localtime_r(clock, result)
#define TM   tm
#define TM64_ASCTIME_FORMAT   "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n"

Typedefs

typedef INT_64_T Int64
typedef Int64 Time64_T
typedef Int64 Year

Functions

char * asctime64 (const struct TM *)
char * asctime64_r (const struct TM *, char *)
char * ctime64 (const Time64_T *)
char * ctime64_r (const Time64_T *, char *)
struct TM * gmtime64 (const Time64_T *)
struct TM * gmtime64_r (const Time64_T *, struct TM *)
struct TM * localtime64 (const Time64_T *)
struct TM * localtime64_r (const Time64_T *, struct TM *)
Time64_T mktime64 (const struct TM *)
Time64_T timegm64 (const struct TM *)
Time64_T timelocal64 (const struct TM *)

Define Documentation

#define GMTIME_R ( clock,
result   )     fake_gmtime_r(clock, result)

Definition at line 69 of file time64.h.

#define LOCALTIME_R ( clock,
result   )     fake_localtime_r(clock, result)

Definition at line 64 of file time64.h.

#define TM   tm

Definition at line 39 of file time64.h.

#define TM64_ASCTIME_FORMAT   "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n"

Definition at line 77 of file time64.h.


Typedef Documentation

typedef INT_64_T Int64

Definition at line 8 of file time64.h.

typedef Int64 Time64_T

Definition at line 9 of file time64.h.

typedef Int64 Year

Definition at line 10 of file time64.h.


Function Documentation

char* asctime64 ( const struct TM *   ) 

Definition at line 816 of file time64.c.

char* asctime64_r ( const struct TM *  ,
char *   
)

Definition at line 781 of file time64.c.

char* ctime64 ( const Time64_T  ) 

Definition at line 820 of file time64.c.

char* ctime64_r ( const Time64_T ,
char *   
)

Definition at line 798 of file time64.c.

struct TM* gmtime64 ( const Time64_T  )  [read]

Definition at line 812 of file time64.c.

struct TM* gmtime64_r ( const Time64_T ,
struct TM *   
) [read]

Definition at line 549 of file time64.c.

struct TM* localtime64 ( const Time64_T  )  [read]

Definition at line 807 of file time64.c.

struct TM* localtime64_r ( const Time64_T ,
struct TM *   
) [read]

Definition at line 676 of file time64.c.

Time64_T mktime64 ( const struct TM *   ) 

Definition at line 518 of file time64.c.

Time64_T timegm64 ( const struct TM *   ) 

Definition at line 232 of file time64.c.

Time64_T timelocal64 ( const struct TM *   ) 

Definition at line 544 of file time64.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


pymongo
Author(s): Bhaskara Marthi
autogenerated on Fri Jan 11 10:09:04 2013