Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/src/
A Dhttp_formdata.c270 static const char *boundary = "----WebKitFormBoundarypNjgoVtFRlzPquKE"; variable
305 total_len += strlen(boundary) + 4; in httpclient_formdata_len()
330 snprintf(data, sizeof(data), "\r\n--%s", boundary); in httpclient_send_formdata()
388 snprintf(data, sizeof(data), "\r\n--%s", boundary); in httpclient_send_formdata()
402 snprintf(data, sizeof(data), "\r\n--%s--\r\n", boundary); in httpclient_send_formdata()
A Dhttp_client.c183 static const char *boundary = "----WebKitFormBoundarypNjgoVtFRlzPquKE"; variable
275 snprintf(buf, buf_size, "Content-Type: multipart/form-data; boundary=%s\r\n", boundary); in httpclient_send_header()
279 total_len += strlen(boundary) + 8; in httpclient_send_header()
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h115 aos_pcm_uframes_t boundary; /*< pointers wrap point */ member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c151 uint8_t boundary, int quantization) { in NearLosslessComponent() argument
153 const int boundary_residual = (boundary - predict) & 0xff; in NearLosslessComponent()
158 const int bias = ((boundary - value) & 0xff) < boundary_residual; in NearLosslessComponent()
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt17 The test lines below cover boundary conditions, malformed UTF-8
100 2.3 Other boundary conditions |
232 is a boundary test for safe UTF-8 decoders. All five characters should |
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dtxtvsbin.txt50 plain text; otherwise, it is categorized as binary. (The boundary case,
A Drfc1951.txt499 boundary, since a block does not necessarily occupy an integral
578 Any bits of input up to the next byte boundary are ignored.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dgvmat64.asm117 ; Note : these value are good with a 8 bytes boundary pack structure
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dmatch686.asm82 ; Note : these value are good with a 8 bytes boundary pack structure
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_os.h548 extern dwc_pool_t *DWC_DMA_POOL_CREATE(uint32_t size, uint32_t align, uint32_t boundary);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DChangeLog670 - Add inflatePrime() function for starting inflation at bit boundary
850 - Add Z_BLOCK flush option to return from inflate at block boundary
852 - Indicate bits unused, if at block boundary, and if in last block
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt562 upper left corner of the selected region must fall on an iMCU boundary. If
A Dstructure.txt173 only to the next block (block_size-sample) boundary. In an interleaved-scan
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog881 23e29cb1 Merge "Fix a boundary case in BackwardReferencesHashChainDistanceOnly." into 0.5.1
890 0174d18d Fix a boundary case in BackwardReferencesHashChainDistanceOnly.
900 cc2720c1 Merge "Revert an LZ77 boundary constant." into 0.5.1
903 a3611513 Revert an LZ77 boundary constant.
3643 57cab7b8 Harmonize the alpha-filter predictions at boundary
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt493 set(CMAKE_REQUIRED_FLAGS "-mpreferred-stack-boundary=2")
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog3346 but at the 2GB boundary to avoid overflow on 32bit systems.
7284 tiles that don't start on a tile boundary. Fix contributed by
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt4037 to start the next row on a 4-byte boundary.
A DCHANGES2552 Align row_buf on 16-byte boundary in memory.

Completed in 71 milliseconds