Home
last modified time | relevance | path

Searched refs:supports (Results 1 – 25 of 55) sorted by relevance

123

/PHP-7.1/ext/zip/lib/
H A Dzip_source_layered.c63 zs->supports = cb(src, ud, NULL, 0, ZIP_SOURCE_SUPPORTS); in zip_source_layered_create()
64 if (zs->supports < 0) { in zip_source_layered_create()
65 zs->supports = ZIP_SOURCE_SUPPORTS_READABLE; in zip_source_layered_create()
H A Dzip_source_function.c62 zs->supports = zcb(ud, NULL, 0, ZIP_SOURCE_SUPPORTS); in zip_source_function_create()
63 if (zs->supports < 0) { in zip_source_function_create()
64 zs->supports = ZIP_SOURCE_SUPPORTS_READABLE; in zip_source_function_create()
H A Dzip_source_window.c46 zip_int64_t supports; member
79 …ctx->supports = (zip_source_supports(src) & ZIP_SOURCE_SUPPORTS_SEEKABLE) | (zip_source_make_comma… in _zip_source_window_new()
80 …ctx->needs_seek = (ctx->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SEEK)) ? true : fals… in _zip_source_window_new()
206 return ctx->supports; in window_read()
H A Dzip_source_supports.c43 return src->supports; in zip_source_supports()
H A Dzipwin32.h45 zip_int64_t supports; member
H A Dzip_source_call.c43 if ((src->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(command)) == 0) { in _zip_source_call()
H A Dzip_source_filep.c69 zip_int64_t supports; member
153 …ctx->supports = ZIP_SOURCE_SUPPORTS_READABLE | zip_source_make_command_bitmap(ZIP_SOURCE_SUPPORTS,… in _zip_source_file_or_p()
158 ctx->supports = ZIP_SOURCE_SUPPORTS_WRITABLE; in _zip_source_file_or_p()
162 ctx->supports = ZIP_SOURCE_SUPPORTS_SEEKABLE; in _zip_source_file_or_p()
443 return ctx->supports; in read_file()
H A Dzip_source_win32handle.c116 …ctx->supports = ZIP_SOURCE_SUPPORTS_READABLE | zip_source_make_command_bitmap(ZIP_SOURCE_SUPPORTS,… in _zip_source_win32_handle_or_name()
122 ctx->supports = ZIP_SOURCE_SUPPORTS_WRITABLE; in _zip_source_win32_handle_or_name()
129 ctx->supports = ZIP_SOURCE_SUPPORTS_SEEKABLE; in _zip_source_win32_handle_or_name()
371 return ctx->supports; in _win32_read_file()
/PHP-7.1/ext/iconv/
H A Dconfig.m4130 AC_MSG_CHECKING([if iconv supports errno])
151 AC_DEFINE([ICONV_SUPPORTS_ERRNO],1,[Whether iconv supports error no or not])
155 AC_DEFINE([ICONV_SUPPORTS_ERRNO],0,[Whether iconv supports error no or not])
159 AC_DEFINE([ICONV_SUPPORTS_ERRNO],0,[Whether iconv supports error no or not])
162 AC_MSG_CHECKING([if iconv supports //IGNORE])
182 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE])
186 AC_DEFINE([ICONV_BROKEN_IGNORE],1,[Whether iconv supports IGNORE])
190 AC_DEFINE([ICONV_BROKEN_IGNORE],0,[Whether iconv supports IGNORE])
H A Dconfig.w3217 AC_DEFINE("ICONV_SUPPORTS_ERRNO", 1, "Whether iconv supports errno or not");
/PHP-7.1/ext/filter/docs/
H A Dfilter.txt145 $filter_options - an bitmask that supports the
163 $filter_options - an bitmask that supports the
191 $filter_options - an bitmask that supports the
217 $filter_options - an bitmask that supports the
232 $filter_options - an bitmask that supports the
247 $filter_options - an bitmask that supports the
283 $filter_options - an bitmask that supports the
/PHP-7.1/ext/oci8/tests/
H A Dbug36403.phpt2 Bug #36403 (oci_execute no longer supports OCI_DESCRIBE_ONLY)
/PHP-7.1/ext/standard/tests/file/
H A Dflock_basic.phpt7 Description: PHP supports a portable way of locking complete files
/PHP-7.1/ext/openssl/tests/
H A Dbug65538_001.phpt2 Bug #65538: SSL context "cafile" supports stream wrappers
H A Dbug65538_003.phpt2 Bug #65538: SSL context "cafile" supports phar wrapper
/PHP-7.1/win32/build/
H A Dconfig.w32.h.in141 /* Win32 supports strcoll */
144 /* Win32 supports socketpair by the emulation in win32/sockets.c */
/PHP-7.1/ext/intl/tests/
H A Dregression_sort_and_cow.phpt8 * Check if collator_sort() properly supports copy-on-write.
H A Dregression_sortwsk_and_cow.phpt9 * properly supports copy-on-write.
/PHP-7.1/ext/session/tests/
H A Dbug71162.phpt7 …to write empty session always. In addition, current session module only supports SessionHandlerInt…
/PHP-7.1/ext/pdo_dblib/
H A DREADME18 This extension supports multiple versions of the TDS protocol. There are
/PHP-7.1/ext/mbstring/oniguruma/
H A Dconfig.h.in27 /* Define if compilerr supports prototypes */
30 /* Define if compiler supports stdarg prototypes */
/PHP-7.1/ext/sockets/
H A Dconfig.m447 AC_CACHE_CHECK([if getaddrinfo supports AI_V4MAPPED],[ac_cv_gai_ai_v4mapped],
/PHP-7.1/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt14 /* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt11 /* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via
/PHP-7.1/
H A DREADME.UNIX-BUILD-SYSTEM3 - supports Makefile.ins during transition phase
5 - supports separate build directories without VPATH by using

Completed in 39 milliseconds

123