Home
last modified time | relevance | path

Searched refs:buffer (Results 151 – 175 of 291) sorted by path

12345678910>>...12

/PHP-5.5/ext/standard/
H A Dpassword.c93 efree(buffer); in php_password_salt_to64()
100 efree(buffer); in php_password_salt_to64()
106 efree(buffer); in php_password_salt_to64()
115 char *buffer; in php_password_make_salt() local
163 efree(buffer); in php_password_make_salt()
169 efree(buffer); in php_password_make_salt()
356 char *buffer; in PHP_FUNCTION() local
389 efree(buffer); in PHP_FUNCTION()
395 efree(buffer); in PHP_FUNCTION()
402 efree(buffer); in PHP_FUNCTION()
[all …]
H A Dphp_crypt_r.h52 extern char * php_sha512_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
53 extern char * php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
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()
H A Dsha1.h30 unsigned char buffer[64]; /* input buffer */ member
/PHP-5.5/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
H A Dfgets_socket_variation2.phpt2 fgets() over a socket with more than a buffer's worth of data
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 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_get_contents_file_put_contents_variation2.phpt27 fill_buffer( $buffer, "text", 100);
28 file_put_contents( $filename, $buffer );
29 fill_buffer( $buffer, "numeric", 100);
30 file_put_contents( $filename, $buffer, FILE_APPEND, NULL );
H A Dfpassthru_basic.phpt8 and writes the results to the output buffer.
H A Dfpassthru_error.phpt8 and writes the results to the output buffer.
H A Dfpassthru_variation.phpt8 and writes the results to the output buffer.
H A Duserstreams.phpt8 * user streams and also gives the seek/gets/buffer
185 /* some default seeks that will cause buffer/cache misses */
/PHP-5.5/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt11 …* Description: Flushes any data in the filter's internal buffer, removes it from the chain, and fr…
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/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
30 Notice: ob_get_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
/PHP-5.5/ext/standard/tests/network/
H A Dbug68925.phpt2 Bug #68925 (CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow)
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,
17 so then the pipe buffer is emptied more often and the child has chance to continue its
H A Dstream_get_line_nb.phpt39 var_dump(fread($sockets[1], strlen(b"incomplete line"))); // Returns buffer readden by stream_get_l…
H A Dstream_set_chunk_size.phpt30 /* when the chunk size is 1, the read buffer is skipped, but the
35 echo "should be read without buffer (\$count == 10000)\n";
60 should be read without buffer ($count == 10000)
/PHP-5.5/ext/standard/tests/strings/
H A D005.phpt2 highlight_string(), output buffer and error level
H A D006.phpt2 highlight_file() and output buffer
H A D007-win32.phpt2 php_strip_whitespace() and output buffer

Completed in 35 milliseconds

12345678910>>...12