Home
last modified time | relevance | path

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

1...<<111213

/PHP-8.0/ext/hash/
H A Dhash.c1644 char buffer[2048]; in PHP_MINFO_FUNCTION() local
1646 char *s = buffer, *e = s + sizeof(buffer); in PHP_MINFO_FUNCTION()
1655 php_info_print_table_row(2, "Hashing Engines", buffer); in PHP_MINFO_FUNCTION()
/PHP-8.0/build/
H A Dphp.m41451 ssize_t reader(void *cookie, char *buffer, size_t size)
1453 ssize_t writer(void *cookie, const char *buffer, size_t size)
2198 CRYPTD buffer;
2199 crypt_r("passwd", "hash", &buffer);
2207 struct crypt_data buffer;
2208 crypt_r("passwd", "hash", &buffer);
2218 struct crypt_data buffer;
2219 crypt_r("passwd", "hash", &buffer);
2228 struct crypt_data buffer;
2229 crypt_r("passwd", "hash", &buffer);
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c474 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) in sapi_cgi_read_post() argument
490 tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, to_read); in sapi_cgi_read_post()
492 tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
502 static size_t sapi_fcgi_read_post(char *buffer, size_t count_bytes) in sapi_fcgi_read_post() argument
516 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, to_read); in sapi_fcgi_read_post()
/PHP-8.0/ext/gd/libgd/
H A Dgd.h385 int (*source) (void *context, char *buffer, int len);
633 int (*sink) (void *context, const char *buffer, int len);
/PHP-8.0/ext/intl/
H A DERROR_CONVENTIONS.md35 of the first two. If the message is not a static buffer, `copyMsg` should be 1.
/PHP-8.0/Zend/
H A Dzend.h158 int (*serialize)(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data *data);
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c379 xmlChar *buffer = xmlEncodeEntitiesReentrant(node->doc, (xmlChar *)ZSTR_VAL(value)); in change_node_zval() local
381 if (buffer) { in change_node_zval()
382 xmlNodeSetContent(node, buffer); in change_node_zval()
383 xmlFree(buffer); in change_node_zval()
1453 return_content = (char *)outbuf->buffer->content; in SXE_METHOD()
1454 return_len = outbuf->buffer->use; in SXE_METHOD()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c428 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) /* {{{ */ in sapi_cgi_read_post() argument
455 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
457 tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
/PHP-8.0/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-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c646 if (c == (int)pc->needle.buffer[pc->needle_pos]) { in collector_strpos()
658 h = (int *)pc->needle.buffer; in collector_strpos()
663 m = (int *)pc->needle.buffer; in collector_strpos()
845 if (pc.needle.buffer == NULL) { in mbfl_substr_count()
2016 encoding = mbfl_name2encoding((const char *)&pd->tmpdev.buffer[pd->cspos]); in mime_header_decoder_collector()
/PHP-8.0/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.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-8.0/ext/fileinfo/libmagic/
H A Dencoding.c69 file_encoding(struct magic_set *ms, const struct buffer *b, unicodechar **ubuf, in file_encoding()
H A Dreadcdf.c532 file_trycdf(struct magic_set *ms, const struct buffer *b) in file_trycdf()
H A Dfuncs.c289 struct buffer b; in file_buffer()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c287 static size_t sapi_lsapi_read_post(char *buffer, size_t count_bytes) in sapi_lsapi_read_post() argument
290 ssize_t rv = LSAPI_ReadReqBody(buffer, (unsigned long long)count_bytes); in sapi_lsapi_read_post()
/PHP-8.0/ext/fileinfo/tests/
H A Dbug68819_001.phpt13 $type = $finfo->buffer($string);
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c395 char*buffer; member
400 #define luaZ_buffer(buff)((buff)->buffer)
2617 return buff->buffer;
2681 b->buffer[b->n++]=cast(char,c);
4894 char*buffer;
4905 memcpy(buffer+tl,svalue(top-i),l);
5866 char buffer[BUFSIZ];
6060 lua_pushlstring(B->L,B->buffer,l);
6061 B->p=B->buffer;
6086 return B->buffer;
[all …]
/PHP-8.0/ext/phar/
H A Dphar_internal.h555 void phar_parse_metadata_lazy(const char *buffer, phar_metadata_tracker *tracker, uint32_t zip_meta…
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re330 /* allocate output buffer */
/PHP-8.0/
H A Dphp.ini-development208 ; Turning on this setting and managing its maximum buffer size can yield some
218 ; On = Enabled and buffer is unlimited. (Use with caution)
220 ; Integer = Enables the buffer and sets its maximum size in bytes.
244 ; output buffer. You can set target tags by this configuration.
261 ; Valid values for this option are 'off', 'on', or a specific buffer size
1213 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1216 ; Size of a pre-allocated buffer used for reading data sent by the server in
1647 ; mb_output_handler must be registered as output buffer to function.

Completed in 105 milliseconds

1...<<111213