/PHP-8.1/tests/output/ |
H A D | ob_013.phpt | 45 [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 D | ob_get_status.phpt | 28 ["buffer_size"]=>
|
/PHP-8.1/ext/soap/ |
H A D | php_packet_soap.h | 22 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na…
|
H A D | php_packet_soap.c | 22 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 D | gh11715.phpt | 14 var_dump($info['buffer_size']);
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_max_buffer_size.phpt | 16 function try_buffer_size($offset, $buffer_size) { 27 PDO::MYSQL_ATTR_MAX_BUFFER_SIZE => $buffer_size,
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_cmsg_rights.phpt | 49 "buffer_size" => 2000, 94 ["buffer_size"]=>
|
H A D | socket_recvmsg.phpt | 45 "buffer_size" => 2000,
|
H A D | socket_cmsg_credentials.phpt | 47 "buffer_size" => 2000,
|
H A D | socket_sendrecvmsg_multi_msg-unix.phpt | 56 "buffer_size" => 2000,
|
H A D | socket_sendrecvmsg_multi_msg.phpt | 54 "buffer_size" => 2000,
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_lob.c | 241 int buffer_size = PHP_OCI_LOB_BUFFER_SIZE; in php_oci_lob_read() local 332 …buffer_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 D | grapheme_util.c | 391 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 D | zend_jit.h | 102 zend_long buffer_size; member
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_bmp.c | 254 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 D | output-api.md | 19 …// php_ob_set_internal_handler(my_php_output_handler_func_t, buffer_size, "output handler name", e…
|
/PHP-8.1/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 77 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 D | zend_accelerator_module.c | 301 … , 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 D | ZendAccelerator.c | 3204 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) {
|