Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/xmlwriter/tests/
H A D003.phpt26 // Force to write and empty the buffer
H A D011.phpt23 // Force to write and empty the buffer
H A DOO_003.phpt29 // Force to write and empty the buffer
H A DOO_008.phpt24 // Force to write and empty the buffer
H A DOO_010.phpt24 // Force to write and empty the buffer
H A D012.phpt25 // Force to write and empty the buffer
H A DOO_011.phpt26 // Force to write and empty the buffer
H A DOO_007.phpt27 // Force to write and empty the buffer
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug68027.phpt2 Bug #68027 (buffer overflow in mkgmtime() function)
/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.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
H A Dsetlocale_basic1.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
H A Dsetlocale_basic2.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/tests/streams/
H A Dset_file_buffer.phpt2 int set_file_buffer ( resource $stream , int $buffer );
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
/PHP-7.4/ext/phar/tests/
H A D010.phpt2 Phar::mapPhar buffer overrun
/PHP-7.4/ext/mbstring/tests/
H A Dbug77381.phpt2 Bug #77381 (heap buffer overflow in multibyte match_at)
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c38 # define pdo_free_bound_result(res) efree(res.buffer)
190 efree(S->bound_result[i].buffer); in pdo_mysql_stmt_execute_prepared_libmysql()
245 S->bound_result[i].buffer = emalloc(S->bound_result[i].buffer_length); in pdo_mysql_stmt_execute_prepared_libmysql()
511 b->buffer = NULL; in pdo_mysql_stmt_param_hook()
587 b->buffer = Z_STRVAL_P(parameter); in pdo_mysql_stmt_param_hook()
594 b->buffer = &Z_LVAL_P(parameter); in pdo_mysql_stmt_param_hook()
599 b->buffer = &Z_DVAL_P(parameter); in pdo_mysql_stmt_param_hook()
762 *ptr = S->bound_result[colno].buffer; in pdo_mysql_stmt_get_col()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1313 zend_string *buffer; in PHP_NAMED_FUNCTION() local
1330 n = zip_fread(zr_rsrc->zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer)); in PHP_NAMED_FUNCTION()
1333 ZSTR_LEN(buffer) = n; in PHP_NAMED_FUNCTION()
1334 RETURN_NEW_STR(buffer); in PHP_NAMED_FUNCTION()
1828 zend_string *buffer; local
1853 memcpy(ze_obj->buffers[pos], ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1);
2709 zend_string *buffer; local
2745 n = zip_fread(zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer));
2747 zend_string_efree(buffer);
2753 ZSTR_LEN(buffer) = n;
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c17 static int fwriteWrapper (void *context, const char *buffer, int len);
406 fwriteWrapper (void *context, const char *buffer, int len) in fwriteWrapper() argument
408 return fwrite (buffer, 1, len, (FILE *) context); in fwriteWrapper()
/PHP-7.4/ext/phar/tests/tar/
H A Dbignames_overflow.phpt2 Phar: tar with huge filenames, buffer overflow
/PHP-7.4/ext/exif/tests/
H A Dbug78910.phpt2 Bug #78910: Heap-buffer-overflow READ in exif (OSS-Fuzz #19044)
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt59 $buffer = fread($sock, 1024);
60 if (strlen($buffer)) {
/PHP-7.4/ext/oci8/
H A Doci8_interface.c369 char *buffer = NULL; in PHP_FUNCTION() local
390 if (buffer) in PHP_FUNCTION()
391 efree(buffer); in PHP_FUNCTION()
407 char *buffer; in PHP_FUNCTION() local
437 zend_string *ret = zend_string_init(buffer, buffer_len, 0); in PHP_FUNCTION()
438 efree(buffer); in PHP_FUNCTION()
975 char *buffer; in PHP_FUNCTION() local
1057 if (buffer) in PHP_FUNCTION()
1058 efree(buffer); in PHP_FUNCTION()
1061 if (buffer) { in PHP_FUNCTION()
[all …]

Completed in 52 milliseconds

12345678910>>...13