Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 166) sorted by last modified time

1234567

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8944 uint32_t target;
8957 target = ir_skip_empty_target_blocks(ctx, target);
8967 | je =>target
8973 | jl =>target
8976 | jg =>target
8985 | jb =>target
8988 | ja =>target
9000 | jp =>target
9004 | je =>target
9011 | jb =>target
[all …]
H A Dir_aarch64.dasc5812 uint32_t _b, b, n, target;
6036 target = ir_skip_empty_target_blocks(ctx, succ);
6037 if (target != _ir_next_block(ctx, _b)) {
6038 | b =>target
H A Dir.h825 …init_module) (ir_loader *loader, const char *name, const char *filename, const char *target);
/php-src/ext/mbstring/
H A Dmbstring.c5203 static bool mb_fast_check_utf8_avx2(zend_string *str) __attribute__((target("avx2")));
/php-src/ext/gmp/
H A Dgmp.c272 static inline void gmp_create(zval *target, mpz_ptr *gmpnum_target) /* {{{ */ in gmp_create() argument
274 ZVAL_OBJ(target, gmp_create_object_ex(gmp_ce, gmpnum_target)); in gmp_create()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c64 lxb_selectors_match_class(const lexbor_str_t *target, const lexbor_str_t *src,
1190 lxb_selectors_match_class(const lexbor_str_t *target, const lexbor_str_t *src, in lxb_selectors_match_class() argument
1195 if (target->length < src->length) { in lxb_selectors_match_class()
1201 const lxb_char_t *data = target->data; in lxb_selectors_match_class()
1203 const lxb_char_t *end = data + target->length; in lxb_selectors_match_class()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c308 lxb_dom_node_t *target, *adjusted_location = NULL; in lxb_html_tree_appropriate_place_inserting_node() local
313 target = override_target; in lxb_html_tree_appropriate_place_inserting_node()
316 target = lxb_html_tree_current_node(tree); in lxb_html_tree_appropriate_place_inserting_node()
319 if (tree->foster_parenting && target->ns == LXB_NS_HTML in lxb_html_tree_appropriate_place_inserting_node()
320 && (target->local_name == LXB_TAG_TABLE in lxb_html_tree_appropriate_place_inserting_node()
321 || target->local_name == LXB_TAG_TBODY in lxb_html_tree_appropriate_place_inserting_node()
322 || target->local_name == LXB_TAG_TFOOT in lxb_html_tree_appropriate_place_inserting_node()
323 || target->local_name == LXB_TAG_THEAD in lxb_html_tree_appropriate_place_inserting_node()
324 || target->local_name == LXB_TAG_TR)) in lxb_html_tree_appropriate_place_inserting_node()
367 adjusted_location = target; in lxb_html_tree_appropriate_place_inserting_node()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c339 const lxb_char_t *target, size_t target_len, in lxb_dom_document_create_processing_instruction() argument
375 lexbor_str_init(&pi->target, document->text, target_len); in lxb_dom_document_create_processing_instruction()
376 if (pi->target.data == NULL) { in lxb_dom_document_create_processing_instruction()
383 lexbor_str_append(&pi->target, document->text, target, target_len); in lxb_dom_document_create_processing_instruction()
H A Ddocument.h124 const lxb_char_t *target, size_t target_len,
H A Dprocessing_instruction.c54 lexbor_str_t target; in lxb_dom_processing_instruction_interface_destroy() local
57 target = processing_instruction->target; in lxb_dom_processing_instruction_interface_destroy()
62 (void) lexbor_str_destroy(&target, text, false); in lxb_dom_processing_instruction_interface_destroy()
71 dst->target.length = 0; in lxb_dom_processing_instruction_copy()
73 if (lexbor_str_copy(&dst->target, &src->target, in lxb_dom_processing_instruction_copy()
H A Dprocessing_instruction.h21 lexbor_str_t target; member
48 *len = pi->target.length; in lxb_dom_processing_instruction_target()
51 return pi->target.data; in lxb_dom_processing_instruction_target()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c250 if (target->data == NULL) { in lexbor_str_copy()
262 return lexbor_str_append(dest, mraw, target->data, target->length); in lexbor_str_copy()
269 lxb_char_t *data = target->data; in lexbor_str_stay_only_whitespace()
278 target->length = pos; in lexbor_str_stay_only_whitespace()
285 lxb_char_t *data = target->data; in lexbor_str_strip_collapse_whitespace()
287 if (target->length == 0) { in lexbor_str_strip_collapse_whitespace()
323 target->length = offset; in lexbor_str_strip_collapse_whitespace()
331 lxb_char_t *data = target->data; in lexbor_str_crop_whitespace_from_begin()
340 memmove(target->data, &target->data[i], (target->length - i)); in lexbor_str_crop_whitespace_from_begin()
343 target->length -= i; in lexbor_str_crop_whitespace_from_begin()
[all …]
H A Dstr.h102 lexbor_str_copy(lexbor_str_t *dest, const lexbor_str_t *target,
106 lexbor_str_stay_only_whitespace(lexbor_str_t *target);
109 lexbor_str_strip_collapse_whitespace(lexbor_str_t *target);
112 lexbor_str_crop_whitespace_from_begin(lexbor_str_t *target);
115 lexbor_str_whitespace_from_begin(lexbor_str_t *target);
118 lexbor_str_whitespace_from_end(lexbor_str_t *target);
/php-src/build/
H A Dlibtool.m4335 # if running on 10.5 or later, the deployment target defaults
337 # target defaults to 10.4. Don't you love it?
443 # The HP-UX ksh and POSIX shell print the target directory to stdout
4159 # The HP-UX ksh and POSIX shell print the target directory to stdout
H A Dphp.m4218 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared]]])
221 dnl array target-var directly, as well as whether shared objects will be built
837 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
/php-src/Zend/
H A Dzend_execute_API.c887 zval *target; in zend_call_function() local
891 target = zend_handle_named_arg(&call, name, &arg_num, cache_slot); in zend_call_function()
892 if (!target) { in zend_call_function()
903 target = ZEND_CALL_ARG(call, arg_num); in zend_call_function()
927 ZVAL_COPY(target, arg); in zend_call_function()
930 ZVAL_NEW_REF(target, arg); in zend_call_function()
H A Dzend_compile.c40 #define SET_NODE(target, src) do { \ argument
41 target ## _type = (src)->op_type; \
45 target = (src)->u.op; \
49 #define GET_NODE(target, src) do { \ argument
50 (target)->op_type = src ## _type; \
51 if ((target)->op_type == IS_CONST) { \
54 (target)->u.op = src; \
861 if (target == ZEND_MODIFIER_TARGET_PROPERTY || target == ZEND_MODIFIER_TARGET_CPP) { in zend_modifier_token_to_flag()
871 if (target == ZEND_MODIFIER_TARGET_METHOD || target == ZEND_MODIFIER_TARGET_CONSTANT) { in zend_modifier_token_to_flag()
876 if (target == ZEND_MODIFIER_TARGET_PROPERTY || target == ZEND_MODIFIER_TARGET_METHOD) { in zend_modifier_token_to_flag()
[all …]
H A Dzend_constants.c77 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants() argument
79 zend_hash_copy(target, source, copy_zend_constant); in zend_copy_constants()
H A Dzend_constants.h89 void zend_copy_constants(HashTable *target, HashTable *source);
/php-src/ext/reflection/
H A Dphp_reflection.c117 #define GET_REFLECTION_OBJECT_PTR(target) do { \ argument
119 target = intern->ptr; \
151 uint32_t target; member
1148 zend_class_entry *scope, uint32_t target, zend_string *filename) in reflection_attribute_factory() argument
1160 reference->target = target; in reflection_attribute_factory()
1976 uint32_t target; in ZEND_METHOD() local
1981 target = ZEND_ATTRIBUTE_TARGET_METHOD; in ZEND_METHOD()
1983 target = ZEND_ATTRIBUTE_TARGET_FUNCTION; in ZEND_METHOD()
1987 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
6666 RETURN_LONG(attr->target); in ZEND_METHOD()
[all …]
/php-src/
H A Dconfigure.ac565 AX_GCC_FUNC_ATTRIBUTE([target])
/php-src/ext/dom/
H A Dphp_dom_arginfo.h369 ZEND_ARG_TYPE_INFO(0, target, IS_STRING, 0)
922 ZEND_ARG_TYPE_INFO(0, target, IS_STRING, 0)
H A Dphp_dom.stub.php798 public function createProcessingInstruction(string $target, string $data = "") {} argument
989 public string $target; variable in DOMProcessingInstruction
1442 public string $target; variable in DOM\\ProcessingInstruction
1543 …public function createProcessingInstruction(string $target, string $data): ProcessingInstruction {} argument
H A Dphp_dom.h158 void php_dom_get_content_into_zval(const xmlNode *nodep, zval *target, bool default_is_null);
/php-src/main/
H A Dmain.c948 char *docref_buf = NULL, *target = NULL; in php_verror() local
1076 target = estrdup(p); in php_verror()
1077 if (target) { in php_verror()
1078 docref_target = target; in php_verror()
1095 if (target) { in php_verror()
1096 efree(target); in php_verror()

Completed in 221 milliseconds

1234567