Searched refs:hdtrl (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsendfile.c272 struct iovec hdtrl[2]; local
277 hdtrl[0].iov_base = (void *)header->data;
278 hdtrl[0].iov_len = hdr_len = header->length;
280 hdtrl[0].iov_base = NULL;
281 hdtrl[0].iov_len = hdr_len = 0;
283 hdtrl[1].iov_base = NULL;
284 hdtrl[1].iov_len = 0;
287 while (total + hdtrl[0].iov_len) {
299 nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
301 nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[
344 struct iovec hdtrl; local
415 struct sf_parms hdtrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dsendfile.c272 struct iovec hdtrl[2]; local
277 hdtrl[0].iov_base = (void *)header->data;
278 hdtrl[0].iov_len = hdr_len = header->length;
280 hdtrl[0].iov_base = NULL;
281 hdtrl[0].iov_len = hdr_len = 0;
283 hdtrl[1].iov_base = NULL;
284 hdtrl[1].iov_len = 0;
287 while (total + hdtrl[0].iov_len) {
299 nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
301 nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[
344 struct iovec hdtrl; local
415 struct sf_parms hdtrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dsendfile.c272 struct iovec hdtrl[2]; local
277 hdtrl[0].iov_base = (void *)header->data;
278 hdtrl[0].iov_len = hdr_len = header->length;
280 hdtrl[0].iov_base = NULL;
281 hdtrl[0].iov_len = hdr_len = 0;
283 hdtrl[1].iov_base = NULL;
284 hdtrl[1].iov_len = 0;
287 while (total + hdtrl[0].iov_len) {
299 nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
301 nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[
344 struct iovec hdtrl; local
415 struct sf_parms hdtrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsendfile.c265 struct iovec hdtrl[2]; local
270 hdtrl[0].iov_base = header->data;
271 hdtrl[0].iov_len = hdr_len = header->length;
273 hdtrl[0].iov_base = NULL;
274 hdtrl[0].iov_len = hdr_len = 0;
276 hdtrl[1].iov_base = NULL;
277 hdtrl[1].iov_len = 0;
280 while (total + hdtrl[0].iov_len) {
292 nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
294 nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[
337 struct iovec hdtrl; local
407 struct sf_parms hdtrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsendfile.c265 struct iovec hdtrl[2]; local
270 hdtrl[0].iov_base = header->data;
271 hdtrl[0].iov_len = hdr_len = header->length;
273 hdtrl[0].iov_base = NULL;
274 hdtrl[0].iov_len = hdr_len = 0;
276 hdtrl[1].iov_base = NULL;
277 hdtrl[1].iov_len = 0;
280 while (total + hdtrl[0].iov_len) {
292 nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
294 nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[
337 struct iovec hdtrl; local
407 struct sf_parms hdtrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dsendfile.c265 struct iovec hdtrl[2]; local
270 hdtrl[0].iov_base = header->data;
271 hdtrl[0].iov_len = hdr_len = header->length;
273 hdtrl[0].iov_base = NULL;
274 hdtrl[0].iov_len = hdr_len = 0;
276 hdtrl[1].iov_base = NULL;
277 hdtrl[1].iov_len = 0;
280 while (total + hdtrl[0].iov_len) {
292 nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
294 nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[
337 struct iovec hdtrl; local
407 struct sf_parms hdtrl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Donefs_system.c236 struct iovec hdtrl; local
244 hdr.headers = &hdtrl;
251 hdtrl.iov_base = (void *)header->data;
252 hdtrl.iov_len = hdr_len = header->length;
254 hdtrl.iov_base = NULL;
255 hdtrl.iov_len = 0;
259 while (total + hdtrl.iov_len) {
292 if (atomic && nwritten != total + hdtrl.iov_len) {
295 total + hdtrl.iov_len));
302 * data altogether if we wrote more than hdtrl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Donefs_system.c236 struct iovec hdtrl; local
244 hdr.headers = &hdtrl;
251 hdtrl.iov_base = (void *)header->data;
252 hdtrl.iov_len = hdr_len = header->length;
254 hdtrl.iov_base = NULL;
255 hdtrl.iov_len = 0;
259 while (total + hdtrl.iov_len) {
292 if (atomic && nwritten != total + hdtrl.iov_len) {
295 total + hdtrl.iov_len));
302 * data altogether if we wrote more than hdtrl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Donefs_system.c236 struct iovec hdtrl; local
244 hdr.headers = &hdtrl;
251 hdtrl.iov_base = (void *)header->data;
252 hdtrl.iov_len = hdr_len = header->length;
254 hdtrl.iov_base = NULL;
255 hdtrl.iov_len = 0;
259 while (total + hdtrl.iov_len) {
292 if (atomic && nwritten != total + hdtrl.iov_len) {
295 total + hdtrl.iov_len));
302 * data altogether if we wrote more than hdtrl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/
H A Dconfigure[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/
H A Dconfigure[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/
H A Dconfigure[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/
H A Dconfigure[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/
H A Dconfigure[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/
H A Dconfigure[all...]

Completed in 435 milliseconds