Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/dba/
H A Dinstall_cdb.sh39 ar x ../buffer.a
/PHP-7.4/tests/lang/
H A Dbug32828.phpt6 function output_handler($buffer)
/PHP-7.4/ext/standard/tests/strings/
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-7.4/ext/xmlwriter/tests/
H A DOO_002.phpt14 // Force to write and empty the buffer
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c372 void *buffer; in php_do_getsockopt_ipv6_rfc3542() local
390 buffer = ecalloc(1, size); in php_do_getsockopt_ipv6_rfc3542()
391 res = getsockopt(php_sock->bsd_socket, level, optname, buffer, &size); in php_do_getsockopt_ipv6_rfc3542()
396 zval *zv = to_zval_run_conversions(buffer, reader, "in6_pktinfo", in php_do_getsockopt_ipv6_rfc3542()
405 efree(buffer); in php_do_getsockopt_ipv6_rfc3542()
/PHP-7.4/ext/standard/tests/http/
H A Dbug75981.phpt2 Bug #75981 (stack-buffer-overflow while parsing HTTP response)
/PHP-7.4/ext/mbstring/tests/
H A Dbug77371.phpt2 Bug #77371 (heap buffer overflow in mb regex functions - compile_string_node)
/PHP-7.4/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-7.4/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
/PHP-7.4/tests/output/
H A Dflush_basic_001.phpt15 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_014.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_015.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
/PHP-7.4/ext/standard/tests/network/
H A Dbug68925.phpt2 Bug #68925 (CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow)
/PHP-7.4/Zend/
H A Dzend_interfaces.h74 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial…
77 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_…
/PHP-7.4/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";
59 should be read without buffer ($count == 10000)
/PHP-7.4/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()
/PHP-7.4/ext/hash/
H A Dhash_sha.c349 ((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA1Update()
350 SHA1Transform(context->state, context->buffer); in PHP_SHA1Update()
361 ((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], in PHP_SHA1Update()
558 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA224Update()
559 SHA256Transform(context->state, context->buffer); in PHP_SHA224Update()
635 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA256Update()
636 SHA256Transform(context->state, context->buffer); in PHP_SHA256Update()
849 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA384Update()
850 SHA512Transform(context->state, context->buffer); in PHP_SHA384Update()
998 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA512Update()
[all …]
H A Dhash_gost.c265 memcpy(&context->buffer[context->length], input, len); in PHP_GOSTUpdate()
272 memcpy(&context->buffer[context->length], input, i); in PHP_GOSTUpdate()
273 GostTransform(context, context->buffer); in PHP_GOSTUpdate()
280 memcpy(context->buffer, input + i, r); in PHP_GOSTUpdate()
281 ZEND_SECURE_ZERO(&context->buffer[r], 32 - r); in PHP_GOSTUpdate()
291 GostTransform(context, context->buffer); in PHP_GOSTFinal()
/PHP-7.4/ext/sqlite3/tests/
H A Dbug71049.phpt2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
/PHP-7.4/ext/fileinfo/
H A Dconfig.w3211 strcasestr.c buffer.c";
/PHP-7.4/ext/fileinfo/tests/
H A Dbug78987.phpt26 $finfo->buffer($content);
/PHP-7.4/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()
106 const struct buffer *b, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
109 struct buffer bb; in file_ascmagic_with_encoding()

Completed in 44 milliseconds

12345678910>>...13