Home
last modified time | relevance | path

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

/PHP-8.1/tests/output/
H A Dob_013.phpt45 [buffer_size] => 16384
57 [buffer_size] => 16384
68 [buffer_size] => 16384
79 [buffer_size] => 16384
90 [buffer_size] => 16384
101 [buffer_size] => 16384
H A Dob_get_status.phpt28 ["buffer_size"]=>
/PHP-8.1/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-8.1/ext/opcache/tests/
H A Dgh11715.phpt14 var_dump($info['buffer_size']);
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt16 function try_buffer_size($offset, $buffer_size) {
27 PDO::MYSQL_ATTR_MAX_BUFFER_SIZE => $buffer_size,
/PHP-8.1/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt49 "buffer_size" => 2000,
94 ["buffer_size"]=>
H A Dsocket_recvmsg.phpt45 "buffer_size" => 2000,
H A Dsocket_cmsg_credentials.phpt47 "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-8.1/ext/oci8/
H A Doci8_lob.c241 int buffer_size = PHP_OCI_LOB_BUFFER_SIZE; in php_oci_lob_read() local
332buffer_size = ((int) requested_len < buffer_size ) ? (int) requested_len : buffer_size; /* optimi… in php_oci_lob_read()
333 buffer_size = php_oci_lob_calculate_buffer(descriptor, buffer_size); /* use chunk size */ in php_oci_lob_read()
335 bufp = (ub1 *) ecalloc(1, buffer_size); in php_oci_lob_read()
345 (oraub8) buffer_size, /* size of buffer */ in php_oci_lob_read()
/PHP-8.1/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-8.1/ext/opcache/jit/
H A Dzend_jit.h102 zend_long buffer_size; member
/PHP-8.1/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-8.1/docs/
H A Doutput-api.md19 …// php_ob_set_internal_handler(my_php_output_handler_func_t, buffer_size, "output handler name", e…
/PHP-8.1/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-8.1/ext/opcache/
H A Dzend_accelerator_module.c301 … , ZEND_JIT_DEFAULT_BUFFER_SIZE, PHP_INI_SYSTEM, OnUpdateLong, buffer_size, zend…
791 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size));
H A DZendAccelerator.c3204 if (JIT_G(enabled) && JIT_G(buffer_size)
3213 jit_size = JIT_G(buffer_size);
3268 if (JIT_G(buffer_size) == 0
3275 if (JIT_G(buffer_size) != 0) {

Completed in 56 milliseconds