Searched refs:body (Results 1 - 25 of 796) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_oldacl.c50 ne_buffer *body = ne_buffer_create(); local
53 ne_buffer_zappend(body,
62 ne_buffer_concat(body, "<ace>" EOL "<principal>", NULL);
66 ne_buffer_zappend(body, "<all/>" EOL);
69 ne_buffer_concat(body, "<property><", right[m].principal,
73 ne_buffer_concat(body, "<href>", right[m].principal,
78 ne_buffer_concat(body, "</principal>" EOL "<", type, ">" EOL, NULL);
81 ne_buffer_concat(body,
85 ne_buffer_concat(body,
89 ne_buffer_concat(body,
114 ne_buffer *body = acl_body(entries, numentries); local
[all...]
H A Dne_acl3744.c52 ne_buffer *body = ne_buffer_create(); local
55 ne_buffer_zappend(body,
64 ne_buffer_concat(body, "<ace>" EOL "<principal>", NULL);
68 ne_buffer_czappend(body, "<all/>" EOL);
71 ne_buffer_czappend(body, "<authenticated/>" EOL);
74 ne_buffer_czappend(body, "<unauthenticated/>" EOL);
77 ne_buffer_czappend(body, "<self/>" EOL);
80 ne_buffer_concat(body, "<property><", right[m].tname,
84 ne_buffer_concat(body, "<href>", right[m].tname,
89 ne_buffer_concat(body, "</principa
161 ne_buffer *body = acl_body(entries, numentries); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_oldacl.c50 ne_buffer *body = ne_buffer_create(); local
53 ne_buffer_zappend(body,
62 ne_buffer_concat(body, "<ace>" EOL "<principal>", NULL);
66 ne_buffer_zappend(body, "<all/>" EOL);
69 ne_buffer_concat(body, "<property><", right[m].principal,
73 ne_buffer_concat(body, "<href>", right[m].principal,
78 ne_buffer_concat(body, "</principal>" EOL "<", type, ">" EOL, NULL);
81 ne_buffer_concat(body,
85 ne_buffer_concat(body,
89 ne_buffer_concat(body,
114 ne_buffer *body = acl_body(entries, numentries); local
[all...]
H A Dne_acl3744.c52 ne_buffer *body = ne_buffer_create(); local
55 ne_buffer_zappend(body,
64 ne_buffer_concat(body, "<ace>" EOL "<principal>", NULL);
68 ne_buffer_czappend(body, "<all/>" EOL);
71 ne_buffer_czappend(body, "<authenticated/>" EOL);
74 ne_buffer_czappend(body, "<unauthenticated/>" EOL);
77 ne_buffer_czappend(body, "<self/>" EOL);
80 ne_buffer_concat(body, "<property><", right[m].tname,
84 ne_buffer_concat(body, "<href>", right[m].tname,
89 ne_buffer_concat(body, "</principa
161 ne_buffer *body = acl_body(entries, numentries); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_oldacl.c50 ne_buffer *body = ne_buffer_create(); local
53 ne_buffer_zappend(body,
62 ne_buffer_concat(body, "<ace>" EOL "<principal>", NULL);
66 ne_buffer_zappend(body, "<all/>" EOL);
69 ne_buffer_concat(body, "<property><", right[m].principal,
73 ne_buffer_concat(body, "<href>", right[m].principal,
78 ne_buffer_concat(body, "</principal>" EOL "<", type, ">" EOL, NULL);
81 ne_buffer_concat(body,
85 ne_buffer_concat(body,
89 ne_buffer_concat(body,
114 ne_buffer *body = acl_body(entries, numentries); local
[all...]
H A Dne_acl3744.c52 ne_buffer *body = ne_buffer_create(); local
55 ne_buffer_zappend(body,
64 ne_buffer_concat(body, "<ace>" EOL "<principal>", NULL);
68 ne_buffer_czappend(body, "<all/>" EOL);
71 ne_buffer_czappend(body, "<authenticated/>" EOL);
74 ne_buffer_czappend(body, "<unauthenticated/>" EOL);
77 ne_buffer_czappend(body, "<self/>" EOL);
80 ne_buffer_concat(body, "<property><", right[m].tname,
84 ne_buffer_concat(body, "<href>", right[m].tname,
89 ne_buffer_concat(body, "</principa
161 ne_buffer *body = acl_body(entries, numentries); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/smb2/
H A Dread.c36 SCVAL(req->out.body, 0x02, 0); /* pad */
37 SCVAL(req->out.body, 0x03, 0); /* reserved */
38 SIVAL(req->out.body, 0x04, io->in.length);
39 SBVAL(req->out.body, 0x08, io->in.offset);
40 smb2_push_handle(req->out.body+0x10, &io->in.file.handle);
41 SIVAL(req->out.body, 0x20, io->in.min_count);
42 SIVAL(req->out.body, 0x24, io->in.channel);
43 SIVAL(req->out.body, 0x28, io->in.remaining);
44 SSVAL(req->out.body, 0x2C, io->in.channel_offset);
45 SSVAL(req->out.body,
[all...]
H A Dclose.c38 SSVAL(req->out.body, 0x02, io->in.flags);
39 SIVAL(req->out.body, 0x04, 0); /* pad */
40 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
60 io->out.flags = SVAL(req->in.body, 0x02);
61 io->out._pad = IVAL(req->in.body, 0x04);
62 io->out.create_time = smbcli_pull_nttime(req->in.body, 0x08);
63 io->out.access_time = smbcli_pull_nttime(req->in.body, 0x10);
64 io->out.write_time = smbcli_pull_nttime(req->in.body, 0x18);
65 io->out.change_time = smbcli_pull_nttime(req->in.body, 0x20);
66 io->out.alloc_size = BVAL(req->in.body,
[all...]
H A Dbreak.c36 SCVAL(req->out.body, 0x02, io->in.oplock_level);
37 SCVAL(req->out.body, 0x03, io->in.reserved);
38 SIVAL(req->out.body, 0x04, io->in.reserved2);
39 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
59 io->out.oplock_level = CVAL(req->in.body, 0x02);
60 io->out.reserved = CVAL(req->in.body, 0x03);
61 io->out.reserved2 = IVAL(req->in.body, 0x04);
62 smb2_pull_handle(req->in.body+0x08, &io->out.file.handle);
H A Dnegprot.c44 SSVAL(req->out.body, 0x00, 0x24);
45 SSVAL(req->out.body, 0x02, io->in.dialect_count);
46 SSVAL(req->out.body, 0x04, io->in.security_mode);
47 SSVAL(req->out.body, 0x06, io->in.reserved);
48 SIVAL(req->out.body, 0x08, io->in.capabilities);
49 ndr_err = smbcli_push_guid(req->out.body, 0x0C, &io->in.client_guid);
54 smbcli_push_nttime(req->out.body, 0x1C, io->in.start_time);
56 SSVAL(req->out.body, 0x24 + i*2, io->in.dialects[i]);
80 io->out.security_mode = SVAL(req->in.body, 0x02);
81 io->out.dialect_revision = SVAL(req->in.body,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/smb2/
H A Dread.c36 SCVAL(req->out.body, 0x02, 0); /* pad */
37 SCVAL(req->out.body, 0x03, 0); /* reserved */
38 SIVAL(req->out.body, 0x04, io->in.length);
39 SBVAL(req->out.body, 0x08, io->in.offset);
40 smb2_push_handle(req->out.body+0x10, &io->in.file.handle);
41 SIVAL(req->out.body, 0x20, io->in.min_count);
42 SIVAL(req->out.body, 0x24, io->in.channel);
43 SIVAL(req->out.body, 0x28, io->in.remaining);
44 SSVAL(req->out.body, 0x2C, io->in.channel_offset);
45 SSVAL(req->out.body,
[all...]
H A Dclose.c38 SSVAL(req->out.body, 0x02, io->in.flags);
39 SIVAL(req->out.body, 0x04, 0); /* pad */
40 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
60 io->out.flags = SVAL(req->in.body, 0x02);
61 io->out._pad = IVAL(req->in.body, 0x04);
62 io->out.create_time = smbcli_pull_nttime(req->in.body, 0x08);
63 io->out.access_time = smbcli_pull_nttime(req->in.body, 0x10);
64 io->out.write_time = smbcli_pull_nttime(req->in.body, 0x18);
65 io->out.change_time = smbcli_pull_nttime(req->in.body, 0x20);
66 io->out.alloc_size = BVAL(req->in.body,
[all...]
H A Dbreak.c36 SCVAL(req->out.body, 0x02, io->in.oplock_level);
37 SCVAL(req->out.body, 0x03, io->in.reserved);
38 SIVAL(req->out.body, 0x04, io->in.reserved2);
39 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
59 io->out.oplock_level = CVAL(req->in.body, 0x02);
60 io->out.reserved = CVAL(req->in.body, 0x03);
61 io->out.reserved2 = IVAL(req->in.body, 0x04);
62 smb2_pull_handle(req->in.body+0x08, &io->out.file.handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/smb2/
H A Dread.c36 SCVAL(req->out.body, 0x02, 0); /* pad */
37 SCVAL(req->out.body, 0x03, 0); /* reserved */
38 SIVAL(req->out.body, 0x04, io->in.length);
39 SBVAL(req->out.body, 0x08, io->in.offset);
40 smb2_push_handle(req->out.body+0x10, &io->in.file.handle);
41 SIVAL(req->out.body, 0x20, io->in.min_count);
42 SIVAL(req->out.body, 0x24, io->in.channel);
43 SIVAL(req->out.body, 0x28, io->in.remaining);
44 SSVAL(req->out.body, 0x2C, io->in.channel_offset);
45 SSVAL(req->out.body,
[all...]
H A Dclose.c38 SSVAL(req->out.body, 0x02, io->in.flags);
39 SIVAL(req->out.body, 0x04, 0); /* pad */
40 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
60 io->out.flags = SVAL(req->in.body, 0x02);
61 io->out._pad = IVAL(req->in.body, 0x04);
62 io->out.create_time = smbcli_pull_nttime(req->in.body, 0x08);
63 io->out.access_time = smbcli_pull_nttime(req->in.body, 0x10);
64 io->out.write_time = smbcli_pull_nttime(req->in.body, 0x18);
65 io->out.change_time = smbcli_pull_nttime(req->in.body, 0x20);
66 io->out.alloc_size = BVAL(req->in.body,
[all...]
H A Dbreak.c36 SCVAL(req->out.body, 0x02, io->in.oplock_level);
37 SCVAL(req->out.body, 0x03, io->in.reserved);
38 SIVAL(req->out.body, 0x04, io->in.reserved2);
39 smb2_push_handle(req->out.body+0x08, &io->in.file.handle);
59 io->out.oplock_level = CVAL(req->in.body, 0x02);
60 io->out.reserved = CVAL(req->in.body, 0x03);
61 io->out.reserved2 = IVAL(req->in.body, 0x04);
62 smb2_pull_handle(req->in.body+0x08, &io->out.file.handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/tests/
H A DTest-k.px16 <body>
18 </body>
27 <body>
29 </body>
38 <body>
40 </body>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/tests/
H A DTest-k.px16 <body>
18 </body>
27 <body>
29 </body>
38 <body>
40 </body>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/tests/
H A DTest-k.px16 <body>
18 </body>
27 <body>
29 </body>
38 <body>
40 </body>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/docs/csharp/scripts/
H A DSplitScreen.js9 document.body.style.margin = "0px";
10 document.body.style.overflow = "hidden";
22 var height = document.body.clientHeight - this.nonScrollingRegion.offsetHeight;
28 this.scrollingRegion.style.width = document.body.clientWidth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/docs/csharp/scripts/
H A DSplitScreen.js9 document.body.style.margin = "0px";
10 document.body.style.overflow = "hidden";
22 var height = document.body.clientHeight - this.nonScrollingRegion.offsetHeight;
28 this.scrollingRegion.style.width = document.body.clientWidth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dmk_rep.c43 EncAPRepPart body; local
52 memset (&body, 0, sizeof(body));
54 body.ctime = auth_context->authenticator->ctime;
55 body.cusec = auth_context->authenticator->cusec;
62 free_EncAPRepPart(&body);
67 &body.subkey);
69 free_EncAPRepPart(&body);
75 body.subkey = NULL;
81 ALLOC(body
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/docs/csharp/scripts/
H A DSplitScreen.js9 document.body.style.margin = "0px";
10 document.body.style.overflow = "hidden";
22 var height = document.body.clientHeight - this.nonScrollingRegion.offsetHeight;
28 this.scrollingRegion.style.width = document.body.clientWidth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dmk_rep.c43 EncAPRepPart body; local
52 memset (&body, 0, sizeof(body));
54 body.ctime = auth_context->authenticator->ctime;
55 body.cusec = auth_context->authenticator->cusec;
62 free_EncAPRepPart(&body);
67 &body.subkey);
69 free_EncAPRepPart(&body);
75 body.subkey = NULL;
81 ALLOC(body
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dmk_rep.c43 EncAPRepPart body; local
52 memset (&body, 0, sizeof(body));
54 body.ctime = auth_context->authenticator->ctime;
55 body.cusec = auth_context->authenticator->cusec;
62 free_EncAPRepPart(&body);
67 &body.subkey);
69 free_EncAPRepPart(&body);
75 body.subkey = NULL;
81 ALLOC(body
[all...]

Completed in 134 milliseconds

1234567891011>>