Home
last modified time | relevance | path

Searched refs:buffer (Results 151 – 175 of 300) sorted by relevance

12345678910>>...12

/PHP-5.4/ext/mbstring/libmbfl/tests/
H A Dstrwidth.c70 dev.buffer[dev.pos++] = (unsigned char)c; in main()
H A Dconv_kana.c136 dev.buffer[dev.pos++] = (unsigned char)c; in main()
H A Dconv_encoding.c90 dev.buffer[dev.pos++] = (unsigned char)c; in main()
H A Dstrcut.c99 dev.buffer[dev.pos++] = (unsigned char)c; in main()
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c1835 xmlBufferPtr buffer; in PHP_FUNCTION() local
1849 buffer = xmlBufferCreate(); in PHP_FUNCTION()
1851 if (buffer == NULL) { in PHP_FUNCTION()
1856 ptr = xmlNewTextWriterMemory(buffer, 0); in PHP_FUNCTION()
1858 xmlBufferFree(buffer); in PHP_FUNCTION()
1864 intern->output = buffer; in PHP_FUNCTION()
1888 xmlBufferPtr buffer; in php_xmlwriter_flush() local
1913 buffer = intern->output; in php_xmlwriter_flush()
1914 if (force_string == 1 && buffer == NULL) { in php_xmlwriter_flush()
1918 if (buffer) { in php_xmlwriter_flush()
[all …]
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_statement.c41 # define pdo_free_bound_result(res) efree(res.buffer)
193 efree(S->bound_result[i].buffer); in pdo_mysql_stmt_execute_prepared_libmysql()
248 S->bound_result[i].buffer = emalloc(S->bound_result[i].buffer_length); in pdo_mysql_stmt_execute_prepared_libmysql()
499 b->buffer = NULL; in pdo_mysql_stmt_param_hook()
557 b->buffer = Z_STRVAL_P(param->parameter); in pdo_mysql_stmt_param_hook()
564 b->buffer = &Z_LVAL_P(param->parameter); in pdo_mysql_stmt_param_hook()
569 b->buffer = &Z_DVAL_P(param->parameter); in pdo_mysql_stmt_param_hook()
740 *ptr = S->bound_result[colno].buffer;
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
/PHP-5.4/ext/xmlrpc/tests/
H A Dbug68027.phpt2 Bug #68027 (buffer overflow in mkgmtime() function)
/PHP-5.4/ext/xmlwriter/tests/
H A D003.phpt28 // Force to write and empty the buffer
H A DOO_003.phpt30 // Force to write and empty the buffer
H A DOO_008.phpt25 // Force to write and empty the buffer
H A D008.phpt28 // Force to write and empty the buffer
H A D009.phpt33 // Force to write and empty the buffer
H A DOO_009.phpt33 // Force to write and empty the buffer
H A D007.phpt28 // Force to write and empty the buffer
H A DOO_007.phpt29 // Force to write and empty the buffer
/PHP-5.4/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
/PHP-5.4/ext/gd/libgd/
H A Dgdtest.c17 static int fwriteWrapper (void *context, const char *buffer, int len);
406 fwriteWrapper (void *context, const char *buffer, int len) in fwriteWrapper() argument
408 return fwrite (buffer, 1, len, (FILE *) context); in fwriteWrapper()
/PHP-5.4/main/
H A Drfc1867.c212 char *buffer; member
241 if (self->bytes_in_buffer > 0 && self->buf_begin != self->buffer) { in fill_buffer()
242 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
245 self->buf_begin = self->buffer; in fill_buffer()
253 char *buf = self->buffer + self->bytes_in_buffer; in fill_buffer()
289 self->buffer = (char *) ecalloc(1, minsize + 1); in multipart_buffer_new()
296 self->buf_begin = self->buffer; in multipart_buffer_new()
1273 if (mbuff->buffer) efree(mbuff->buffer);
/PHP-5.4/ext/phar/tests/tar/
H A Dbignames_overflow.phpt2 Phar: tar with huge filenames, buffer overflow
/PHP-5.4/ext/phar/tests/
H A D010.phpt2 Phar::mapPhar buffer overrun
/PHP-5.4/ext/standard/
H A Dimage.c181 static unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int co… in php_swf_get_bits() argument
189 ((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1)); in php_swf_get_bits()
443 unsigned char *buffer; in php_read_APP() local
453 buffer = emalloc(length); in php_read_APP()
455 if (php_stream_read(stream, buffer, (long) length) <= 0) { in php_read_APP()
456 efree(buffer); in php_read_APP()
464 add_assoc_stringl(info, markername, buffer, length, 1); in php_read_APP()
467 efree(buffer); in php_read_APP()
/PHP-5.4/TSRM/
H A Dtsrm_win32.h109 TSRM_API char *realpath(char *orig_path, char *buffer);
/PHP-5.4/ext/standard/tests/file/
H A Dfpassthru_error.phpt8 and writes the results to the output buffer.

Completed in 74 milliseconds

12345678910>>...12