Home
last modified time | relevance | path

Searched refs:buffer (Results 126 – 150 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/xmlwriter/tests/
H A D002.phpt13 // Force to write and empty the buffer
H A DOO_002.phpt14 // Force to write and empty the buffer
/PHP-8.3/ext/mbstring/tests/
H A Dbug78633.phpt2 Bug #78633 (Heap buffer overflow (read) in mb_eregi)
H A Dbug72710.phpt2 Bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error)
H A Dbug77371.phpt2 Bug #77371 (heap buffer overflow in mb regex functions - compile_string_node)
/PHP-8.3/Zend/tests/
H A Dgh13569.phpt2 GH-13569: GC buffer grows up to GC_MAX_BUF_SIZE when scanning WeakMaps
/PHP-8.3/ext/opcache/
H A Dshared_alloc_mmap.c63 char buffer[MAXPATHLEN]; in find_prefered_mmap_base() local
70 while (fgets(buffer, MAXPATHLEN, f) && sscanf(buffer, "%lx-%lx", &start, &end) == 2) { in find_prefered_mmap_base()
75 bool heap_segment = strstr(buffer, "[heap]") != NULL; in find_prefered_mmap_base()
/PHP-8.3/ext/calendar/tests/
H A Dbug71894.phpt2 Bug #71894 (AddressSanitizer: global-buffer-overflow in zif_cal_from_jd)
/PHP-8.3/ext/standard/tests/
H A Dbug79821.phpt11 ob_start(function (string $buffer) use (&$bar) {
/PHP-8.3/ext/date/tests/
H A Dbug49585.phpt2 Bug #49585 (date_format buffer not long enough for >4 digit years)
/PHP-8.3/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt26 // start the buffering of next command to internal output buffer
32 // get the contents from the internal output buffer
35 // fflush and end the output buffering to internal output buffer
H A D006.phpt2 highlight_file() and output buffer
H A D007-win32.phpt2 php_strip_whitespace() and output buffer
H A D007.phpt2 php_strip_whitespace() and output buffer
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt31 /* when the chunk size is 1, the read buffer is skipped, but the
36 echo "should be read without buffer (\$count == 10000)\n";
68 should be read without buffer ($count == 10000)
/PHP-8.3/ext/hash/
H A Dhash_gost.c263 memcpy(&context->buffer[context->length], input, len); in PHP_GOSTUpdate()
270 memcpy(&context->buffer[context->length], input, i); in PHP_GOSTUpdate()
271 GostTransform(context, context->buffer); in PHP_GOSTUpdate()
278 memcpy(context->buffer, input + i, r); in PHP_GOSTUpdate()
279 ZEND_SECURE_ZERO(&context->buffer[r], 32 - r); in PHP_GOSTUpdate()
289 GostTransform(context, context->buffer); in PHP_GOSTFinal()
313 && ctx->length < sizeof(ctx->buffer)) { in php_gost_unserialize()
H A Dphp_hash_tiger.h24 unsigned char buffer[64]; member
H A Dphp_hash_haval.h25 unsigned char buffer[128]; member
/PHP-8.3/ext/sockets/
H A Dsendrecvmsg.c384 void *buffer; in php_do_getsockopt_ipv6_rfc3542() local
402 buffer = ecalloc(1, size); in php_do_getsockopt_ipv6_rfc3542()
403 res = getsockopt(php_sock->bsd_socket, level, optname, buffer, &size); in php_do_getsockopt_ipv6_rfc3542()
408 zval *zv = to_zval_run_conversions(buffer, reader, "in6_pktinfo", in php_do_getsockopt_ipv6_rfc3542()
417 efree(buffer); in php_do_getsockopt_ipv6_rfc3542()
/PHP-8.3/ext/standard/
H A Dconfig.m416 char buffer[64];
29 fgets(buffer, sizeof(buffer), fp);
32 fgets(buffer, sizeof(buffer), fp);
33 if (0 != strcmp(buffer, "line 1\n"))
35 fgets(buffer, sizeof(buffer), fp);
36 if (0 != strcmp(buffer, "line 3\n"))
H A Dmd5.h40 unsigned char buffer[64]; member
/PHP-8.3/ext/fileinfo/libmagic/
H A Dascmagic.c71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic()
76 struct buffer bb; in file_ascmagic()
105 file_ascmagic_with_encoding(struct magic_set *ms, const struct buffer *b, in file_ascmagic_with_encoding()
109 struct buffer bb; in file_ascmagic_with_encoding()
/PHP-8.3/tests/lang/
H A Dbug32828.phpt6 function output_handler($buffer)
/PHP-8.3/ext/dba/
H A Dinstall_cdb.sh39 ar x ../buffer.a
/PHP-8.3/ext/gd/libgd/
H A Dgd_gif_in.c48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument
94 static int ReadColorMap (gdIOCtx *fd, int number, unsigned char (*buffer)[256]);
283 static int ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)[256]) /* {{{ */ in ReadColorMap()
293 buffer[CM_RED][i] = rgb[0] ; in ReadColorMap()
294 buffer[CM_GREEN][i] = rgb[1] ; in ReadColorMap()
295 buffer[CM_BLUE][i] = rgb[2] ; in ReadColorMap()

Completed in 45 milliseconds

12345678910>>...14