Home
last modified time | relevance | path

Searched refs:buffer (Results 176 – 200 of 291) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt2 fgets() over a socket with more than a buffer's worth of data
H A Dfile_get_contents_file_put_contents_variation1.phpt24 fill_buffer($buffer, $type, 100);
25 file_put_contents( $file_path."/file_put_contents_variation1.tmp", $buffer);
H A Dfile.inc10 fill_buffer() : fills buffer with specified contents
38 Function : bool fill_buffer(string &$buffer, string $fill_type, int $fill_size);
39 Description: Fills the $buffer with data as specified with requested size.
40 $buffer = buffer to be filled
48 function fill_buffer(&$buffer, $fill_type, $fill_size) {
74 $buffer = substr($tmp_buff, 0, $fill_size);
76 $buffer = $tmp_buff;
H A Dfpassthru_variation.phpt8 and writes the results to the output buffer.
H A Dfpassthru_basic.phpt8 and writes the results to the output buffer.
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_buffer_error.phpt8 * Description: Return infromation about a string buffer.
/PHP-5.5/tests/output/
H A Dob_get_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_driver.c220 stmt->execute_cmd_buffer.buffer = mnd_pemalloc(stmt->execute_cmd_buffer.length, stmt->persistent); in MYSQLND_METHOD()
221 if (!stmt->execute_cmd_buffer.buffer) { in MYSQLND_METHOD()
H A Dmysqlnd_debug.c161 char * message_line, *buffer; in MYSQLND_METHOD() local
231 mnd_vsprintf(&buffer, 0, format, args); in MYSQLND_METHOD()
240 pipe_buffer, type? type:"", buffer); in MYSQLND_METHOD()
241 mnd_sprintf_free(buffer); in MYSQLND_METHOD()
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_basic.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation5.phpt6 * Description: Wraps buffer to selected number of characters using string break char
/PHP-5.5/sapi/webjames/
H A Dwebjames.c87 static int sapi_webjames_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_webjames_read_post() argument
92 memcpy(buffer, WG(conn)->body+WG(bodyread), count_bytes); in sapi_webjames_read_post()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt27 /* buffer is only relevant with native PS */
/PHP-5.5/ext/standard/
H A Duser_filters.c513 char *buffer; in PHP_FUNCTION() local
518 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs", &zstream, &buffer, &buffer_len) == FAIL… in PHP_FUNCTION()
528 memcpy(pbuffer, buffer, buffer_len); in PHP_FUNCTION()
H A Dsha1.c203 ((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA1Update()
204 SHA1Transform(context->state, context->buffer); in PHP_SHA1Update()
215 ((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], in PHP_SHA1Update()
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c621 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
624 … level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
682 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1);
684 tc_key.pixel = ((bitmap.buffer[pc / 8] << (pc % 8)) & 128) ? NUMCOLORS : 0;
686 tc_key.pixel = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? NUMCOLORS : 0;
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt39 var_dump(fread($sockets[1], strlen(b"incomplete line"))); // Returns buffer readden by stream_get_l…
/PHP-5.5/sapi/tux/
H A Dphp_tux.c161 static int sapi_tux_read_post(char *buffer, uint count_bytes) in sapi_tux_read_post() argument
168 TG(req)->object_addr = buffer; in sapi_tux_read_post()
/PHP-5.5/Zend/
H A Dzend_interfaces.c400 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_ser… in zend_user_serialize() argument
418 *buffer = (unsigned char*)estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in zend_user_serialize()
458 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, zend_uint *buf_len, ze… in zend_class_serialize_deny() argument
/PHP-5.5/
H A DREADME.STREAMS115 If you want to read the contents of a stream into an allocated memory buffer,
121 This function will set buf to the address of the buffer that it allocated,
124 The buffer is allocated using pemalloc(); you need to call pefree() to
228 itself, which holds some state information (and possibly a buffer) and a
274 bufsize is the size of the buffer to use - if 0, then buffering at the stream
355 such as coping with a buffer size too small to hold the data,
/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h119 php_stream_bucket_brigade buffer; member
/PHP-5.5/ext/standard/tests/filters/
H A Dstream_filter_remove_error.phpt11 …* Description: Flushes any data in the filter's internal buffer, removes it from the chain, and fr…
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-5.5/sapi/continuity/
H A Dcapi.c198 static int sapi_capi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_capi_read_post() argument
211 total_read = httpFread(rc->t, buffer, max_read); in sapi_capi_read_post()
/PHP-5.5/ext/phar/
H A Dzip.c27 static inline void phar_write_32(char buffer[4], php_uint32 value) in phar_write_32()
29 buffer[3] = (unsigned char) ((value & 0xff000000) >> 24); in phar_write_32()
30 buffer[2] = (unsigned char) ((value & 0xff0000) >> 16); in phar_write_32()
31 buffer[1] = (unsigned char) ((value & 0xff00) >> 8); in phar_write_32()
32 buffer[0] = (unsigned char) (value & 0xff); in phar_write_32()
34 static inline void phar_write_16(char buffer[2], php_uint32 value) in phar_write_16()
36 buffer[1] = (unsigned char) ((value & 0xff00) >> 8); in phar_write_16()
37 buffer[0] = (unsigned char) (value & 0xff); in phar_write_16()

Completed in 124 milliseconds

12345678910>>...12