Home
last modified time | relevance | path

Searched refs:buffer (Results 176 – 200 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/Zend/tests/
H A Dgc_023.phpt2 GC 023: Root buffer overflow (automatic collection)
H A Dgc_043.phpt2 GC buffer shouldn't get reused when removing nested data
/PHP-8.3/ext/hash/
H A Dhash_ripemd.c291 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD128Update()
292 RIPEMD128Transform(context->state, context->buffer); in PHP_RIPEMD128Update()
304 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD128Update()
390 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD256Update()
391 RIPEMD256Transform(context->state, context->buffer); in PHP_RIPEMD256Update()
403 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD256Update()
490 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD160Update()
491 RIPEMD160Transform(context->state, context->buffer); in PHP_RIPEMD160Update()
503 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD160Update()
599 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD320Update()
[all …]
/PHP-8.3/tests/output/
H A Dob_start_error_001.phpt27 Notice: ob_start(): Failed to create buffer in %s on line %d
/PHP-8.3/tests/basic/
H A Dbug80384.phpt2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
/PHP-8.3/ext/xmlwriter/tests/
H A D006.phpt16 // Force to write and empty the buffer
H A DOO_006.phpt17 // Force to write and empty the buffer
H A D003.phpt26 // Force to write and empty the buffer
H A DOO_003.phpt29 // Force to write and empty the buffer
H A DOO_008.phpt22 // Force to write and empty the buffer
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-003.phpt22 // $obj is first in the root buffer
H A Dgh10043-004.phpt22 // $map is first in the root buffer
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_statement.c46 efree(S->bound_result[i].buffer); in pdo_mysql_free_result()
239 S->bound_result[i].buffer = emalloc(S->bound_result[i].buffer_length); in pdo_mysql_stmt_after_execute_prepared()
432 b->buffer = NULL; in pdo_mysql_stmt_param_hook()
508 b->buffer = Z_STRVAL_P(parameter); in pdo_mysql_stmt_param_hook()
515 b->buffer = &libmysql_false_buffer; in pdo_mysql_stmt_param_hook()
520 b->buffer = &libmysql_true_buffer; in pdo_mysql_stmt_param_hook()
525 b->buffer = &Z_LVAL_P(parameter); in pdo_mysql_stmt_param_hook()
530 b->buffer = &Z_DVAL_P(parameter); in pdo_mysql_stmt_param_hook()
702 ZVAL_STRINGL_FAST(result, S->bound_result[colno].buffer, length); in pdo_mysql_stmt_get_col()
/PHP-8.3/ext/zlib/
H A Dphp_zlib.h49 php_zlib_buffer buffer; member
/PHP-8.3/sapi/phpdbg/tests/
H A Dgh15268.phpt2 GH-15268 (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h))
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.h23 void phpdbg_string_init(char *buffer);
/PHP-8.3/main/
H A Dmain.c895 char *buffer; in php_printf() local
899 size = vspprintf(&buffer, 0, format, args); in php_printf()
900 ret = PHPWRITE(buffer, size); in php_printf()
901 efree(buffer); in php_printf()
913 char *buffer; in php_printf_unchecked() local
918 ret = PHPWRITE(buffer, size); in php_printf_unchecked()
919 efree(buffer); in php_printf_unchecked()
965 efree(buffer); in php_verror()
968 buffer = ZSTR_VAL(replace_buffer); in php_verror()
971 buffer = ""; in php_verror()
[all …]
/PHP-8.3/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic1.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
/PHP-8.3/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
H A Dlog-bwp-msg-flush-split-fallback.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
/PHP-8.3/ext/phar/tests/tar/
H A Dbignames_overflow.phpt2 Phar: tar with huge filenames, buffer overflow
/PHP-8.3/ext/standard/tests/streams/
H A Dset_file_buffer.phpt2 int set_file_buffer ( resource $stream , int $buffer );
/PHP-8.3/ext/oci8/
H A Doci8_interface.c312 char *buffer = NULL; in PHP_FUNCTION() local
330 zend_string *ret = zend_string_init(buffer, buffer_len, 0); in PHP_FUNCTION()
331 if (buffer) in PHP_FUNCTION()
332 efree(buffer); in PHP_FUNCTION()
347 char *buffer; in PHP_FUNCTION() local
371 efree(buffer); in PHP_FUNCTION()
824 char *buffer; in PHP_FUNCTION() local
896 if (buffer) in PHP_FUNCTION()
897 efree(buffer); in PHP_FUNCTION()
900 if (buffer) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt60 $buffer = fread($sock, 1024);
61 if (strlen($buffer)) {

Completed in 34 milliseconds

12345678910>>...14