Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_schema.c2133 sdlAttributePtr *tmp_attr; in schema_attributegroup_fixup() local
2141 while (zend_hash_get_current_data((*tmp)->attributes,(void**)&tmp_attr) == SUCCESS) { in schema_attributegroup_fixup()
2147 schema_attribute_fixup(ctx,*tmp_attr); in schema_attributegroup_fixup()
2150 memcpy(newAttr, *tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()
2170 schema_attributegroup_fixup(ctx,*tmp_attr, ht); in schema_attributegroup_fixup()

Completed in 10 milliseconds