Home
last modified time | relevance | path

Searched refs:newobj (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/tidy/
H A Dtidy.c574 PHPTidyObj *newobj; in tidy_add_node_default_properties() local
693 newobj = Z_TIDY_P(&temp); in tidy_add_node_default_properties()
694 newobj->node = tempnode; in tidy_add_node_default_properties()
695 newobj->type = is_node; in tidy_add_node_default_properties()
749 PHPTidyObj *newobj; in php_tidy_create_node() local
779 newobj->type = is_node; in php_tidy_create_node()
780 newobj->ptdoc = obj->ptdoc; in php_tidy_create_node()
781 newobj->node = node; in php_tidy_create_node()
782 newobj->ptdoc->ref_count++; in php_tidy_create_node()
1608 PHPTidyObj *newobj; in PHP_METHOD() local
[all …]
/php-src/ext/hash/
H A Dhash.c1400 php_hashcontext_object *newobj = php_hashcontext_from_object(znew); in php_hashcontext_clone() local
1409 newobj->ops = oldobj->ops; in php_hashcontext_clone()
1410 newobj->options = oldobj->options; in php_hashcontext_clone()
1411 newobj->context = php_hash_alloc_context(newobj->ops); in php_hashcontext_clone()
1412 newobj->ops->hash_init(newobj->context, NULL); in php_hashcontext_clone()
1414 if (SUCCESS != newobj->ops->hash_copy(newobj->ops, oldobj->context, newobj->context)) { in php_hashcontext_clone()
1415 efree(newobj->context); in php_hashcontext_clone()
1416 newobj->context = NULL; in php_hashcontext_clone()
1420 newobj->key = ecalloc(1, newobj->ops->block_size); in php_hashcontext_clone()
1422 memcpy(newobj->key, oldobj->key, newobj->ops->block_size); in php_hashcontext_clone()
/php-src/Zend/
H A Dzend_closures.c129 zend_object *newobj; in ZEND_METHOD() local
142 newobj = Z_OBJ_P(newthis); in ZEND_METHOD()
143 newclass = newobj->ce; in ZEND_METHOD()
150 fci_cache.object = fci.object = newobj; in ZEND_METHOD()
/php-src/build/
H A Dltmain.sh5588 newobj=lt$counter-$objbase
5591 *[\ /]"$newobj "*) ;;
5592 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5595 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5596 $run ln "$obj" "$gentop/$newobj" ||
5597 $run cp "$obj" "$gentop/$newobj"
5598 oldobjs="$oldobjs $gentop/$newobj"

Completed in 36 milliseconds