Searched refs:newobj (Results 1 – 4 of 4) sorted by relevance
1399 php_hashcontext_object *newobj = php_hashcontext_from_object(znew); in php_hashcontext_clone() local1408 newobj->ops = oldobj->ops; in php_hashcontext_clone()1409 newobj->options = oldobj->options; in php_hashcontext_clone()1410 newobj->context = php_hash_alloc_context(newobj->ops); in php_hashcontext_clone()1411 newobj->ops->hash_init(newobj->context, NULL); in php_hashcontext_clone()1413 if (SUCCESS != newobj->ops->hash_copy(newobj->ops, oldobj->context, newobj->context)) { in php_hashcontext_clone()1414 efree(newobj->context); in php_hashcontext_clone()1415 newobj->context = NULL; in php_hashcontext_clone()1419 newobj->key = ecalloc(1, newobj->ops->block_size); in php_hashcontext_clone()1421 memcpy(newobj->key, oldobj->key, newobj->ops->block_size); in php_hashcontext_clone()
277 PHPTidyObj *newobj = Z_TIDY_P(zv); in tidy_create_node_object() local278 newobj->node = node; in tidy_create_node_object()279 newobj->type = is_node; in tidy_create_node_object()280 newobj->ptdoc = ptdoc; in tidy_create_node_object()281 newobj->ptdoc->ref_count++; in tidy_create_node_object()282 tidy_add_node_default_properties(newobj); in tidy_create_node_object()
129 zend_object *newobj; in ZEND_METHOD() local142 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()
5588 newobj=lt$counter-$objbase5591 *[\ /]"$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 40 milliseconds