Searched refs:scheme (Results 26 - 45 of 45) sorted by relevance

12

/freebsd-10.0-release/contrib/serf/
H A Dserf_private.h117 const serf__authn_scheme_t *scheme; member in struct:serf__authn_info_t
265 /* Exploded host url, path ommitted. Only scheme, hostinfo, hostname &
269 /* connection and authentication scheme specific information */
300 * For each authentication scheme we need a handler function of type
314 * For each authentication scheme we need an initialization function of type
316 * serf tries a specific authentication scheme handler.
324 * For each authentication scheme we need an initialization function of type
329 (*serf__init_conn_func_t)(const serf__authn_scheme_t *scheme,
335 * For each authentication scheme we need a setup_request function of type
351 * scheme handle
[all...]
/freebsd-10.0-release/sys/geom/part/
H A Dg_part.c602 struct g_part_scheme *iter, *scheme; local
607 scheme = (table != NULL) ? table->gpt_scheme : NULL;
608 pri = (scheme != NULL) ? G_PART_PROBE(table, cp) : INT_MIN;
612 scheme = NULL;
627 scheme = iter;
638 return ((scheme == NULL) ? ENXIO : 0);
891 struct g_part_scheme *scheme; local
897 scheme = gpp->gpp_scheme;
913 (gpp->gpp_entries < scheme->gps_minent ||
914 gpp->gpp_entries > scheme
2196 struct g_part_scheme *scheme; local
2234 g_part_modevent(module_t mod, int type, struct g_part_scheme *scheme) argument
[all...]
/freebsd-10.0-release/lib/libfetch/
H A Dcommon.c180 * Return the default port for a scheme
183 fetch_default_port(const char *scheme) argument
187 if ((se = getservbyname(scheme, "tcp")) != NULL)
189 if (strcasecmp(scheme, SCHEME_FTP) == 0)
191 if (strcasecmp(scheme, SCHEME_HTTP) == 0)
197 * Return the default proxy port for a scheme
200 fetch_default_proxy_port(const char *scheme) argument
202 if (strcasecmp(scheme, SCHEME_FTP) == 0)
204 if (strcasecmp(scheme, SCHEME_HTTP) == 0)
/freebsd-10.0-release/contrib/serf/auth/
H A Dauth_spnego_gss.c115 const serf__authn_scheme_t *scheme,
114 serf__spnego_create_sec_context(serf__spnego_context_t **ctx_p, const serf__authn_scheme_t *scheme, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dauth_digest.c307 code, authn_info->scheme->name,
354 serf__init_digest_connection(const serf__authn_scheme_t *scheme, argument
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dupnp_xml.c186 * schema following actionName will be WFA scheme instead
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen.c240 const char *scheme = NULL; /* digest/signature scheme */ local
243 int nid; /* X509 digest/signature scheme */
299 scheme = OPT_ARG( CERTIFICATE );
515 while (scheme == NULL && rval == 0 && !HAVE_OPT(ID_KEY)) {
529 scheme = OBJ_nid2sn(nid);
531 "Using scheme %s from %s\n", scheme,
536 scheme = "RSA-MD5";
539 ectx = EVP_get_digestbyname(scheme);
[all...]
H A Dntp-keygen-opts.def22 arg-name = scheme;
24 descrip = "certificate scheme";
176 descrip = "trusted certificate (TC scheme)";
/freebsd-10.0-release/sbin/geom/class/part/
H A Dgeom_part.c122 { 's', "scheme", NULL, G_TYPE_STRING },
126 "-s scheme [-n entries] [-f flags] provider"
584 const char *s, *scheme; local
589 scheme = find_geomcfg(gp, "scheme");
612 scheme, fmtsize(pp->lg_mediasize),
722 const char *s, *scheme; local
746 scheme = find_geomcfg(gp, "scheme");
747 if (scheme
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c289 uncanonicalized form so that the scheme relative URL
1499 /* Return the scheme of @a uri in @a scheme allocated from @a pool.
1500 If @a uri does not appear to be a valid URI, then @a scheme will
1503 uri_scheme(const char **scheme, const char *uri, apr_pool_t *pool)
1513 *scheme = apr_pstrmemdup(pool, uri, i);
1519 _("URL '%s' does not begin with a scheme"),
1653 /* The remaining URLs are relative to either the scheme or server root
1662 /* Relative to the scheme: Build a new URL from the parts we know. */
1665 const char *scheme;
1501 uri_scheme(const char **scheme, const char *uri, apr_pool_t *pool) argument
1663 const char *scheme; local
[all...]
/freebsd-10.0-release/contrib/tnftp/src/
H A Dfetch.c149 const char *cp, *scheme, *errormsg; local
160 scheme = "Basic"; /* only support Basic authentication */
165 if (! match_token(&cp, scheme)) {
220 /* scheme + " " + enc + "\0" */
221 rlen = strlen(scheme) + 1 + (clen + 2) * 4 / 3 + 1;
223 (void)strlcpy(*response, scheme, rlen);
994 "fetch_url: skipping unknown auth scheme `%s'\n",
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c468 url.port = apr_uri_port_of_scheme(url.scheme);
472 serf_sess->using_ssl = (svn_cstring_casecmp(url.scheme, "https") == 0);
H A Dutil.c179 port = apr_uri_port_of_scheme(session->session_url.scheme);
183 session->session_url.scheme,
H A Dcommit.c323 (code.google.com sometimes returns an 'http:' scheme for an
325 scheme, host, and port here and re-adding the correct ones
1365 ctx->session->session_url.scheme,
1455 ctx->session->session_url.scheme,
/freebsd-10.0-release/usr.sbin/pkg/
H A Dpkg.c207 if (strcmp(u->scheme, "file") != 0 &&
210 "_%s._tcp.%s", u->scheme, u->host);
/freebsd-10.0-release/contrib/opie/
H A Dconfigure1272 # Extract the first word of "scheme", so it can be a program name with args.
1273 set dummy scheme; ac_word=$2
1288 ac_dummy="/usr/lib/iaf/scheme"
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex1453 % Support font families that don't use the same naming scheme as CM.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1520 % Support font families that don't use the same naming scheme as CM.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex1454 % Support font families that don't use the same naming scheme as CM.
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure1695 --enable-nist - if we should enable the NIST lockclock scheme
25032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should enable NIST lockclock scheme" >&5
25033 $as_echo_n "checking if we should enable NIST lockclock scheme... " >&6; }

Completed in 413 milliseconds

12