Home
last modified time | relevance | path

Searched refs:PHP_BZ2_API (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/bz2/
H A Dphp_bz2.h38 # define PHP_BZ2_API __declspec(dllexport) macro
40 # define PHP_BZ2_API __declspec(dllimport) macro
42 # define PHP_BZ2_API /* nothing special */ macro
45 # define PHP_BZ2_API __attribute__ ((visibility("default"))) macro
47 # define PHP_BZ2_API macro
50 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, in…
51 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, char *mode, php_stream *innerst…
H A Dbz2.c198 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE()
211 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open()

Completed in 16 milliseconds