Home
last modified time | relevance | path

Searched refs:mg_asprintf (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/smplayer/smplayer-21.10.0/webserver/
H A Dmongoose.c1988 int mg_asprintf(char **buf, size_t size, const char *fmt, ...) WEAK;
1989 int mg_asprintf(char **buf, size_t size, const char *fmt, ...) { in mg_asprintf() function
6712 int bl = mg_asprintf(&pbody, sizeof(bbody),
6716 mg_asprintf(&phead, sizeof(bhead),
7597 mg_asprintf(&purl, sizeof(burl), "%.*s%.*s", (int) upstream.len, upstream.p,
8245 mg_asprintf(&conn_addr, sizeof(conn_addr_buf), "tcp://%.*s:%u",
10885 mg_asprintf(&p, sizeof(buf), "%.*s", (int) msg->topic.len,
12506 mg_asprintf(&p_url, sizeof(url), "%s%s%s", proto, sntp_server_name, port);
14342 int l = mg_asprintf(&der_file, 0, MG_SSL_IF_SIMPLELINK_SLFS_PREFIX "%.*s.der",
H A Dmongoose.h2188 int mg_asprintf(char **buf, size_t size, const char *fmt, ...);
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dmongoose.c2205 int mg_asprintf(char **buf, size_t size, const char *fmt, ...) WEAK;
2206 int mg_asprintf(char **buf, size_t size, const char *fmt, ...) { in mg_asprintf() function
7234 int bl = mg_asprintf(&pbody, sizeof(bbody),
7238 mg_asprintf(&phead, sizeof(bhead),
8120 mg_asprintf(&purl, sizeof(burl), "%.*s%.*s", (int) upstream.len, upstream.p,
8776 mg_asprintf(&conn_addr, sizeof(conn_addr_buf), "tcp://%.*s:%u",
11471 mg_asprintf(&p, sizeof(buf), "%.*s", (int) msg->topic.len,
13092 mg_asprintf(&p_url, sizeof(url), "%s%s%s", proto, sntp_server_name, port);
15059 int l = mg_asprintf(&der_file, 0, MG_SSL_IF_SIMPLELINK_SLFS_PREFIX "%.*s.der",
/dports/comms/rtl-433/rtl_433-21.12/include/
H A Dmongoose.h2698 int mg_asprintf(char **buf, size_t size, const char *fmt, ...)