Lines Matching defs:connection
360 { "connection-pool", 'C', "NUM", OPTION_ARG_OPTIONAL,
361 "Use webapi connection pool with NUM threads, default=unlim.", 0 },
366 { "ddl", 'D', "SQL", 0, "Apply extra sqlite ddl/pragma to connection.", 0 },
409 static sqlite3 *db; // single connection, serialized across all our threads!
410 static sqlite3 *dbq; // webapi query-servicing readonly connection, serialized ditto!
656 // represent errors that may get reported to an ostream and/or a libmicrohttpd connection
2151 // connection. Otherwise use the web query threads' read-only connection.
2547 struct MHD_Connection *connection,
2562 (via connection->read_closed = true). */
2572 const char *maxsize_string = MHD_lookup_connection_value(connection, MHD_HEADER_KIND, "X-DEBUGINFOD-MAXSIZE");
2642 r = handle_buildid(connection, buildid, artifacttype, suffix, &fd);
2676 rc = MHD_queue_response (connection, MHD_HTTP_OK, r);
2686 rc = e.mhd_send_response (connection);
2693 obatched(clog) << conninfo(connection)
4314 obatched(clog) << "webapi connection pool " << connection_pool