Lines Matching refs:get_attribute
109 null = get_attribute(xml->properties, "nil"); \
127 null = get_attribute(xml->properties, "nil"); \
313 attr = get_attribute(attr, "id"); in soap_check_zval_ref()
1611 xmlAttrPtr val = get_attribute(data->properties, (*attr)->name); in to_zval_object_ex()
2592 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array()
2612 } else if ((attr = get_attribute(data->properties,"itemType")) && in to_zval_array()
2626 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2635 } else if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2720 (attr = get_attribute(data->properties,"offset")) && in to_zval_array()
2736 xmlAttrPtr position = get_attribute(trav->properties,"position"); in to_zval_array()
2948 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2949 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2950 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
3431 href = get_attribute(href, "href"); in check_and_resolve_href()