MongoDBCDriver  0.7.1
Functions
env.h File Reference
#include "mongo.h"

Go to the source code of this file.

Functions

MONGO_EXTERN_C_START int mongo_env_set_socket_op_timeout (mongo *conn, int millis)
int mongo_env_read_socket (mongo *conn, void *buf, int len)
int mongo_env_write_socket (mongo *conn, const void *buf, int len)
int mongo_env_socket_connect (mongo *conn, const char *host, int port)
MONGO_EXPORT int mongo_env_sock_init (void)
MONGO_EXPORT int mongo_env_close_socket (int socket)

Detailed Description