HomeSort by: relevance | last modified time | path
    Searched refs:AUTHORITY (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
uri.c 40 size_t authority; member in struct:__anon3
47 #define AUTHORITY(p) (SCHEME(p) + (p)->scheme)
48 #define PATH(p) (AUTHORITY(p) + (p)->authority)
59 parts->authority = 0;
74 parts->authority = strlen(uri);
77 parts->authority = slash - uri;
111 len = s->scheme + a->authority + p->path + q->query + f->fragment;
117 memcpy(out, AUTHORITY(a), a->authority);
    [all...]
  /src/external/bsd/nsd/dist/doc/
differences.tex 242 \subsubsection{b-soattl - BIND sets SOA TTL in authority section to 0 for SOA queries}
251 ;; flags: rd ; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
263 ;; flags: qr aa rd ; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
269 ;; AUTHORITY SECTION:
287 ;; flags: qr aa rd ; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
293 ;; AUTHORITY SECTION:
326 ;; flags: ; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
337 ;; flags: qr aa ; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
343 ;; AUTHORITY SECTION:
360 ;; flags: qr ; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL:
    [all...]

Completed in 21 milliseconds