Searched refs:php_file_le_pstream (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_5/main/ |
| H A D | php_streams.h | 32 PHPAPI int php_file_le_pstream(void); 258 #define php_stream_from_zval(xstr, ppzval) ZEND_FETCH_RESOURCE2((xstr), php_stream *, (ppzval), -1, "stream", php_file_le_stream(), php_file_le_pstream()) 259 #define php_stream_from_zval_no_verify(xstr, ppzval) (xstr) = (php_stream*)zend_fetch_resource((ppzval) TSRMLS_CC, -1, "stream", NULL, 2, php_file_le_stream(), php_file_le_pstream())
|
| /PHP_5_5/ext/standard/ |
| H A D | file.c | 1130 what = zend_fetch_resource(&file_handle TSRMLS_CC, -1, "File-Handle", &type, 2, php_file_le_stream(), php_file_le_pstream());
|
| H A D | streamsfuncs.c | 993 stream = zend_fetch_resource(&contextresource TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream);
|
| /PHP_5_5/main/streams/ |
| H A D | streams.c | 48 PHPAPI int php_file_le_pstream(void) function
|
| /PHP_5_5/ext/curl/ |
| H A D | interface.c | 215 stream = (php_stream *) zend_fetch_resource(&ch->handlers->std_err TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); 227 stream = (php_stream *) zend_fetch_resource(&ch->handlers->read->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); 241 stream = (php_stream *) zend_fetch_resource(&ch->handlers->write_header->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); 255 stream = (php_stream *) zend_fetch_resource(&ch->handlers->write->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); 2344 what = zend_fetch_resource(zvalue TSRMLS_CC, -1, "File-Handle", &type, 1, php_file_le_stream(), php_file_le_pstream()); 2950 stream = (php_stream*)zend_fetch_resource(&ch->handlers->std_err TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream());
|
| /PHP_5_5/ext/sockets/ |
| H A D | conversions.c | 1367 NULL, php_file_le_stream(), php_file_le_pstream());
|
| H A D | sockets.c | 974 NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); 1013 NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream());
|
Completed in 26 milliseconds