Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re331 /* allocate output buffer */
/PHP-7.4/ext/phar/
H A Dphar_internal.h547 int phar_parse_metadata(char **buffer, zval *metadata, uint32_t zip_metadata_len);
/PHP-7.4/ext/oci8/tests/
H A Dbind_char_3.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.
/PHP-7.4/
H A Dphp.ini-development197 ; Turning on this setting and managing its maximum buffer size can yield some
207 ; On = Enabled and buffer is unlimited. (Use with caution)
209 ; Integer = Enables the buffer and sets its maximum size in bytes.
233 ; output buffer. You can set target tags by this configuration.
250 ; Valid values for this option are 'off', 'on', or a specific buffer size
1206 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1209 ; Size of a pre-allocated buffer used for reading data sent by the server in
1641 ; mb_output_handler must be registered as output buffer to function.
H A Dphp.ini-production197 ; Turning on this setting and managing its maximum buffer size can yield some
207 ; On = Enabled and buffer is unlimited. (Use with caution)
209 ; Integer = Enables the buffer and sets its maximum size in bytes.
233 ; output buffer. You can set target tags by this configuration.
250 ; Valid values for this option are 'off', 'on', or a specific buffer size
1206 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1209 ; Size of a pre-allocated buffer used for reading data sent by the server in
1641 ; mb_output_handler must be registered as output buffer to function.
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c217 file_zmagic(struct magic_set *ms, const struct buffer *b, const char *name) in file_zmagic()
H A Dapprentice.c1094 char buffer[BUFSIZ + 1]; in load_1() local
1116 …for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++… in load_1()
/PHP-7.4/ext/dom/
H A Dnode.c1843 ret = buf->buffer->use; in dom_canonicalization()
1849 RETVAL_STRINGL((char *) buf->buffer->content, ret); in dom_canonicalization()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c2148 if (stmt->execute_cmd_buffer.buffer) { in MYSQLND_METHOD_PRIVATE()
2149 mnd_efree(stmt->execute_cmd_buffer.buffer); in MYSQLND_METHOD_PRIVATE()
2150 stmt->execute_cmd_buffer.buffer = NULL; in MYSQLND_METHOD_PRIVATE()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c300 void phpdbg_string_init(char *buffer) { in phpdbg_string_init() argument
302 char *str = strtok(buffer, "\n"); in phpdbg_string_init()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c4481 unsigned char *buffer, local
4490 buffer = (unsigned char *) emalloc(buflen); /* isn't NULL terminated */
4491 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4552 buffer = erealloc(buffer, buflen+1);
4553 buffer[buflen] = '\0';
4556 return buffer;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt285 a hugge max_length(type) = 4GB bind buffer */
/PHP-7.4/ext/gmp/
H A Dgmp.c568 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize() argument
585 *buffer = (unsigned char *) estrndup(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s)); in gmp_serialize()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4584 str_headers = zend_string_init((char *)device.buffer, strlen((char *)device.buffer), 0); in PHP_FUNCTION()
5020 if (dev.pos < 1 || filter->num_illegalchar || dev.buffer[0] >= MBFL_WCSGROUP_UCS4MAX) { in php_mb_ord()
5026 cp = dev.buffer[0]; in php_mb_ord()
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re446 * HTML stuff to the result buffer.
H A Dvar_unserializer.re660 * with unserialize reading past the end of the passed buffer if the string is not
/PHP-7.4/ext/curl/
H A Dinterface.c2108 static size_t read_cb(char *buffer, size_t size, size_t nitems, void *arg) /* {{{ */ in read_cb() argument
2118 numread = php_stream_read(cb_arg->stream, buffer, nitems * size); in read_cb()
/PHP-7.4/build/
H A Dlibtool.m4816 # (any single argument exceeding 2000 bytes causes a buffer overrun
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1970 # These are actually just bit-for-bit dumps of the frame buffer, so
H A Dmagic1970 # These are actually just bit-for-bit dumps of the frame buffer, so

Completed in 221 milliseconds

1...<<111213