Home
last modified time | relevance | path

Searched refs:buffer (Results 276 – 300 of 300) sorted by relevance

1...<<1112

/PHP-5.4/ext/phar/
H A Dphar_internal.h663 int phar_parse_metadata(char **buffer, zval **metadata, php_uint32 zip_metadata_len TSRMLS_DC);
/PHP-5.4/ext/pgsql/
H A Dpgsql.c4241 unsigned char *buffer, local
4250 buffer = (unsigned char *) emalloc(buflen); /* isn't NULL terminated */
4251 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4312 buffer = erealloc(buffer, buflen+1);
4313 buffer[buflen] = '\0';
4316 return buffer;
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps.c2218 if (stmt->execute_cmd_buffer.buffer) { in MYSQLND_METHOD_PRIVATE()
2219 mnd_pefree(stmt->execute_cmd_buffer.buffer, stmt->persistent); in MYSQLND_METHOD_PRIVATE()
2220 stmt->execute_cmd_buffer.buffer = NULL; in MYSQLND_METHOD_PRIVATE()
/PHP-5.4/Zend/
H A Dzend.h505 …int (*serialize)(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_data *da…
H A DZEND_CHANGES1107 buffer. Header information (header(), content type, cookies) are
/PHP-5.4/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt6 * Description: Wraps buffer to selected number of characters using string break char
/PHP-5.4/ext/dom/
H A Dnode.c1901 ret = buf->buffer->use; in dom_canonicalization()
1907 RETVAL_STRINGL((char *) buf->buffer->content, ret, 1); in dom_canonicalization()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt287 a hugge max_length(type) = 4GB bind buffer */
/PHP-5.4/ext/standard/
H A Durl_scanner_ex.re246 * HTML stuff to the result buffer.
/PHP-5.4/
H A DNEWS123 . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
216 buffer overflow). (Stas)
262 . Fixed possible read after end of buffer and use after free. (Dmitry)
303 . Fixed bug #68027 (Global buffer overflow in mkgmtime() function).
1025 . Fixed bug #65015 (pg_send_query does not flush send buffer)
1371 . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
1453 . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
2109 buffer is empty). (Pierrick)
2316 . Fixed bug #45893 (Snmp buffer limited to 2048 char)
5885 - Fixed possible triggering of buffer overflows inside glibc
[all …]
H A DUPGRADING276 - stream_set_write_buffer() no longer disables the read buffer of a plain
H A Dconfigure.in63 int zend_sprintf(char *buffer, const char *format, ...);
/PHP-5.4/win32/build/
H A Dconfig.w32214 // if you have VS.Net /GS hardens the binary against buffer overruns
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1407 ** If you have a stat buffer on the file, pass it in, otherwise pass 0.
1415 ** If you have a stat buffer on the file, pass it in, otherwise pass 0.
1862 /* Is there room in our buffer to read more bytes? */
2052 /* Yes; move the unwritten part to the front of the buffer. */
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DAPI22 1 err_buf: error message string buffer.
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch296 + char buffer[BUFSIZ + 1];
326 + for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line+…
1937 * Like printf, only we append to a buffer.
2539 - * We have the file name and/or the data buffer to be identified.
2540 + * We have the file name and/or the data buffer to be identified.
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c940 char buffer[BUFSIZ + 1]; in load_1() local
967 …for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++… in load_1()
/PHP-5.4/ext/pcre/pcrelib/
H A DNEWS214 for pcregrep to adjust its internal buffer size.
308 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In
H A DChangeLog123 compile the pattern, leading to a buffer overflow. This bug was discovered
132 leading to buffer overflow or other errors. This bug was discovered by the
142 incorrectly compiled and could trigger buffer overflow. This bug was
628 8. Fix two buffer over read issues in 16 and 32 bit modes. Affects JIT only.
1593 8K to 20K. (The actual buffer used is three times this size.)
1602 example --buffer-size=50K.
1604 (e) If a line being scanned overflows pcregrep's buffer, an error is now
2416 exec() might read past the end of the data buffer in UTF-8 mode.
2550 codepoints greater than 255 (in UTF-8 mode, of course) caused a buffer
3180 buffer for a data line had to be extended.
[all …]
H A DREADME387 . The default size (in bytes) of the internal buffer used by pcregrep can be
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c2342 static int pdo_row_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_seriali…
2808 static int pdo_row_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_seriali… in pdo_row_serialize() argument
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt228 PCRE_UCHAR16 *buffer, int buffersize);
231 int stringcount, int stringnumber, PCRE_UCHAR16 *buffer,
374 The output buffer must be at least as long as the input.
559 PCRE_UCHAR32 *buffer, int buffersize);
562 int stringcount, int stringnumber, PCRE_UCHAR32 *buffer,
705 The output buffer must be at least as long as the input.
1609 char *buffer, int buffersize);
1612 int stringcount, int stringnumber, char *buffer,
3852 int stringcount, int stringnumber, char *buffer,
3945 char *buffer, int buffersize);
[all …]
/PHP-5.4/ext/mbstring/
H A Dmbstring.c4270 headers = (char *)device.buffer; in PHP_FUNCTION()
/PHP-5.4/build/
H A Dlibtool.m4810 # (any single argument exceeding 2000 bytes causes a buffer overrun
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic1394 # These are actually just bit-for-bit dumps of the frame buffer, so

Completed in 326 milliseconds

1...<<1112