Home
last modified time | relevance | path

Searched refs:bytes (Results 176 – 200 of 207) sorted by relevance

123456789

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch314 + smart_str_appends(&s, "\r\nAccept-Ranges: bytes\r\n");
328 - "Content-Range: bytes %ld-%ld/%d\r\nContent-Length: %ld\r\n",
333 + smart_str_appends(&s, "Content-Range: bytes ");
844 - /* Format the bytes. */
846 - (void) my_snprintf( bytes, sizeof(bytes),
849 - (void) strcpy( bytes, "-" );
893 - hc->status, bytes, hc->referer, hc->useragent );
901 - hc->status, bytes, hc->referer, hc->useragent );
1343 ** to mmap them, other systems dislike mallocing zero bytes.
1862 /* Is there room in our buffer to read more bytes? */
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING84 actually only ever using a few hundred bytes of working memory, and without too
147 The compiled form of a pattern is a vector of unsigned units (bytes in 8-bit
154 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The
161 bytes long in 8-bit mode (most significant byte first), or one unit in 16-bit
408 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the
410 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
417 LINK_SIZE bytes giving (as a positive number) the offset back to the matching
H A DChangeLog1648 matched two bytes, thus causing the minimum subject length to be
2012 possible starting bytes for non-anchored patterns.
2116 The checks now trigger 100 bytes before the end of the workspace.
2463 characters (bytes) greater than 127 when not in UTF-8 mode.
3216 it matched the wrong number of bytes.
3707 now limited to 30,000 bytes in order to prevent this.
3845 are now no different to any other data bytes.
3999 number of entries, I extended their size from 6 bytes to 8 bytes to
4011 there is a check for at least the minimum number of bytes.
4733 amount of subject to be scanned is less than 1000 bytes.
[all …]
H A Dpcre_jit_compile.c3208 pcre_uint8 len = bytes[0]; in add_prefix_byte()
3216 bytes[0] = 1; in add_prefix_byte()
3217 bytes[1] = byte; in add_prefix_byte()
3222 if (bytes[i] == byte) in add_prefix_byte()
3227 bytes[0] = 255; in add_prefix_byte()
3232 bytes[len] = byte; in add_prefix_byte()
3233 bytes[0] = len; in add_prefix_byte()
3472 bytes[0] = 255; in scan_prefix()
3478 bytes += MAX_N_BYTES; in scan_prefix()
3554 bytes += MAX_N_BYTES; in scan_prefix()
[all …]
H A DREADME52 functions, one for the 8-bit library, which processes strings of bytes, one for
314 library, PCRE then uses three bytes instead of two for offsets to different
387 . The default size (in bytes) of the internal buffer used by pcregrep can be
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt30 myslqnd - [1153] Got a packet bigger than 'max_allowed_packet' bytes
H A Dmysqli_stmt_bind_param.phpt84 …"[009] Function seems to be leaking, because it used %d bytes. During tests it used only 92 bytes.…
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt36 ,1,"bytes",".tmp"); //create a file with 512 bytes size
H A Dfile.inc220 if $flag is specified as "byte", then then given size is taken in bytes
221 $flag = specifiy if size has to be treated as no of total bytes or
224 "byte" = take size in terms of bytes
H A Dfile_put_contents_variation3.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Duserstreams.phpt77 die("tmpfile stored $n bytes; should be $DATALEN!");
H A Dfgets_basic.phpt23 …irname(__FILE__), 1, $file_content_type, 0755, 50, "w", "fgets_basic", 1, "bytes"); //create a file
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1494 >4 belong x - %d bytes
1498 >4 belong x - %d bytes
1819 # TODO: idarc says "bytes 0-2 == bytes 3-5"
2422 >6 belong x (%d bytes)
4198 >6 belong x (%d bytes)
6276 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
6748 >8 belong x %d bytes,
7530 >12 belong x %d bytes,
7546 >>8 belong x %d bytes,
7569 >>8 lelong x %d bytes,
[all …]
/PHP-5.5/ext/standard/
H A Dfile.c1084 long bytes = 0; in PHP_FUNCTION() local
1092 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|ls", &fd, &bytes, &allowed_tags, &allowed_… in PHP_FUNCTION()
1099 if (bytes <= 0) { in PHP_FUNCTION()
1104 len = (size_t) bytes; in PHP_FUNCTION()
/PHP-5.5/
H A DUPGRADING120 padded string, with trailing NULL bytes removed. - Changed format
121 character "a": this no longer removes trailing NULL bytes. -
H A DREADME.STREAMS111 number of bytes to copy.
122 which will be maxlen bytes in length, or will be the entire length of the
H A Dphp.ini-development221 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
255 ; outputs chunks that are few hundreds bytes each as a result of
1051 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1222 ; bytes.
1484 ; How many bytes to read from the file.
1582 ; Given either in percentages (per-file), or in bytes
H A Dphp.ini-production221 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
255 ; outputs chunks that are few hundreds bytes each as a result of
1051 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1222 ; bytes.
1484 ; How many bytes to read from the file.
1582 ; Given either in percentages (per-file), or in bytes
H A D.gdbinit661 printf " total: %d bytes\n", $total_size
/PHP-5.5/ext/dom/
H A Dnode.c1916 int bytes; in dom_canonicalization() local
1918 bytes = xmlOutputBufferClose(buf); in dom_canonicalization()
1920 RETURN_LONG(bytes); in dom_canonicalization()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt351 vectors of bytes with the C type "char *". In the 16-bit library,
412 bytes.
743 bytes.
2943 with non-printing bytes shows in hexadecimal, and undefined bytes shown
3097 30); /* number of elements (NOT size in bytes) */
3520 this argument is NOT the size of ovector in bytes.
3800 checked first; hence the possibility of 4 or 5 missing bytes.
4124 10, /* number of elements (NOT size in bytes) */
4126 20); /* number of elements (NOT size in bytes) */
10403 Match recursion uses stack: approximate frame size = 640 bytes
[all …]
/PHP-5.5/ext/imap/
H A Dphp_imap.c3327 if (body->size.bytes) { in PHP_FUNCTION()
3328 add_property_long(return_value, "bytes", body->size.bytes); in PHP_FUNCTION()
3649 bod->size.bytes = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3762 bod->size.bytes = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
4578 if (body->size.bytes) { in _php_imap_add_body()
4579 add_property_long(arg, "bytes", body->size.bytes); in _php_imap_add_body()
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc404 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1385 int bytes; in SXE_METHOD() local
1386 bytes = xmlSaveFile(filename, (xmlDocPtr) sxe->document->ptr); in SXE_METHOD()
1387 if (bytes == -1) { in SXE_METHOD()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI492 Return number of bytes in the string.

Completed in 153 milliseconds

123456789