HomeSort by: relevance | last modified time | path
    Searched defs:scheme (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/librumpuser/
Makefile 37 .error Unsupported curlwp scheme for thread model: ${RUMP_CURLWP} target
  /src/share/examples/refuse/ian/libfetch/
fetch.h 41 char scheme[URL_SCHEMELEN+1]; member in struct:url
  /src/lib/libcrypt/
crypt.c 502 * We extract the scheme from setting str to allow for
503 * full scheme name comparison
509 nondes_scheme_substr(const char * setting,char * scheme, unsigned int len)
517 /* clear out scheme buffer regardless of result */
518 memset(scheme, 0, len);
520 /* make sure we are working on non-des scheme string */
537 /* copy scheme substr to buffer */
538 memcpy(scheme, start, (size_t)(sep - start));
551 char scheme[12]; local in function:__crypt
562 setting, scheme, sizeof(scheme))
    [all...]
  /src/usr.bin/ftp/
fetch.c 264 const char *cp, *ep, *scheme, *errormsg; local in function:auth_url
275 scheme = "Basic"; /* only support Basic authentication */
280 if (! match_token(&cp, scheme)) {
335 /* scheme + " " + enc + "\0" */
336 rlen = strlen(scheme) + 1 + (clen + 2) * 4 / 3 + 1;
338 (void)strlcpy(*response, scheme, rlen);
1202 "scheme `%s'\n", __func__, token);
1336 "%s: skipping unknown auth scheme `%s'\n",
2342 * part before the colon is a host name, not an URL scheme,
2346 errx(1, "Unsupported URL scheme `%.*s'", (int)(p - url), url)
    [all...]
  /src/libexec/httpd/
bozohttpd.c 1067 const char *scheme, *query, *quest; local in function:handle_redirect
1100 * scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
1116 scheme = absproto ? "" : httpd->sslinfo ? "https://" : "http://";
1142 scheme, hostname, portbuf, url, quest, query);

Completed in 18 milliseconds