Home
last modified time | relevance | path

Searched defs:flags (Results 51 – 75 of 236) sorted by relevance

12345678910

/php-src/ext/opcache/jit/ir/
H A Dir_dump.c15 uint32_t flags; in ir_dump() local
62 uint32_t flags; in ir_dump_dot() local
482 uint32_t flags, _b, b; in ir_dump_codegen() local
H A Dir.c45 #define IR_TYPE_FLAGS(name, type, field, flags) ((flags)|sizeof(type)), argument
46 #define IR_TYPE_NAME(name, type, field, flags) #name, argument
47 #define IR_TYPE_CNAME(name, type, field, flags) #type, argument
48 #define IR_TYPE_SIZE(name, type, field, flags) sizeof(type), argument
49 #define IR_OP_NAME(name, flags, op1, op2, op3) #name, argument
291 #define _IR_OP_FLAGS(name, flags, op1, op2, op3) \ argument
368 void ir_init(ir_ctx *ctx, uint32_t flags, ir_ref consts_limit, ir_ref insns_limit)
708 ir_ref ir_proto_0(ir_ctx *ctx, uint8_t flags, ir_type ret_type)
718 ir_ref ir_proto_1(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1)
729 ir_ref ir_proto_2(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2)
[all …]
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.stub.php11 … sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $flags = 0): bool {}
H A Dpdo_sqlite.c133 int flags; member
291 zend_long rowid, flags = SQLITE_OPEN_READONLY, sqlite_flags = 0; in PHP_METHOD() local
/php-src/ext/fileinfo/libmagic/
H A Dmagic.c82 magic_open(int flags) in magic_open()
315 magic_setflags(struct magic_set *ms, int flags) in magic_setflags()
/php-src/ext/pcntl/
H A Dpcntl.stub.php928 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {}
934 function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): int {}
997 function pcntl_unshare(int $flags): bool {}
1001 function pcntl_rfork(int $flags, int $signal = 0): int{}
1005 function pcntl_forkx(int $flags): int{}
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorFreeBSD.c50 int flags = MAP_PRIVATE; in alloc_chunk() local
/php-src/ext/com_dotnet/
H A Dcom_persist.stub.php13 public function LoadFromFile(string $filename, int $flags = 0): bool {}
/php-src/ext/spl/
H A Dspl_observer.stub.php125 …public function __construct(int $flags = MultipleIterator::MIT_NEED_ALL|MultipleIterator::MIT_KEYS…
131 public function setFlags(int $flags): void {}
H A Dspl_dllist.c77 int flags; member
92 int flags; member
818 …ment **traverse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags) /* {{{ */ in spl_dllist_it_helper_rewind()
834 …ment **traverse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags) /* {{{ */ in spl_dllist_it_helper_move_forward()
1006 zval flags; in PHP_METHOD() local
1039 zval *flags, *elem; in PHP_METHOD() local
/php-src/ext/posix/
H A Dposix.stub.php391 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {}
394 function posix_access(string $filename, int $flags = 0): bool {}
397 function posix_eaccess(string $filename, int $flags = 0): bool {}
/php-src/Zend/
H A Dzend_virtual_cwd.h269 #define VCWD_OPEN(path, flags) virtual_open(path, flags) argument
270 #define VCWD_OPEN_MODE(path, flags, mode) virtual_open(path, flags, mode) argument
303 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags) argument
304 #define VCWD_OPEN_MODE(path, flags, mode) php_win32_ioutil_open(path, flags, mode) argument
315 #define VCWD_OPEN(path, flags) open(path, flags) argument
316 #define VCWD_OPEN_MODE(path, flags, mode) open(path, flags, mode) argument
H A Dzend_fibers.h68 uint8_t flags; member
107 uint8_t flags; member
/php-src/Zend/Optimizer/
H A Dzend_cfg.h44 uint32_t flags; member
90 uint32_t flags; member
/php-src/ext/tokenizer/
H A Dtokenizer.c94 zend_long flags = 0; in PHP_METHOD() local
501 zval *return_value, zend_string *source, zend_long flags, zend_class_entry *token_class) in tokenize_common()
519 zend_long flags = 0; in PHP_FUNCTION() local
/php-src/ext/zend_test/
H A Dfiber.h26 uint8_t flags; member
/php-src/ext/zlib/
H A Dzlib_filter.c56 int flags in php_zlib_inflate_filter()
174 int flags in php_zlib_deflate_filter()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeLOONGARCH_64.c458 sljit_uw flags; in load_addr_to_reg() local
975 static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slj… in push_mem_inst()
1000 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, s… in getput_arg_fast()
1101 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit… in emit_op_mem()
1165 …JIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_single_op()
1592 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op()
1768 sljit_s32 flags = 0; in sljit_emit_op1() local
1826 sljit_s32 flags = 0; in sljit_emit_op2() local
2324 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2() local
2602 sljit_s32 flags; in sljit_emit_cmp() local
[all …]
/php-src/ext/standard/
H A Dscanf.c310 int gotXpg, gotSequential, value, i, flags; in ValidateFormat() local
590 int flags; in php_sscanf_internal() local
H A Ddir.c341 zend_long flags = 0; in PHP_FUNCTION() local
457 zend_long flags = PHP_SCANDIR_SORT_ASCENDING; in PHP_FUNCTION() local
/php-src/ext/bz2/
H A Dbz2_filter.c70 int flags in php_bz2_decompress_filter()
209 int flags in php_bz2_compress_filter()
/php-src/ext/pgsql/
H A Dpgsql.stub.php463 function pg_connect(string $connection_string, int $flags = 0): PgSql\Connection|false {}
465 function pg_pconnect(string $connection_string, int $flags = 0): PgSql\Connection|false {}
926 …function pg_convert(PgSql\Connection $connection, string $table_name, array $values, int $flags = …
929 …function pg_insert(PgSql\Connection $connection, string $table_name, array $values, int $flags = P…
932 …ion $connection, string $table_name, array $values, array $conditions, int $flags = PGSQL_DML_EXEC…
935 …e(PgSql\Connection $connection, string $table_name, array $conditions, int $flags = PGSQL_DML_EXEC…
941 …ql\Connection $connection, string $table_name, array $conditions = [], int $flags = PGSQL_DML_EXEC…
/php-src/sapi/phpdbg/
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/ext/hash/
H A Dhash.stub.php30 function hash_init(string $algo, int $flags = 0, #[\SensitiveParameter] string $key = "", array $op…
/php-src/ext/dba/
H A Ddba.c149 #define DBA_NAMED_HND(alias, name, flags) \ argument
156 #define DBA_HND(name, flags) DBA_NAMED_HND(name, name, flags) argument
842 int flags = fcntl(info->fd, F_GETFL); in php_dba_open() local

Completed in 113 milliseconds

12345678910