Searched refs:http_cmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libfetch/
H A Dhttp.c392 http_cmd(conn_t *conn, const char *fmt, ...) function
1292 r = http_cmd(conn, "%s: Digest username=\"%s\",realm=\"%s\","
1299 r = http_cmd(conn, "%s: Digest username=\"%s\",realm=\"%s\","
1326 r = http_cmd(conn, "%s: Basic %s", hdr, auth);
1417 http_cmd(conn, "CONNECT %s:%d HTTP/1.1", URL->host, URL->port);
1418 http_cmd(conn, "Host: %s:%d", URL->host, URL->port);
1448 http_cmd(conn, "");
1664 http_cmd(conn, "%s %s://%s%s HTTP/1.1",
1667 http_cmd(conn, "%s %s HTTP/1.1",
1677 http_cmd(con
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c1574 char *http_cmd; local
1578 for (idx = 0; (http_cmd = http_cmds[idx]) != NULL;
1581 cmdlen = strlen(http_cmd);
1583 sm_strncasecmp(inp, http_cmd, cmdlen) == 0 &&

Completed in 64 milliseconds