Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h23 lxb_css_property_type_t type; member
44 lxb_css_visibility_type_t type; member
64 lxb_css_box_sizing_type_t type; member
107 lxb_css_position_type_t type; member
129 lxb_css_text_align_type_t type; member
164 lxb_css_word_break_type_t type; member
174 lxb_css_hyphens_type_t type; member
184 lxb_css_word_wrap_type_t type; member
238 lxb_css_clear_type_t type; member
246 lxb_css_wrap_flow_type_t type; member
[all …]
H A Dvalue.h39 lxb_css_value_type_t type; member
49 lxb_css_value_type_t type; member
60 lxb_css_value_type_t type; member
70 lxb_css_value_type_t type; member
80 lxb_css_value_type_t type; member
86 lxb_css_value_type_t type; member
92 lxb_css_value_type_t type; member
98 lxb_css_value_type_t type; member
117 lxb_css_value_type_t type; member
123 lxb_css_value_type_t type; member
[all …]
/php-src/ext/soap/
H A Dphp_encoding.c269 static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type) in find_encoder_by_type_name()
632 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
2092 sdlTypePtr type, in add_xml_array_elements()
2469 char *type, *end, *ns; in to_zval_array() local
2490 char *type, *ns; in to_zval_array() local
2522 char *type, *end; in to_zval_array() local
2987 sdlTypePtr type; in to_xml_list() local
3163 sdlTypePtr type; in sdl_guess_convert_zval() local
3227 sdlTypePtr type; in sdl_guess_convert_xml() local
3344 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
[all …]
H A Dphp_schema.c424 char *type, *ns; in schema_list() local
508 char *type, *ns; in schema_union() local
651 char *type, *ns; in schema_restriction_simpleContent() local
756 char *type, *ns; in schema_restriction_complexContent() local
881 char *type, *ns; in schema_extension_simpleContent() local
936 char *type, *ns; in schema_extension_complexContent() local
1085 char *type, *ns; in schema_group() local
1523 char *type, *ns; in schema_element() local
2300 sdlTypePtr type; in schema_pass2() local
2387 sdlTypePtr type = Z_PTR_P(zv); in delete_type() local
[all …]
/php-src/ext/ffi/
H A Dffi.c120 zend_ffi_type *type; member
124 zend_ffi_type *type; member
4162 zend_ffi_type *type; in ZEND_METHOD() local
4203 zend_ffi_type *type; in ZEND_METHOD() local
4338 zend_ffi_type *type; in ZEND_METHOD() local
4364 zend_ffi_type *type; in ZEND_METHOD() local
4521 zend_ffi_type *type; in ZEND_METHOD() local
4552 zend_ffi_type *type; in ZEND_METHOD() local
4595 zend_ffi_type *type; in ZEND_METHOD() local
4644 zend_ffi_type *type; in ZEND_METHOD() local
[all …]
H A Dffi.stub.php21 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): …
30 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {}
32 public static function type(string $type): ?FFI\CType {} argument
37 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {}
/php-src/TSRM/
H A DTSRM.h166 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument
167 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
168 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument
169 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument
171 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument
172 #define TSRMG_BULK_STATIC(id, type) ((type) (*((void ***) TSRMLS_CACHE))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
173 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument
174 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument
191 #define TSRMG_STATIC(id, type, element) argument
/php-src/ext/opcache/
H A Dzend_accelerator_debug.c31 static void zend_accel_error_va_args(int type, const char *format, va_list args) in zend_accel_error_va_args()
99 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
107 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) in zend_accel_error_noreturn()
/php-src/sapi/fpm/fpm/
H A Dfpm_cleanup.c11 int type; member
18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
36 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c93 #define SSIZE_OF(type) ((sljit_s32)sizeof(sljit_ ## type)) argument
145 #define SLJIT_SIMD_GET_OPCODE(type) ((type) & 0xff) argument
146 #define SLJIT_SIMD_GET_REG_SIZE(type) (((type) >> 12) & 0x3f) argument
147 #define SLJIT_SIMD_GET_ELEM_SIZE(type) (((type) >> 18) & 0x3f) argument
148 #define SLJIT_SIMD_GET_ELEM2_SIZE(type) (((type) >> 24) & 0x3f) argument
279 #define GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, type) \ argument
2087 #define CHECK_UNORDERED(type, last_flags) \ argument
2091 #define CHECK_UNORDERED(type, last_flags) 0 argument
2283 sljit_s32 type) in check_sljit_emit_op_flags()
2984 static sljit_s32 sljit_emit_mem_unaligned(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem_unaligned()
[all …]
H A DsljitNativeARM_64.c456 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) in sljit_cmp_info()
985 sljit_u32 type = (shift << 30); in emit_op_mem() local
1713 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 type, sljit_s32 reg) in sljit_get_register_index()
1743 sljit_ins type = (shift << 30); in emit_fop_mem() local
2063 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
2210 static SLJIT_INLINE struct sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_s32 type, in emit_cmp_to0()
2272 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2302 sljit_s32 type) in sljit_emit_op_flags()
2348 …JIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_select()
2375 …IT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fselect()
[all …]
/php-src/win32/
H A Dsockets.c27 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped) in socketpair_win32()
94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
/php-src/ext/standard/
H A Ddl.c110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
271 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
281 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
H A Dphp_dns.h23 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
30 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
44 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
/php-src/ext/intl/formatter/
H A Dformatter.stub.php200 … public function format(int|float $num, int $type = NumberFormatter::TYPE_DEFAULT): string|false {}
207 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): …
275 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {}
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php11 …public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLe…
14 …public function bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLeng…
17 public function bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool {}
/php-src/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) {
61 function testSimpleCaseMap($type, int $origCode, int $newCode) {
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c506 uint32_t type = Z_TYPE_P(zv); in zend_jit_needs_arg_dtor() local
4098 uint8_t type, mem_type; in zend_jit_trace() local
5443 uint8_t type; in zend_jit_trace() local
6329 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local
6447 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local
6515 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local
6569 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local
6605 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local
6627 uint8_t type = IS_UNKNOWN; in zend_jit_trace() local
7659 const char *type; in zend_jit_dump_trace() local
[all …]
/php-src/Zend/
H A Dzend.c1399 int type = orig_type & E_ALL; in zend_error_zstr_at() local
1562 static ZEND_COLD void get_filename_lineno(int type, zend_string **filename, uint32_t *lineno) { in get_filename_lineno()
1605 int type, zend_string *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1618 #define zend_error_impl(type, format) do { \ argument
1628 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1632 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked()
1637 int type, zend_string *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1653 #define zend_error_noreturn_impl(type, format) do { \ argument
1665 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1693 ZEND_API ZEND_COLD void zend_error_zstr(int type, zend_string *message) { in zend_error_zstr()
[all …]
H A Dzend_dtrace.c44 ZEND_API zend_op_array *dtrace_compile_file(zend_file_handle *file_handle, int type) in dtrace_compile_file()
112 void dtrace_error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_stri… in dtrace_error_notify_cb()
/php-src/sapi/phpdbg/
H A Dphpdbg_out.c43 static int phpdbg_process_print(int fd, int type, const char *msg, int msglen) { in phpdbg_process_print()
123 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *strfmt, va_list args) { in phpdbg_vprint()
194 PHPDBG_API int phpdbg_print(int type, int fd, const char *strfmt, ...) { in phpdbg_print()
/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.c91 lexbor_avl_node_make(lexbor_avl_t *avl, size_t type, void *value) in lexbor_avl_node_make()
259 size_t type, void *value) in lexbor_avl_insert()
399 lexbor_avl_remove(lexbor_avl_t *avl, lexbor_avl_node_t **scope, size_t type) in lexbor_avl_remove()
437 lexbor_avl_search(lexbor_avl_t *avl, lexbor_avl_node_t *node, size_t type) in lexbor_avl_search()
/php-src/ext/opcache/jit/ir/
H A Dir.c46 #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
540 ir_ref ir_const(ir_ctx *ctx, ir_val val, uint8_t type) in ir_const()
2194 ir_type type; in _ir_PHI_LIST() local
2242 ir_ref _ir_CALL(ir_ctx *ctx, ir_type type, ir_ref func) in _ir_CALL()
2340 void _ir_TAILCALL(ir_ctx *ctx, ir_type type, ir_ref func) in _ir_TAILCALL()
2645 ir_ref _ir_VLOAD(ir_ctx *ctx, ir_type type, ir_ref var) in _ir_VLOAD()
2663 ir_ref _ir_RLOAD(ir_ctx *ctx, ir_type type, ir_ref reg) in _ir_RLOAD()
2675 ir_ref _ir_LOAD(ir_ctx *ctx, ir_type type, ir_ref addr) in _ir_LOAD()
[all …]
H A Dir_emit.c49 ir_type type; member
55 ir_type type; member
204 ir_type type; in ir_get_args_regs() local
453 ir_type type = ctx->ir_base[ref].type; in ir_emit_osr_entry_loads() local
478 ir_type type; in ir_parallel_copy() local
619 static void ir_emit_dessa_move(ir_ctx *ctx, ir_type type, ir_ref to, ir_ref from, ir_reg tmp_reg, i… in ir_emit_dessa_move()
684 ir_type type; in ir_dessa_resolve_cycle() local
779 ir_type type; in ir_dessa_parallel_copy() local
/php-src/ext/intl/uchar/
H A Duchar.stub.php1415 …public static function charFromName(string $name, int $type = IntlChar::UNICODE_CHAR_NAME): ?int {}
1421 …public static function charName(int|string $codepoint, int $type = IntlChar::UNICODE_CHAR_NAME): ?…
1433 …n enumCharNames(int|string $start, int|string $end, callable $callback, int $type = IntlChar::UNIC…
1474 …public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME): s…
1480 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_…

Completed in 178 milliseconds

12345678910>>...12