os_ext.h File Reference
Go to the source code of this file.
Functions
int CDB___os_unlink
__P ((
DB_ENV *, const char *))
int CDB___os_tmpdir
__P ((
DB_ENV *, u_int32_t))
int CDB___os_ioinfo
__P ((
DB_ENV *, const char *,
DB_FH *, u_int32_t *, u_int32_t *, u_int32_t *))
int CDB___os_exists
__P ((const char *, int *))
int CDB___os_sleep
__P ((
DB_ENV *, u_long, u_long))
int CDB___os_rename
__P ((
DB_ENV *, const char *, const char *))
int CDB___os_open
__P ((
DB_ENV *, const char *, u_int32_t, int,
DB_FH *))
int CDB___os_unmapfile
__P ((
DB_ENV *, void *, size_t))
int CDB___os_mapfile
__P ((
DB_ENV *, char *,
DB_FH *, size_t, int, void **))
int CDB___os_closehandle
__P ((
DB_FH *))
int CDB___os_openhandle
__P ((
DB_ENV *, const char *, int, int,
DB_FH *))
int CDB___os_fileid
__P ((
DB_ENV *, const char *, int, u_int8_t *))
void CDB___os_set_errno
__P ((int))
int CDB___os_get_errno
__P ((void))
void CDB___os_dirfree
__P ((char **, int))
int CDB___os_dirlist
__P ((
DB_ENV *, const char *, char ***, int *))
void *CDB___ua_memcpy
__P ((void *, const void *, size_t))
void CDB___os_freestr
__P ((void *))
void CDB___os_free
__P ((void *, size_t))
int CDB___os_realloc
__P ((
DB_ENV *, size_t, void *(*)(void *, size_t), void *))
int CDB___os_malloc
__P ((
DB_ENV *, size_t, void *(*)(size_t), void *))
int CDB___os_calloc
__P ((
DB_ENV *, size_t, size_t, void *))
int CDB___os_strdup
__P ((
DB_ENV *, const char *, void *))
int CDB___os_abspath
__P ((const char *))