Searched refs:authority (Results 26 - 31 of 31) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dsdlz.c530 dns_sdlzauthorityfunc_t authority; local
651 if (isorigin && sdlz->dlzimp->methods->authority != NULL) {
653 authority = sdlz->dlzimp->methods->authority;
654 result = (*authority)(zonestr, sdlz->dlzimp->driverarg,
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devdns.c290 int n_authority; /* how many authority RRs have been set? */
294 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1026 u16 trans_id, questions, answers, authority, additional, datalength; local
1039 GET16(authority);
1041 (void) authority; /* suppress "unused variable" warnings. */
1176 for (i = 0; i < authority; ++i) {
1227 u16 trans_id, flags, questions, answers, authority, additional; local
1237 GET16(authority);
1241 (void)authority;
[all...]
H A Dhttp.c4575 /* 2. Optionally, "//" then an 'authority' part. */
4577 char *authority; local
4579 authority = readp;
4581 if (parse_authority(uri, authority, path) < 0)
4612 /* If you didn't get an authority, the path can't begin with "//" */
4615 /* If you did get an authority, the path must begin with "/" or be
/netbsd-current/external/bsd/libevent/dist/
H A Devdns.c293 int n_authority; /* how many authority RRs have been set? */
297 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1045 u16 trans_id, questions, answers, authority, additional, datalength; local
1058 GET16(authority);
1060 (void) authority; /* suppress "unused variable" warnings. */
1193 for (i = 0; i < authority; ++i) {
1244 u16 trans_id, flags, questions, answers, authority, additional; local
1254 GET16(authority);
1258 (void)authority;
[all...]
H A Dhttp.c4818 /* 2. Optionally, "//" then an 'authority' part. */
4820 char *authority; local
4822 authority = readp;
4824 if (parse_authority(uri, authority, path) < 0)
4855 /* If you didn't get an authority, the path can't begin with "//" */
4858 /* If you did get an authority, the path must begin with "/" or be
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c108 char *authority; member in struct:http_cstream
406 stream->authority = isc_mem_get(mctx, stream->authoritylen + AUTHEXTRA);
407 memmove(stream->authority, &uri[stream->up.field_data[ISC_UF_HOST].off],
412 stream->authority +
459 isc_mem_put(mctx, stream->authority,
929 MAKE_NV(":authority", stream->authority,
951 MAKE_NV(":authority", stream->authority,

Completed in 169 milliseconds

12