Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_nest.ref2 mime_state: header_token: boundary = foobar
3 mime_state: PUSH boundary foobar
4 MAIN 0 |content-type: multipart/mixed; boundary=foobar
9 mime_state: header_token: boundary = foobar
10 mime_state: PUSH boundary foobar
11 MULT 0 |content-type: multipart/mixed; boundary=foobar
15 mime_state: header_token: boundary = foobar
16 mime_state: PUSH boundary foobar
17 MULT 0 |content-type: multipart/mixed; boundary=foobar
21 mime_state: header_token: boundary = foobar
[all …]
H A Dmime_nest.in1 content-type: multipart/mixed; boundary=foobar
4 content-type: multipart/mixed; boundary=foobar
7 content-type: multipart/mixed; boundary=foobar
10 content-type: multipart/mixed; boundary=foobar
13 content-type: multipart/mixed; boundary=foobar
16 content-type: multipart/mixed; boundary=foobar
19 content-type: multipart/mixed; boundary=foobar
22 content-type: multipart/mixed; boundary=foobar
25 content-type: multipart/mixed; boundary=foobar
28 content-type: multipart/mixed; boundary=foobar
[all …]
H A Dmime_garb4.ref6 mime_state: header_token: boundary = top-level-boundary
7 mime_state: PUSH boundary top-level-boundary
9 boundary="top-level-boundary"
12 BODY N 1 |--top-level-boundary
25 mime_state: header_token: boundary = 3D
26 mime_state: PUSH boundary 3D
28 boundary=3D"nested-level-boundary"
30 BODY N 1 |--nested-level-boundary
36 BODY N 102 |--nested-level-boundary--
38 mime_state: POP boundary 3D
[all …]
H A Dmime_garb4.in6 boundary="top-level-boundary"
8 --top-level-boundary
18 boundary=3D"nested-level-boundary"
20 --nested-level-boundary
26 --nested-level-boundary--
28 --top-level-boundary
H A Dmime_test.ref3 mime_state: header_token: boundary = abcd ef
4 mime_state: PUSH boundary abcd ef
5 MAIN 71 |content-type: multipart/(co\m\)ment)mumble mumble; boundary = "ab\cd
17 mime_state: header_token: boundary = pqrs
18 mime_state: PUSH boundary pqrs
19 NEST 57 |content-type: multipart/mumble; boundary(comment)="pqrs"
36 BODY N 20 |--bogus-boundary
41 mime_state: POP boundary pqrs
47 mime_state: POP boundary abcd ef
H A Dheader_body_checks_warn.ref3 …eID: warning: header content-type: multipart/(co\m\)ment)mumble mumble; boundary = "ab\cd ? ef" mu…
4 1 MAIN 71 |content-type: multipart/(co\m\)ment)mumble mumble; boundary = "ab\cd
18 header_body_checks: test-queueID: warning: header content-type: multipart/mumble; boundary(comment)…
19 9 NEST 57 |content-type: multipart/mumble; boundary(comment)="pqrs"
43 header_body_checks: test-queueID: warning: body --bogus-boundary
44 24 BODY N 20 |--bogus-boundary
H A Dmime_garb2.ref6 mime_state: header_token: boundary = Boundary-00=_mvhpFky0yqNhsa4
7 mime_state: PUSH boundary Boundary-00=_mvhpFky0yqNhsa4
9 boundary="Boundary-00=_mvhpFky0yqNhsa4"
38 mime_state: POP boundary Boundary-00=_mvhpFky0yqNhsa4
H A Dheader_body_checks_prepend.ref4 …eID: prepend: header content-type: multipart/(co\m\)ment)mumble mumble; boundary = "ab\cd ? ef" mu…
6 1 MAIN 71 |content-type: multipart/(co\m\)ment)mumble mumble; boundary = "ab\cd
24 header_body_checks: test-queueID: prepend: header content-type: multipart/mumble; boundary(comment)…
26 9 NEST 57 |content-type: multipart/mumble; boundary(comment)="pqrs"
58 header_body_checks: test-queueID: prepend: body --bogus-boundary: body
60 24 BODY N 20 |--bogus-boundary
H A Dmime_garb1.ref6 mime_state: header_token: boundary = Boundary-00=_mvhpFky0yqNhsa4
7 mime_state: PUSH boundary Boundary-00=_mvhpFky0yqNhsa4
9 boundary="Boundary-00=_mvhpFky0yqNhsa4"
40 mime_state: POP boundary Boundary-00=_mvhpFky0yqNhsa4
H A Dmime_garb3.ref6 mime_state: header_token: boundary = Boundary-00=_mvhpFky0yqNhsa4
7 mime_state: PUSH boundary Boundary-00=_mvhpFky0yqNhsa4
9 boundary="Boundary-00=_mvhpFky0yqNhsa4"
45 mime_state: POP boundary Boundary-00=_mvhpFky0yqNhsa4
H A Dmime_test.in2 content-type : multipart/(co\m\)ment)mumble mumble; boundary = "ab\cd
11 content-type: multipart/mumble; boundary(comment)="pqrs"
26 --bogus-boundary
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dbio_ndef.c40 unsigned char **boundary; member
93 sarg.boundary = NULL; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
152 if (!*ndef_aux->boundary) in ndef_prefix()
155 *plen = *ndef_aux->boundary - *pbuf; in ndef_prefix()
210 sarg.boundary = ndef_aux->boundary; in ndef_suffix()
225 if (!*ndef_aux->boundary) in ndef_suffix()
227 *pbuf = *ndef_aux->boundary; in ndef_suffix()
228 *plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf); in ndef_suffix()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dbio_ndef.c40 unsigned char **boundary; member
93 sarg.boundary = NULL; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
152 if (*ndef_aux->boundary == NULL) in ndef_prefix()
155 *plen = *ndef_aux->boundary - *pbuf; in ndef_prefix()
210 sarg.boundary = ndef_aux->boundary; in ndef_suffix()
227 if (*ndef_aux->boundary == NULL) in ndef_suffix()
229 *pbuf = *ndef_aux->boundary; in ndef_suffix()
230 *plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf); in ndef_suffix()
/netbsd-src/sys/uvm/
H A Duvm_pglist.c113 paddr_t alignment, paddr_t boundary, struct pglist *rlist) in uvm_pglistalloc_c_ps() argument
145 pagemask = ~((boundary >> PAGE_SHIFT) - 1); in uvm_pglistalloc_c_ps()
172 if (boundary != 0 && in uvm_pglistalloc_c_ps()
231 if (boundary != 0 && in uvm_pglistalloc_c_ps()
232 ((lastidxpa ^ idxpa) & ~(boundary - 1)) in uvm_pglistalloc_c_ps()
301 paddr_t alignment, paddr_t boundary, struct pglist *rlist) in uvm_pglistalloc_contig_aggressive() argument
320 bmask = ~(boundary - 1); in uvm_pglistalloc_contig_aggressive()
355 if (boundary) { in uvm_pglistalloc_contig_aggressive()
368 if (boundary) { in uvm_pglistalloc_contig_aggressive()
369 rhi = MIN(rhi, rounddown2(pa, boundary) + boundary); in uvm_pglistalloc_contig_aggressive()
[all …]
/netbsd-src/sys/arch/alpha/common/
H A Dsgmap_typedep.c74 bus_size_t sgvalen, extra_sgvalen, boundary, alignment; in __C() local
118 boundary = map->_dm_boundary; in __C()
124 if (__predict_false(boundary != 0 && buflen > boundary)) { in __C()
146 if (__predict_false(boundary != 0 && boundary < sgvalen)) { in __C()
157 extra_sgvalen = sgvalen - boundary; in __C()
176 boundary, /* nocross */ in __C()
204 if (boundary && boundary < sgvalen) { in __C()
205 if (alignment < boundary) { in __C()
206 alignment = boundary; in __C()
209 boundary <<= 1; in __C()
[all …]
/netbsd-src/sys/arch/xen/x86/
H A Dxen_bus_dma.c214 bus_size_t alignment, bus_size_t boundary, bus_dma_segment_t *segs, in _xen_bus_dmamem_alloc_range() argument
228 KASSERT((boundary & (boundary - 1)) == 0); in _xen_bus_dmamem_alloc_range()
229 KASSERT(boundary >= PAGE_SIZE || boundary == 0); in _xen_bus_dmamem_alloc_range()
240 if (boundary == 0) in _xen_bus_dmamem_alloc_range()
243 uboundary = boundary; in _xen_bus_dmamem_alloc_range()
272 (lastaddr & boundary) == (curaddr & boundary)) { in _xen_bus_dmamem_alloc_range()
/netbsd-src/sys/kern/
H A Dsubr_extent.c619 u_long size, u_long alignment, u_long skew, u_long boundary, in extent_alloc_subregion1() argument
656 if (boundary && (boundary < size)) { in extent_alloc_subregion1()
659 "boundary 0x%lx\n", ex->ex_name, size, boundary); in extent_alloc_subregion1()
776 if (boundary) { in extent_alloc_subregion1()
783 dontcross = EXTENT_ALIGN(newstart+1, boundary, in extent_alloc_subregion1()
790 boundary, dontcross); in extent_alloc_subregion1()
804 dontcross += boundary; in extent_alloc_subregion1()
871 if (boundary) { in extent_alloc_subregion1()
878 dontcross = EXTENT_ALIGN(newstart+1, boundary, in extent_alloc_subregion1()
885 boundary, dontcross); in extent_alloc_subregion1()
[all …]
/netbsd-src/sys/arch/sparc64/dev/
H A Diommu.c562 bus_size_t align, boundary, len; in iommu_dvmamap_load() local
595 if ((boundary = (map->dm_segs[0]._ds_boundary)) == 0) in iommu_dvmamap_load()
596 boundary = map->_dm_boundary; in iommu_dvmamap_load()
607 (sgsize > boundary) ? 0 : boundary, in iommu_dvmamap_load()
641 "~(boundary - 1) %lx\n", (long)boundary, (long)(boundary - 1), in iommu_dvmamap_load()
642 (long)~(boundary - 1))); in iommu_dvmamap_load()
643 bmask = ~(boundary - 1); in iommu_dvmamap_load()
649 len = uimin(len, boundary - (sgstart & (boundary - 1))); in iommu_dvmamap_load()
785 bus_size_t boundary, align; in iommu_dvmamap_load_raw() local
806 if ((boundary = segs[0]._ds_boundary) == 0) in iommu_dvmamap_load_raw()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp98 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
100 return asan_memalign(boundary, size, &stack, FROM_MALLOC); in INTERCEPTOR()
103 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
105 void *res = asan_memalign(boundary, size, &stack, FROM_MALLOC); in INTERCEPTOR()
112 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
114 return asan_aligned_alloc(boundary, size, &stack); in INTERCEPTOR()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfd-in.h148 #define BFD_ALIGN(this, boundary) \ argument
149 ((((bfd_vma) (this) + (boundary) - 1) >= (bfd_vma) (this)) \
150 ? (((bfd_vma) (this) + ((boundary) - 1)) & ~ (bfd_vma) ((boundary)-1)) \
/netbsd-src/sys/arch/x68k/stand/boot/
H A Ddp8390.c206 u_char boundary, current; in EtherReceive() local
293 boundary = next_packet - 1; in EtherReceive()
294 if (boundary < rec_page_start) in EtherReceive()
295 boundary = rec_page_stop - 1; in EtherReceive()
296 NIC_PUT(ED_P0_BNRY, boundary); in EtherReceive()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc168 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
170 return asan_memalign(boundary, size, &stack, FROM_MALLOC); in INTERCEPTOR()
173 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
175 void *res = asan_memalign(boundary, size, &stack, FROM_MALLOC); in INTERCEPTOR()
182 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
184 return asan_aligned_alloc(boundary, size, &stack); in INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc170 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
172 return asan_memalign(boundary, size, &stack, FROM_MALLOC); in INTERCEPTOR()
175 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
177 void *res = asan_memalign(boundary, size, &stack, FROM_MALLOC); in INTERCEPTOR()
184 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
186 return asan_aligned_alloc(boundary, size, &stack); in INTERCEPTOR()
/netbsd-src/sys/arch/arc/jazz/
H A Dbus_dma_jazz.c116 int nsegs, bus_size_t boundary, int flags) in jazz_bus_dmamap_alloc_sgmap() argument
127 dmapte = jazz_dmatlb_alloc(npte, boundary, flags, &addr); in jazz_bus_dmamap_alloc_sgmap()
158 bus_size_t maxsegsz, bus_size_t boundary, int flags, bus_dmamap_t *dmamp) in jazz_bus_dmamap_create() argument
173 boundary, flags, dmamp); in jazz_bus_dmamap_create()
182 jazz_dmatlb_alloc(npte, boundary, flags, &tlbmap->vaddr); in jazz_bus_dmamap_create()
188 error = _bus_dmamap_create(t, size, 1, maxsegsz, boundary, in jazz_bus_dmamap_create()
/netbsd-src/sys/arch/x86/x86/
H A Dbus_dma.c161 bus_size_t alignment, bus_size_t boundary,
186 bus_size_t alignment, bus_size_t boundary,
198 bus_size_t alignment, bus_size_t boundary, bus_dma_segment_t *segs, in _bus_dmamem_alloc_range() argument
210 KASSERTMSG(boundary >= PAGE_SIZE || boundary == 0, in _bus_dmamem_alloc_range()
211 "boundary=0x%"PRIxBUSSIZE, boundary); in _bus_dmamem_alloc_range()
220 if (boundary == 0) in _bus_dmamem_alloc_range()
223 uboundary = boundary; in _bus_dmamem_alloc_range()
251 (lastaddr & boundary) == (curaddr & boundary)) { in _bus_dmamem_alloc_range()
274 bus_size_t maxsegsz, bus_size_t boundary, int flags, bus_dmamap_t *dmamp) in _bus_dmamap_create() argument
305 map->_dm_boundary = boundary; in _bus_dmamap_create()
[all …]

12345678910>>...40