Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_memory_streams.h34 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… macro
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c548 *ptr = (char *)php_stream_memory_open(TEMP_STREAM_READONLY, "", 0); in pgsql_stmt_get_col()
/PHP-5.5/ext/standard/
H A Dimage.c1411 stream = php_stream_memory_open(TEMP_STREAM_READONLY, input, input_len); in php_getimagesize_from_any()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c617 stm = php_stream_memory_open(TEMP_STREAM_TAKE_BUFFER, value, value_len); in fetch_value()
624 stm = php_stream_memory_open(TEMP_STREAM_READONLY, value, value_len); in fetch_value()

Completed in 16 milliseconds