Home
last modified time | relevance | path

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

1...<<1112

/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt58 …driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single buffer.
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1092 char *buffer; in PHP_FUNCTION() local
1097 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &buffer, &buffer_len) == FAILURE) { in PHP_FUNCTION()
1102 ap_rwrite(buffer, buffer_len, (request_rec*)SG(server_context)); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation1.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation3.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation2.phpt6 * Description: Wraps buffer to selected number of characters using string break char
/PHP-5.5/
H A Dacinclude.m41782 __ssize_t reader(void *cookie, char *buffer, size_t size)
1784 __ssize_t writer(void *cookie, const char *buffer, size_t size)
2831 CRYPTD buffer;
2832 crypt_r("passwd", "hash", &buffer);
2841 struct crypt_data buffer;
2842 crypt_r("passwd", "hash", &buffer);
2853 struct crypt_data buffer;
2854 crypt_r("passwd", "hash", &buffer);
H A Dphp.ini-development216 ; Turning on this setting and managing its maximum buffer size can yield some
226 ; On = Enabled and buffer is unlimited. (Use with caution)
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1221 ; Size of a pre-allocated buffer used for reading data sent by the server in
1711 ; registered as output buffer to function
H A Dphp.ini-production216 ; Turning on this setting and managing its maximum buffer size can yield some
226 ; On = Enabled and buffer is unlimited. (Use with caution)
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1221 ; Size of a pre-allocated buffer used for reading data sent by the server in
1711 ; registered as output buffer to function
H A DNEWS11 . Fixed bug #70480 (php_url_parse_ex() buffer overflow read). (Stas)
12 . Fixed bug #72513 (Stack-based buffer overflow vulnerability in
47 . Fixed bug #72520 (Stack-based buffer overflow vulnerability in
190 . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow).
402 . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
628 buffer overflow). (Stas)
2560 . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
2642 . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
3298 buffer is empty). (Pierrick)
3505 . Fixed bug #45893 (Snmp buffer limited to 2048 char)
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68819_001.phpt13 $type = $finfo->buffer($string);
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput639 pcregrep: line 4 of file ./testdata/grepinput3 is too long for the internal buffer
640 pcregrep: check the --buffer-size option
/PHP-5.5/ext/phar/
H A Dphar_internal.h606 int phar_parse_metadata(char **buffer, zval **metadata, php_uint32 zip_metadata_len TSRMLS_DC);
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in199 // if you have VS.Net /GS hardens the binary against buffer overruns
/PHP-5.5/Zend/
H A Dzend.h515 …int (*serialize)(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_data *da…
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c2203 if (stmt->execute_cmd_buffer.buffer) { in MYSQLND_METHOD_PRIVATE()
2204 mnd_pefree(stmt->execute_cmd_buffer.buffer, stmt->persistent); in MYSQLND_METHOD_PRIVATE()
2205 stmt->execute_cmd_buffer.buffer = NULL; in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd.c396 zend_uchar buffer[2]; in MYSQLND_METHOD() local
401 int2store(buffer, (unsigned int) option); in MYSQLND_METHOD()
402 …ret = conn->m->simple_command(conn, COM_SET_OPTION, buffer, sizeof(buffer), PROT_EOF_PACKET, FALSE… in MYSQLND_METHOD()
/PHP-5.5/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.5/ext/pgsql/
H A Dpgsql.c4257 unsigned char *buffer, local
4266 buffer = (unsigned char *) emalloc(buflen); /* isn't NULL terminated */
4267 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4328 buffer = erealloc(buffer, buflen+1);
4329 buffer[buflen] = '\0';
4332 return buffer;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt287 a hugge max_length(type) = 4GB bind buffer */

Completed in 146 milliseconds

1...<<1112