Searched refs:authority (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsacl.h26 #define NUM_AUTHS 6 /* number of authority fields */
27 #define NUM_SUBAUTHS 5 /* number of sub authority fields */
54 __u8 authority[6]; member in struct:cifs_sid
H A Dcifsacl.c71 if (ctsid->authority[j] != cwsid->authority[j])
114 if (ctsid->authority[i] != cwsid->authority[i])
158 nowner_sid_ptr->authority[i] = owner_sid_ptr->authority[i];
171 ngroup_sid_ptr->authority[i] = group_sid_ptr->authority[i];
281 pntace->sid.authority[i] = psid->authority[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtesttsa.com2 $! A few very basic tests for the 'ts' time stamping authority command.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtesttsa.com2 $! A few very basic tests for the 'ts' time stamping authority command.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestURI.c38 if (uri->authority) printf("authority: %s\n", uri->authority);
H A Duri.c100 * authority = server | reg_name
448 if (uri->authority != NULL) xmlFree(uri->authority);
449 uri->authority = NULL;
468 * Parse an authority part and fills in the appropriate fields
471 * authority = [ userinfo "@" ] host [ ":" port ]
696 * hier-part = "//" authority path-abempty
745 * relative-part = "//" authority path-abempty
1145 } else if (uri->authority != NULL) {
1160 p = uri->authority;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestURI.c38 if (uri->authority) printf("authority: %s\n", uri->authority);
H A Duri.c100 * authority = server | reg_name
448 if (uri->authority != NULL) xmlFree(uri->authority);
449 uri->authority = NULL;
468 * Parse an authority part and fills in the appropriate fields
471 * authority = [ userinfo "@" ] host [ ":" port ]
696 * hier-part = "//" authority path-abempty
745 * relative-part = "//" authority path-abempty
1145 } else if (uri->authority != NULL) {
1160 p = uri->authority;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.c181 * authority = server | reg_name
370 } else if (uri->authority != NULL) {
383 p = uri->authority;
573 if (uri->authority != NULL) xmlFree(uri->authority);
574 uri->authority = NULL;
595 if (uri->authority != NULL) xmlFree(uri->authority);
987 if (uri->authority) {
989 xmlURIEscapeStr(BAD_CAST uri->authority, BAD_CAS
[all...]
H A Duri.in.h32 char *authority; /* the authority part */ member in struct:_xmlURI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.c181 * authority = server | reg_name
370 } else if (uri->authority != NULL) {
383 p = uri->authority;
573 if (uri->authority != NULL) xmlFree(uri->authority);
574 uri->authority = NULL;
595 if (uri->authority != NULL) xmlFree(uri->authority);
987 if (uri->authority) {
989 xmlURIEscapeStr(BAD_CAST uri->authority, BAD_CAS
[all...]
H A Duri.in.h32 char *authority; /* the authority part */ member in struct:_xmlURI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Duri.h36 char *authority; /* the authority part */ member in struct:_xmlURI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Duri.h36 char *authority; /* the authority part */ member in struct:_xmlURI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Duri.h36 char *authority; /* the authority part */ member in struct:_xmlURI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c272 int n_authority; /* how many authority RRs have been set? */
276 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
819 u16 trans_id, questions, answers, authority, additional, datalength; local
830 GET16(authority);
832 (void) authority; /* suppress "unused variable" warnings. */
964 u16 trans_id, flags, questions, answers, authority, additional; local
972 GET16(authority);
1010 /* Ignore answers, authority, and additional. */
1460 APPEND16(0); /* no authority */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c286 int n_authority; /* how many authority RRs have been set? */
290 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1000 u16 trans_id, questions, answers, authority, additional, datalength; local
1013 GET16(authority);
1015 (void) authority; /* suppress "unused variable" warnings. */
1150 for (i = 0; i < authority; ++i) {
1201 u16 trans_id, flags, questions, answers, authority, additional; local
1211 GET16(authority);
1215 (void)authority;
[all...]
H A Dhttp.c4233 /* 2. Optionally, "//" then an 'authority' part. */
4235 char *authority; local
4237 authority = readp;
4239 if (parse_authority(uri, authority, path) < 0)
4270 /* If you didn't get an authority, the path can't begin with "//" */
4273 /* If you did get an authority, the path must begin with "/" or be
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 311 milliseconds