Searched refs:log_message (Results 1 – 9 of 9) sorted by relevance
46 log_message(const struct mg_connection *conn, const char *message) in log_message() function66 callbacks.log_message = log_message; in main()
202 log_message(const struct mg_connection *conn, const char *message) in log_message() function258 callbacks.log_message = log_message; in main()
948 log_message(const struct mg_connection *conn, const char *message) in log_message() function1030 callbacks.log_message = log_message; in main()
19 …o the opened error log stream. Log messages can be processed with the `log_message()` callback fun…
37 |**`log_message`**|**`int (*log_message)( const struct mg_connection *conn, const char *message );`…38 | |The callback function `log_message()` is called when CivetWeb is about to log a message. If the …
286 if (cb.log_message == NULL) { in test_mg_start()287 cb.log_message = test_log_message; in test_mg_start()379 callbacks.log_message = log_msg_func; in test_mg_start_stop_http_server_impl()614 callbacks.log_message = log_msg_func; in START_TEST()751 callbacks.log_message = log_msg_func; in START_TEST()3584 callbacks.log_message = log_msg_func; in START_TEST()4235 callbacks.log_message = log_msg_func; in START_TEST()4424 callbacks.log_message = log_msg_func; in START_TEST()
242 int (*log_message)(const struct mg_connection *, const char *message); member
908 log_message(const struct mg_connection *conn, const char *message) in log_message() function1365 callbacks.log_message = &log_message; in start_civetweb()
3738 if ((conn->phys_ctx->callbacks.log_message == NULL)3739 || (conn->phys_ctx->callbacks.log_message(conn, buf) == 0)) {