Home
last modified time | relevance | path

Searched defs:flags (Results 76 – 100 of 211) sorted by relevance

123456789

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c69 … SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, in emit_single_op()
H A DsljitNativeMIPS_64.c160 … SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, in emit_single_op()
H A DsljitNativeTILEGX_64.c1288 static sljit_si getput_arg_fast(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg_ar, s… in getput_arg_fast()
1340 static sljit_si getput_arg(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg_ar, sljit_… in getput_arg()
1533 static SLJIT_INLINE sljit_si emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si … in emit_op_mem()
1543 static SLJIT_INLINE sljit_si emit_op_mem2(struct sljit_compiler *compiler, sljit_si flags, sljit_si… in emit_op_mem2()
1585 …ljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst,… in emit_single_op()
1959 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst,… in emit_op()
2088 sljit_si flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags() local
2408 sljit_si flags = 0; in sljit_emit_jump() local
H A DsljitNativePPC_64.c148 … SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, in emit_single_op()
/PHP-7.1/ext/spl/
H A Dspl_dllist.c89 int flags; member
106 int flags; member
938 …ment **traverse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags) /* {{{ */ in spl_dllist_it_helper_rewind()
954 …ment **traverse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags) /* {{{ */ in spl_dllist_it_helper_move_forward()
1138 zval flags; in SPL_METHOD() local
1180 zval *flags, *elem; in SPL_METHOD() local
H A Dspl_heap.c64 int flags; member
72 int flags; member
82 int flags; member
122 static zval *spl_pqueue_extract_helper(zval *value, int flags) /* {{{ */ in spl_pqueue_extract_helper()
H A Dspl_iterators.h146 zend_long flags; /* CIT_* */ member
157 zend_long flags; member
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c698 zend_long flags = 0; /* Match control flags */ in php_do_pcre_match() local
729 zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset) in php_pcre_match_impl()
1764 zend_long flags = 0; /* Match control flags */ in PHP_FUNCTION() local
1795 zend_long limit_val, zend_long flags) in php_pcre_split_impl()
2045 zend_long flags = 0; /* Match control flags */ in PHP_FUNCTION() local
2067 …p_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return_value, zend_long flags) /* {{{ */ in php_pcre_grep_impl()
/PHP-7.1/ext/standard/
H A Ddir.c440 zend_long flags = 0; in PHP_FUNCTION() local
563 zend_long flags = 0; in PHP_FUNCTION() local
/PHP-7.1/ext/dba/
H A Ddba.c298 #define DBA_NAMED_HND(alias, name, flags) \ argument
305 #define DBA_HND(name, flags) DBA_NAMED_HND(name, name, flags) argument
927 int flags = fcntl(info->fd, F_GETFL); in php_dba_open() local
H A Dphp_dba.h54 int flags; /* whether and how dba did locking and other flags*/ member
79 int flags; /* whether and how dba does locking and other flags*/ member
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd.h86 #define mysqlnd_init(flags, persistent) mysqlnd_connection_init((flags), (persistent), NULL /*use … argument
108 #define mysqlnd_fetch_into(result, flags, ret_val, ext) (result)->m.fetch_into((result), (flags), (… argument
110 #define mysqlnd_fetch_all(result, flags, return_value) (result)->m.fetch_all((result), (flags), (re… argument
195 #define mysqlnd_begin_transaction(conn,flags,name) ((conn)->data)->m->tx_begin((conn)->data, (flags… argument
196 #define mysqlnd_commit(conn, flags, name) ((conn)->data)->m->tx_commit_or_rollback((conn)->data, TR… argument
197 #define mysqlnd_rollback(conn, flags, name) ((conn)->data)->m->tx_commit_or_rollback((conn)->data, … argument
H A Dmysqlnd_debug.c56 unsigned int flags = self->flags; in MYSQLND_METHOD() local
153 unsigned int flags = self->flags; in MYSQLND_METHOD() local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.c279 uint32_t flags = 0; in zend_build_cfg() local
765 int zend_cfg_identify_loops(const zend_op_array *op_array, zend_cfg *cfg, uint32_t *flags) /* {{{ */ in zend_cfg_identify_loops()
H A Dzend_dump.c91 static void zend_dump_unused_op(const zend_op *opline, znode_op op, uint32_t flags) { in zend_dump_unused_op()
386 uint32_t flags = zend_get_opcode_flags(opline->opcode); in zend_dump_op() local
/PHP-7.1/main/
H A Dphp_open_temporary_file.c294 …open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, uint32_t flags) in php_open_temporary_fd_ex()
H A Dphp_output.h126 int flags; member
146 int flags; variable
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_statement.c297 zval flags; in pdo_sqlite_stmt_col_meta() local
/PHP-7.1/ext/zip/lib/
H A Dzip_source_pkware.c61 zip_uint16_t em, int flags, const char *password) in zip_source_pkware()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c68 int flags; in php_stream_parse_fopen_modes() local
620 int flags; in php_stdiop_set_option() local
692 int prot, flags; in php_stdiop_set_option() local
1083 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_… in php_plain_files_url_stater()
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
151 int flags; member
/PHP-7.1/ext/zip/
H A Dphp_zip.h57 #define ZIPARCHIVE_ME(name, arg_info, flags) {#name, c_ziparchive_ ##name, arg_info,(uint32_t) (siz… argument
/PHP-7.1/ext/tokenizer/
H A Dtokenizer.c275 zend_long flags = 0; in PHP_FUNCTION() local
/PHP-7.1/TSRM/
H A Dtsrm_win32.c641 TSRM_API int shmget(int key, int size, int flags) in shmget()
721 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat()

Completed in 81 milliseconds

123456789