Home
last modified time | relevance | path

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

1...<<1112

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re246 * HTML stuff to the result buffer.
/PHP-5.5/win32/build/
H A Dconfig.w32219 // if you have VS.Net /GS hardens the binary against buffer overruns
/PHP-5.5/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.5/ext/pcre/pcrelib/
H A DChangeLog22 a buffer overflow if there was more than one group with the given name.
26 another group caused a buffer overflow. For example:
31 a buffer overflow at compile time. This bug was discovered by the LLVM
35 provoke a buffer overflow. This bug was discovered by the LLVM fuzzer.
37 7. Another buffer overflow bug involved duplicate named groups with a
48 10. There was a buffer overflow if pcre_exec() was called with an ovector of
75 assertion which itself contained a forward reference caused buffer
1769 8K to 20K. (The actual buffer used is three times this size.)
1778 example --buffer-size=50K.
2592 exec() might read past the end of the data buffer in UTF-8 mode.
[all …]
H A DNEWS222 for pcregrep to adjust its internal buffer size.
316 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In
H A DREADME387 . The default size (in bytes) of the internal buffer used by pcregrep can be
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI22 1 err_buf: error message string buffer.
/PHP-5.5/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.5/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.5/ext/pdo/
H A Dpdo_stmt.c2333 static int pdo_row_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_seriali…
2799 static int pdo_row_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_seriali… in pdo_row_serialize() argument
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt239 PCRE_UCHAR16 *buffer, int buffersize);
242 int stringcount, int stringnumber, PCRE_UCHAR16 *buffer,
385 The output buffer must be at least as long as the input.
570 PCRE_UCHAR32 *buffer, int buffersize);
573 int stringcount, int stringnumber, PCRE_UCHAR32 *buffer,
716 The output buffer must be at least as long as the input.
1620 char *buffer, int buffersize);
1623 int stringcount, int stringnumber, char *buffer,
3863 int stringcount, int stringnumber, char *buffer,
3956 char *buffer, int buffersize);
[all …]
/PHP-5.5/Zend/
H A DZEND_CHANGES1107 buffer. Header information (header(), content type, cookies) are
/PHP-5.5/
H A Dconfigure.in63 int zend_sprintf(char *buffer, const char *format, ...);
/PHP-5.5/ext/mbstring/
H A Dmbstring.c4270 headers = (char *)device.buffer; in PHP_FUNCTION()
/PHP-5.5/build/
H A Dlibtool.m4816 # (any single argument exceeding 2000 bytes causes a buffer overrun
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1394 # These are actually just bit-for-bit dumps of the frame buffer, so

Completed in 158 milliseconds

1...<<1112