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

/freebsd-11-stable/lib/libfetch/
H A Dhttp.c389 http_cmd(conn_t *conn, const char *fmt, ...) function
1289 r = http_cmd(conn, "%s: Digest username=\"%s\",realm=\"%s\","
1296 r = http_cmd(conn, "%s: Digest username=\"%s\",realm=\"%s\","
1323 r = http_cmd(conn, "%s: Basic %s", hdr, auth);
1410 http_cmd(conn, "CONNECT %s:%d HTTP/1.1",
1412 http_cmd(conn, "Host: %s:%d",
1414 http_cmd(conn, "");
1619 http_cmd(conn, "%s %s://%s%s HTTP/1.1",
1622 http_cmd(conn, "%s %s HTTP/1.1",
1632 http_cmd(con
[all...]
/freebsd-11-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 316 milliseconds