Home
last modified time | relevance | path

Searched refs:_flags (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/zip/lib/
H A Dzip_fdopen.c42 zip_fdopen(int fd_orig, int _flags, int *zep) in zip_fdopen() argument
50 if (_flags < 0 || (_flags & ZIP_TRUNCATE)) { in zip_fdopen()
76 if ((za = zip_open_from_source(src, _flags, &error)) == NULL) { in zip_fdopen()
H A Dzip_open.c61 zip_open(const char *fn, int _flags, int *zep) in zip_open() argument
74 if ((za = zip_open_from_source(src, _flags, &error)) == NULL) { in zip_open()
87 zip_open_from_source(zip_source_t *src, int _flags, zip_error_t *error) in zip_open_from_source() argument
96 if (_flags < 0 || src == NULL) { in zip_open_from_source()
100 flags = (unsigned int)_flags; in zip_open_from_source()
/PHP-7.3/Zend/
H A Dzend_constants.h46 #define ZEND_CONSTANT_SET_FLAGS(c, _flags, _module_number) do { \ argument
48 ((_flags) & 0xff) | ((_module_number) << 8); \
H A Dzend_API.h719 const int _flags = (flags); \
742 if (!(_flags & ZEND_PARSE_PARAMS_QUIET)) { \
743 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
768 if (!(_flags & ZEND_PARSE_PARAMS_QUIET)) { \
770 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
776 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
782 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h310 uint32_t _flags; /* modifier flags */ member
315 #define str_flags _u._s._flags

Completed in 29 milliseconds