Home | History | Annotate | Download | only in mongoose

Lines Matching refs:mg_connection

31 struct mg_connection;  // Handle for the individual connection
59 MG_INIT_SSL // Mongoose initializes SSL. Instead of mg_connection *,
69 // client, etc. See functions below that accept "mg_connection *".
80 struct mg_connection *conn,
154 int mg_write(struct mg_connection *, const void *buf, size_t len);
163 int mg_printf(struct mg_connection *, const char *fmt, ...);
167 void mg_send_file(struct mg_connection *conn, const char *path);
171 int mg_read(struct mg_connection *, void *buf, size_t len);
179 const char *mg_get_header(const struct mg_connection *, const char *name);
212 int mg_get_cookie(const struct mg_connection *,