Home
last modified time | relevance | path

Searched defs:flags (Results 126 – 150 of 212) sorted by relevance

123456789

/PHP-7.2/ext/phar/
H A Dpharzip.h25 char flags[2]; /* general purpose bit flag 2 bytes */ member
155 char flags[2]; /* general purpose bit flag 2 bytes */ member
H A Dphar_object.c1149 zend_long flags = SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS; in PHP_METHOD() local
2297 …*phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32_t flags) /* {{{ */ in phar_convert_to_other()
2421 uint32_t flags; in PHP_METHOD() local
2525 uint32_t flags; in PHP_METHOD() local
3271 uint32_t flags; in PHP_METHOD() local
3380 uint32_t flags; in PHP_METHOD() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_list.c38 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c108 zend_long flags = SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE; in PHP_METHOD() local
927 zend_long flags = 0; in PHP_METHOD() local
1073 int flags; member
1237 zend_long rowid, flags = SQLITE_OPEN_READONLY, sqlite_flags = 0; in PHP_METHOD() local
/PHP-7.2/main/streams/
H A Dstreams.c545 int flags; in _php_stream_fill_read_buffer() local
1116 …tic size_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int flags) in _php_stream_write_filtered()
1891 PHPAPI int _php_stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_c…
2249 PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream…
H A Dcast.c193 int flags = castas & PHP_STREAM_CAST_MASK; in _php_stream_cast() local
H A Dfilter.c405 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC); in _php_stream_filter_flush() local
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps.c760 mysqlnd_stmt_fetch_row_buffered(MYSQLND_RES * result, void * param, const unsigned int flags, zend_… in mysqlnd_stmt_fetch_row_buffered()
861 mysqlnd_stmt_fetch_row_unbuffered(MYSQLND_RES * result, void * param, const unsigned int flags, zen… in mysqlnd_stmt_fetch_row_unbuffered()
1031 mysqlnd_fetch_stmt_row_cursor(MYSQLND_RES * result, void * param, const unsigned int flags, zend_bo… in mysqlnd_fetch_stmt_row_cursor()
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c348 sljit_s32 flags = size & ~0xf; in emit_x86_instruction() local
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_cfg.h46 uint32_t flags; member
H A Dcompact_literals.c57 uint32_t flags; /* bitmask (see defines above) */ member
/PHP-7.2/main/
H A Dphp_streams.h84 #define php_stream_make_seekable_rel(origstream, newstream, flags) _php_stream_make_seekable((origs… argument
213 uint32_t flags; /* PHP_STREAM_FLAG_XXX */ member
352 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument
587 #define php_stream_make_seekable(origstream, newstream, flags) _php_stream_make_seekable((origstrea… argument
H A Dnetwork.c1155 u_long flags; local
1164 int flags = fcntl(socketd, F_GETFL); local
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c228 enum flags enum
/PHP-7.2/ext/standard/
H A Dmail.c421 uint32_t flags = IGNORE_URL_WIN | REPORT_ERRORS | STREAM_DISABLE_OPEN_BASEDIR; in php_mail_log_to_file() local
H A Duser_filters.c162 int flags in userfilter_filter()
H A Dhttp_fopen_wrapper.c112 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex()
/PHP-7.2/ext/filter/
H A Dsanitizing_filters.c111 static void php_filter_strip(zval *value, zend_long flags) in php_filter_strip()
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c69 zend_long port = 0, flags = 0; local
1134 zend_long flags = TRANS_START_NO_OPT; local
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre.h377 unsigned long int flags; /* Bits for which fields are set */ member
390 unsigned long int flags; /* Bits for which fields are set */ member
403 unsigned long int flags; /* Bits for which fields are set */ member
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_statement.c834 zval flags; local
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c298 int flags = object ? ZEND_PARSE_PARAMS_THROW : 0; in PHP_FUNCTION() local
/PHP-7.2/Zend/
H A Dzend_vm_opcodes.h66 #define ZEND_VM_OP1_FLAGS(flags) (flags & 0xff) argument
67 #define ZEND_VM_OP2_FLAGS(flags) ((flags >> 8) & 0xff) argument
H A Dzend_API.c778 static int zend_parse_arg(int arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{… in zend_parse_arg()
812 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter()
833 static int zend_parse_va_args(int num_args, const char *type_spec, va_list *va, int flags) /* {{{ */ in zend_parse_va_args()
970 ZEND_API int zend_parse_parameters_ex(int flags, int num_args, const char *type_spec, ...) /* {{{ */ in zend_parse_parameters_ex()
987 int flags = 0; in zend_parse_parameters() local
1001 int flags = ZEND_PARSE_PARAMS_THROW; in zend_parse_parameters_throw() local
1015 int flags = 0; in zend_parse_method_parameters() local
1051 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args, zval *this_ptr, const char *t… in zend_parse_method_parameters_ex()
/PHP-7.2/ext/spl/
H A Dspl_iterators.c106 int flags; member
484 zend_long mode, flags; in spl_recursive_it_it_construct() local
1441 static inline int spl_cit_check_flags(zend_long flags) in spl_cit_check_flags()
1488 zend_long flags = CIT_CALL_TOSTRING; in spl_dual_it_construct() local
2185 zend_long flags; in SPL_METHOD() local
2954 zend_long flags; in SPL_METHOD() local

Completed in 250 milliseconds

123456789