Searched refs:PHP_BZ2_API (Results 1 – 2 of 2) sorted by relevance
38 # define PHP_BZ2_API __declspec(dllexport) macro40 # define PHP_BZ2_API __declspec(dllimport) macro42 # define PHP_BZ2_API /* nothing special */ macro45 # define PHP_BZ2_API __attribute__ ((visibility("default"))) macro47 # define PHP_BZ2_API macro50 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const ch…51 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *i…
199 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE()212 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open()
Completed in 6 milliseconds