Home
last modified time | relevance | path

Searched refs:buffer (Results 151 – 175 of 323) sorted by relevance

12345678910>>...13

/PHP-7.4/tests/output/
H A Dob_start_error_003.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11
H A Dob_start_error_004.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68819_002.phpt21 $type = $finfo->buffer($string);
/PHP-7.4/Zend/tests/
H A Dgc_023.phpt2 GC 023: Root buffer overflow (automatic collection)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c158 char *buffer = data->buf + linestart; in phpdbg_list_file() local
161 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
164 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
166 …ite("line", "line=\"%u\" code=\"%.*s\" current=\"current\"", ">%05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
170 if (*(buffer + linelen - 1) != '\n' || !linelen) { in phpdbg_list_file()
H A Dphpdbg_prompt.h25 void phpdbg_string_init(char *buffer);
/PHP-7.4/ext/zlib/tests/
H A Dgzinflate_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
63 -- Testing with a buffer that is too small --
H A Dgzuncompress_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
65 -- Testing with a buffer that is too small --
/PHP-7.4/ext/dom/
H A Ddocumenttype.c194 smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
/PHP-7.4/ext/pdo/
H A Dpdo.c279 char buffer[65]; in php_pdo_int64_to_str() local
296 p = &buffer[sizeof(buffer)-1]; in php_pdo_int64_to_str()
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt38 // start the buffering of next command to internal output buffer
44 // get the contents from the internal output buffer
47 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
/PHP-7.4/ext/standard/
H A Dconfig.m414 char buffer[64];
27 fgets(buffer, sizeof(buffer), fp);
30 fgets(buffer, sizeof(buffer), fp);
31 if (0 != strcmp(buffer, "line 1\n"))
33 fgets(buffer, sizeof(buffer), fp);
34 if (0 != strcmp(buffer, "line 3\n"))
/PHP-7.4/docs/
H A Doutput-api.md33 Flushing one output buffer:
41 Cleaning one output buffer:
49 Discarding one output buffer:
57 Stopping (and dropping) one output buffer:
/PHP-7.4/ext/xmlwriter/tests/
H A D005-mb.phpt22 // Force to write and empty the buffer
H A D005.phpt22 // Force to write and empty the buffer
H A DOO_005.phpt22 // Force to write and empty the buffer
H A D006.phpt18 // Force to write and empty the buffer
H A DOO_006.phpt19 // Force to write and empty the buffer
/PHP-7.4/tests/basic/
H A Dbug80384.phpt2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
/PHP-7.4/ext/hash/
H A Dhash_ripemd.c276 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD128Update()
277 RIPEMD128Transform(context->state, context->buffer); in PHP_RIPEMD128Update()
289 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD128Update()
374 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD256Update()
375 RIPEMD256Transform(context->state, context->buffer); in PHP_RIPEMD256Update()
387 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD256Update()
473 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD160Update()
474 RIPEMD160Transform(context->state, context->buffer); in PHP_RIPEMD160Update()
486 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD160Update()
581 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD320Update()
[all …]
/PHP-7.4/ext/zlib/
H A Dphp_zlib.h51 php_zlib_buffer buffer; member
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76448.phpt2 Bug #76448 (Stack buffer overflow in firebird_info_cb)
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,
17 so then the pipe buffer is emptied more often and the child has chance to continue its
/PHP-7.4/ext/phar/
H A Dtar.c314 # define PHAR_GET_32(buffer) \ in phar_parse_tarfile() argument
315 (((((unsigned char*)(buffer))[3]) << 24) \ in phar_parse_tarfile()
316 | ((((unsigned char*)(buffer))[2]) << 16) \ in phar_parse_tarfile()
317 | ((((unsigned char*)(buffer))[1]) << 8) \ in phar_parse_tarfile()
318 | (((unsigned char*)(buffer))[0])) in phar_parse_tarfile()
320 # define PHAR_GET_32(buffer) (uint32_t) *(buffer) in phar_parse_tarfile() argument
1252 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() argument
1254 | ((((unsigned char*)&(buffer))[2]) << 16) \ in phar_tar_flush()
1255 | ((((unsigned char*)&(buffer))[1]) << 8) \ in phar_tar_flush()
1256 | (((unsigned char*)&(buffer))[0])) in phar_tar_flush()
[all …]

Completed in 49 milliseconds

12345678910>>...13