Home
last modified time | relevance | path

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

/PHP-7.4/ext/bz2/
H A Dphp_bz2.h36 # define PHP_BZ2_API __declspec(dllexport) macro
38 # define PHP_BZ2_API __declspec(dllimport) macro
40 # define PHP_BZ2_API /* nothing special */ macro
43 # define PHP_BZ2_API __attribute__ ((visibility("default"))) macro
45 # define PHP_BZ2_API macro
51 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const ch…
52 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *i…
H A Dbz2.c230 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE()
246 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open()

Completed in 17 milliseconds