Home
last modified time | relevance | path

Searched refs:buffer_size (Results 1 – 22 of 22) sorted by relevance

/php-src/tests/output/
H A Dob_013.phpt69 [buffer_size] => 16384
81 [buffer_size] => 16384
92 [buffer_size] => 16384
103 [buffer_size] => 16384
114 [buffer_size] => 16384
125 [buffer_size] => 16384
136 [buffer_size] => 16384
147 [buffer_size] => 16384
158 [buffer_size] => 16384
169 [buffer_size] => 16384
H A Dob_get_status.phpt36 ["buffer_size"]=>
52 ["buffer_size"]=>
70 ["buffer_size"]=>
/php-src/Zend/tests/
H A Dgc_037.phpt29 ["buffer_size"]=>
55 ["buffer_size"]=>
H A Dgc_045.phpt62 ["buffer_size"]=>
/php-src/ext/soap/
H A Dphp_packet_soap.h22 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na…
H A Dphp_packet_soap.c22 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap() argument
35 if (buffer_size == 0) { in parse_packet_soap()
40 response = soap_xmlParseMemory(buffer, buffer_size); in parse_packet_soap()
/php-src/ext/opcache/tests/
H A Dgh11715.phpt14 var_dump($info['buffer_size']);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt16 function try_buffer_size($offset, $buffer_size)
20 PDO::MYSQL_ATTR_MAX_BUFFER_SIZE => $buffer_size,
/php-src/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt50 "buffer_size" => 2000,
96 ["buffer_size"]=>
H A Dsocket_recvmsg.phpt45 "buffer_size" => 2000,
H A Dsocket_cmsg_credentials_fbsd.phpt39 "buffer_size" => 2000,
H A Dsocket_cmsg_credentials.phpt48 "buffer_size" => 2000,
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt56 "buffer_size" => 2000,
H A Dsocket_sendrecvmsg_multi_msg.phpt54 "buffer_size" => 2000,
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c391 int32_t buffer_size = U_BRK_SAFECLONE_BUFFERSIZE; in grapheme_get_break_iterator() local
393 return ubrk_safeClone(global_break_iterator, stack_buffer, &buffer_size, status); in grapheme_get_break_iterator()
/php-src/ext/opcache/jit/
H A Dzend_jit.h111 zend_long buffer_size; member
H A Dzend_jit.c3440 if (JIT_G(buffer_size) > 128*1024*1024) { in zend_jit_check_support()
3447 if (JIT_G(buffer_size) > 2 * Z_L(1024*1024*1024)) { in zend_jit_check_support()
/php-src/ext/gd/libgd/
H A Dgd_bmp.c254 int buffer_size = 0; in gdImageBmpCtx() local
262 while ((buffer_size = gdGetBuf(copy_buffer, 1024, out)) != EOF) { in gdImageBmpCtx()
263 if (buffer_size == 0) { in gdImageBmpCtx()
266 gdPutBuf(copy_buffer , buffer_size, out_original); in gdImageBmpCtx()
/php-src/docs-old/
H A Doutput-api.md19 …// php_ob_set_internal_handler(my_php_output_handler_func_t, buffer_size, "output handler name", e…
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c77 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result() argument
80 while (php_stream_gets(stream, buffer, buffer_size-1) && in get_ftp_result()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c331 … , ZEND_JIT_DEFAULT_BUFFER_SIZE, PHP_INI_SYSTEM, OnUpdateLong, buffer_size, zend…
846 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size));
H A DZendAccelerator.c3194 if (JIT_G(enabled) && JIT_G(buffer_size)
3203 jit_size = JIT_G(buffer_size);
3258 if (JIT_G(buffer_size) == 0) {

Completed in 50 milliseconds