Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.0/ext/hash/
H A Dphp_hash_haval.h25 unsigned char buffer[128]; member
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()
/PHP-8.0/ext/mbstring/tests/
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.0/ext/dba/
H A Dinstall_cdb.sh39 ar x ../buffer.a
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt30 /* when the chunk size is 1, the read buffer is skipped, but the
35 echo "should be read without buffer (\$count == 10000)\n";
67 should be read without buffer ($count == 10000)
/PHP-8.0/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 D007-win32.phpt2 php_strip_whitespace() and output buffer
H A D007.phpt2 php_strip_whitespace() and output buffer
H A Dsetlocale_basic3.phpt17 // start the buffering of next command to internal output buffer
23 // get the contents from the internal output buffer
26 // fflush and end the output buffering to internal output buffer
/PHP-8.0/ext/standard/tests/http/
H A Dbug75981.phpt2 Bug #75981 (stack-buffer-overflow while parsing HTTP response)
/PHP-8.0/ext/standard/tests/network/
H A Dbug68925.phpt2 Bug #68925 (CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow)
/PHP-8.0/tests/output/
H A Dflush_basic_001.phpt14 echo "Inside a user buffer\n";
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
H A Dob_start_error_003.phpt19 Notice: ob_start(): Failed to create buffer in %s on line %d
H A Dob_start_error_004.phpt19 Notice: ob_start(): Failed to create buffer in %s on line %d
/PHP-8.0/ext/sockets/
H A Dsendrecvmsg.c378 void *buffer; in php_do_getsockopt_ipv6_rfc3542() local
396 buffer = ecalloc(1, size); in php_do_getsockopt_ipv6_rfc3542()
397 res = getsockopt(php_sock->bsd_socket, level, optname, buffer, &size); in php_do_getsockopt_ipv6_rfc3542()
402 zval *zv = to_zval_run_conversions(buffer, reader, "in6_pktinfo", in php_do_getsockopt_ipv6_rfc3542()
411 efree(buffer); in php_do_getsockopt_ipv6_rfc3542()
/PHP-8.0/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-8.0/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
/PHP-8.0/ext/fileinfo/libmagic/
H A Dascmagic.c70 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic()
75 struct buffer bb; in file_ascmagic()
105 const struct buffer *b, unicodechar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
108 struct buffer bb; in file_ascmagic_with_encoding()
/PHP-8.0/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"))
/PHP-8.0/ext/sqlite3/tests/
H A Dbug71049.phpt2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
/PHP-8.0/ext/fileinfo/tests/
H A Dbug78987.phpt26 $finfo->buffer($content);
/PHP-8.0/ext/pdo/
H A Dpdo.c254 char buffer[65]; in php_pdo_int64_to_str() local
271 p = &buffer[sizeof(buffer)-1]; in php_pdo_int64_to_str()
/PHP-8.0/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 71 milliseconds

12345678910>>...13