Home
last modified time | relevance | path

Searched refs:php_stream_memory_open (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/main/
H A Dphp_memory_streams.h33 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… macro
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c584 *ptr = (char *)php_stream_memory_open(TEMP_STREAM_READONLY, "", 0); in pgsql_stmt_get_col()
/PHP-7.4/ext/standard/
H A Dimage.c1520 stream = php_stream_memory_open(TEMP_STREAM_READONLY, input, input_len); in php_getimagesize_from_any()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c606 stm = php_stream_memory_open(TEMP_STREAM_TAKE_BUFFER, value, value_len); in fetch_value()
613 stm = php_stream_memory_open(TEMP_STREAM_READONLY, value, value_len); in fetch_value()

Completed in 23 milliseconds