HomeSort by relevance Sort by last modified time
    Searched refs:mg_connection (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mongoose/
mongoose.h 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 *,
    [all...]
mongoose.c 464 struct mg_connection { struct
465 struct mg_connection *peer; // Remote target in proxy mode
484 static void *call_user(struct mg_connection *conn, enum mg_event event) {
514 static void cry(struct mg_connection *conn, const char *fmt, ...) {
567 static struct mg_connection *fc(struct mg_context *ctx) {
568 static struct mg_connection fake_connection;
627 static int mg_vsnprintf(struct mg_connection *conn, char *buf, size_t buflen,
649 static int mg_snprintf(struct mg_connection *conn, char *buf, size_t buflen,
725 const char *mg_get_header(const struct mg_connection *conn, const char *name) {
786 static int should_keep_alive(const struct mg_connection *conn)
    [all...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_dispatch.h 27 typedef void (HttpCallback)(struct mg_connection* connection,
60 void SendResponse(struct mg_connection* const connection,
67 struct mg_connection* const connection,
84 void Dispatch(struct mg_connection* connection,
115 bool ProcessHttpRequest(struct mg_connection* conn,
webdriver_dispatch.cc 41 struct mg_connection* const connection,
66 void WriteHttpResponse(struct mg_connection* connection,
94 void SendOkWithBody(struct mg_connection* connection,
101 void Shutdown(struct mg_connection* connection,
110 void SendStatus(struct mg_connection* connection,
138 void SendLog(struct mg_connection* connection,
156 void SimulateHang(struct mg_connection* connection,
162 void SendNoContentResponse(struct mg_connection* connection,
168 void SendForbidden(struct mg_connection* connection,
174 void SendNotImplementedError(struct mg_connection* connection
    [all...]
webdriver_server.cc 191 struct mg_connection* connection,

Completed in 185 milliseconds